Description Usage Arguments Value Examples
Get highly variable feature information
1 2 3 4 5 6 7 |
object |
An object |
... |
Arguments passed to other methods |
selection.method |
Which method to pull; choose one from |
status |
Add variable status to the resulting data.frame |
assay |
Name of assay to pull highly variable feature information for |
A dataframe with feature means, dispersion, and scaled dispersion
1 2 3 4 5 | # Get the HVF info directly from an Assay object
HVFInfo(object = pbmc_small[["RNA"]], selection.method = 'vst')[1:5, ]
# Get the HVF info from a specific Assay in a Seurat object
HVFInfo(object = pbmc_small, assay = "RNA")[1:5, ]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.