View source: R/SingleCellRNASeq.R
sub_clusters | R Documentation |
Extracting selected clusters.
sub_clusters(
object,
cluster.type = c("louvain", "walktrap", "kmeans", "merged_louvain", "merged_walktrap",
"merged_kmeans"),
cluster_ids = c()
)
object |
The SingCellaR object. |
cluster.type |
The clustering method name. |
cluster_ids |
The vector of cluster ids that will be removed e.g. c('cl1:cl2','cl9:cl10'). |
new SingCellaR object with selected clusters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.