Description Usage Arguments Value
Identifies Highly variable features (HVFs) for each batch, then combine them into a single vector of HVFs by count.
1 2 3 4 5 6 7 8 9 | pp_findVariableFeatures(
object,
split_by = "ident",
groups = NULL,
nfeatures = 2000,
assay = "RNA",
log_var = F,
...
)
|
object |
Seurat object |
split_by |
a colname of meta.data |
groups |
only some groups of split_by are considered. |
nfeatures |
Number of features to select as top variable features; only used when selection.method is set to 'dispersion' or 'vst' |
... |
Arguments passed to Seurat::FindVariableFeatures |
A vector of variable features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.