View source: R/SingleCellRNASeq.R
getCellsFromClusters | R Documentation |
Get cell names from selected clusters.
getCellsFromClusters(
object,
cluster.type = c("louvain", "walktrap", "kmeans"),
cluster_id = c("cl1", "cl2")
)
object |
The SingCellaR object. |
cluster.type |
The type of clustering method. |
cluster_id |
The specified cluster ID (e.g. cluster1) |
a vector of cell names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.