FindVariableFeatures.STACAS | R Documentation |
Select highly variable genes (HVG) from an expression matrix. Genes from a blocklist (e.g. cell cycling genes, mitochondrial genes) can be excluded from the list of variable genes, as well as genes with very low or very high average expression
## S3 method for class 'STACAS'
FindVariableFeatures(
obj,
nfeat = 1500,
genesBlockList = "default",
min.exp = 0.01,
max.exp = 3
)
obj |
A Seurat object containing an expression matrix |
nfeat |
Number of top HVG to be returned |
min.exp |
Minimum average normalized expression for HVG. If lower, the gene will be excluded |
max.exp |
Maximum average normalized expression for HVG. If higher, the gene will be excluded |
genesBlocklist |
Optionally takes a list of vectors of gene names. These genes will be removed from initial HVG set. If set to "default",
STACAS uses its internal list |
Returns a list of highly variable genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.