getClusterNames | R Documentation |
Extracts cluster names based on a specified identity class from a Seurat object.
getClusterNames(obj = combined.obj, ident = GetClusteringRuns(obj)[2])
obj |
A Seurat object. Default: |
ident |
The identity class from which to retrieve cluster names.
Default uses the second clustering run from |
Prints and returns the sorted unique cluster names as a character vector.
## Not run:
getClusterNames(obj = combined.obj, ident = GetClusteringRuns(obj)[2])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.