GetClusteringRuns | R Documentation |
The GetClusteringRuns
function retrieves metadata column names associated with
clustering runs, based on a pattern to match, "*snn_res.[0-9].[0-9]$"
, by default.
GetClusteringRuns(
obj = combined.obj,
res = FALSE,
pat = "*snn_res.[0-9].[0-9]+$",
v = TRUE
)
obj |
Seurat object, Default: |
res |
Clustering resoluton to use, Default: |
pat |
Pattern to match, Default: |
v |
verbose, Default: |
Prints and returns the sorted unique cluster names as a character vector.
## Not run:
if (interactive()) {
GetClusteringRuns(obj = combined.obj, pat = "*snn_res.*[0-9]$")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.