| get_number_singletons | R Documentation |
This functions finds the number of Singletons Clusters in the Seurat Clustering method, or through the kmeans clustering method.
get_number_singletons(dataList, reductionType = "pca", method = "kmeans")
dataList |
A data list of data sets |
reductionType |
The type of dimensionly reduced data that should be used for clustering, defaults to PCA |
method |
The type of clustering, defaults to kmeans |
A list with the number of Singleton Clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.