IDVariantGenes | R Documentation |
Identify genes variable across axis of interest
IDVariantGenes(
seu,
assay = "SCT",
slot = "data",
n.gene = 500,
group.by = "orig.ident",
filter_quality = F
)
seu |
A seurat object |
assay |
Which assay to use |
slot |
Which slot to use |
n.gene |
Number of variable genes to return (default: 500) |
group.by |
Name of meta.data column corresponding to how dataset should be split. This corresponds to the axis of biologically interesting variation. |
filter_quality |
Remove quality-associated genes like mitochondrial, ribosomal, etc. |
## Not run:
var_genes <- IDVariantGenes(seu)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.