GetOrderedClusteringRuns | R Documentation |
Get Clustering Runs: metadata column names.
GetOrderedClusteringRuns(
obj = combined.obj,
res = FALSE,
pat = "*snn_res.*[0,1]\\.[0-9]\\.ordered$"
)
obj |
Seurat object, Default: |
res |
Clustering resoluton to use, Default: |
pat |
Pattern to match, Default: 'snn_res.0,1\.0-9\.ordered$' |
## Not run:
if (interactive()) {
GetOrderedClusteringRuns()
GetOrderedClusteringRuns(res = 0.5)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.