| Clustering.All | R Documentation |
Conduct Louvin Clustering on datasets generated by doublet-detection methods.
Clustering.All(count.list.all)
count.list.all |
A list of scRNA-seq data matrices after removing doublets by different methods with single removal rate. |
A list of clustering result (number of clusters) under different removal rates.
result.cluster.all <- Clustering.All(count.list.all = data.removal.all$count)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.