Description Usage Arguments Value Author(s) References See Also Examples
Similarity matrix constructed using "pearson", "spearman" or "euclidean". K-means clustering is performed on first few number of principal components of similarity matrix.
1 2 |
X |
Log transformed gene expression matrix (Gene by Cell). |
ks |
Number of cell clustering groups. Default set to ks = 10:15. |
dists |
Distribution matrices to use. Default is set to c("spearman", "pearson"). "euclidean" can be added as well. |
dim.reduc.prop |
Proportion of principal components to use for K-means clustering. |
A matrix object, Each row represent different clustering results.
Il-Youp Kwak
Il-Youp Kwak, Wuming Gong, Kaoko Koyano-Nakagawa and Daniel J. Garry (2017+) DrImpute: Imputing dropout eveents in single cell RNA sequencing data
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.