[9987e3]: / man / VariableFeatures.Rd

Download this file

33 lines (30 with data), 783 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/hummus_objet.R
\name{VariableFeatures}
\alias{VariableFeatures}
\alias{VariableFeatures.Hummus_Object}
\alias{VariableFeatures<-}
\title{Variable features of assays in Hummus_Object (based on Seurat)}
\usage{
\method{VariableFeatures}{Hummus_Object}(
object,
method = NULL,
assay = NULL,
nfeatures = NULL,
layer = NA,
simplify = TRUE,
selection.method = lifecycle::deprecated(),
...
)
VariableFeatures(object, method = NULL, ...)
VariableFeatures(object, ...) <- value
}
\arguments{
\item{value}{A character vector of variable features}
}
\value{
\code{VariableFeatures}: a vector of the variable features
}
\description{
Variable features of assays in Hummus_Object (based on Seurat)
}