ClusterCells | R Documentation |
Use NMF to cluster the cells. Currently, the Lee and Seung algorithm is implemented via a call to renozao/NMF. If cluster-number is inferred then output relevent diagnostics (eg the eigenvalue spaceing of the ensemble method).
ClusterCells(similarityMatrix = NULL, n_clusters = NULL, n_comp = 3, ...)
similarityMatrix |
a symmetric nonnegative similarity matrix |
n_clusters |
default is NULL, ensemble method will be called |
n_comp |
the number of similarity components to use for ensemble clustering |
... |
additional parameters for NMF |
a list containing
H |
the cluster weight matrix, the factorization of the similarity matrix |
labels |
the cluster labels |
ensemble |
results of model selection |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.