View source: R/utility_functions.R
subsetDimRed | R Documentation |
Get dimensional reduction from Seurat Object for subset of data.
subsetDimRed(
so,
which.features,
groups = "seurat_clusters",
reduction = "umap"
)
so |
Seurat Object |
which.features |
Character vector of features to subset on. |
reduction |
A character specifying which reduction to retrieve from Seurat Object. Default is 'umap'. |
list of results
Nicholas Mikolajewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.