View source: R/get_variable_features.R
get_variable_features | R Documentation |
Get pre-computed variable features (e.g. genes) stored within single-cell objects.
get_variable_features(obj, reduce = NULL)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
reduce |
Function with which to reduce variable features across assays
into a single vector (e.g. |
A named list with variable features for each assay.
obj <- example_obj("seurat")
feat <- get_variable_features(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.