GetNamedClusteringRuns | R Documentation |
The GetNamedClusteringRuns
function retrieves metadata column names associated with
non-numeric ("named") clustering runs, based on a pattern to match, "Name|name"
, by default.
GetNamedClusteringRuns(
obj = combined.obj,
res = list(FALSE, 0.5)[[1]],
topgene = FALSE,
pat = c("^cl.names.top.gene.+[0-9]\\.[0-9]", "Name|name")[2],
find.alternatives = TRUE,
v = TRUE
)
obj |
Seurat object, Default: |
res |
Clustering resoluton to use, Default: c(FALSE, 0.5)1 |
topgene |
Match clustering named after top expressed gene (see vertesy/Seurat.pipeline/~Diff gene expr.), Default: |
pat |
Pattern to match, Default: '^cl.names.Known.*0,1\.0-9$' |
find.alternatives |
If TRUE, tries to find alternative clustering runs with
the same resolution, Default: |
v |
Verbose output, Default: |
## Not run:
if (interactive()) {
GetNamedClusteringRuns()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.