Description Usage Arguments Value
A semi-soft clustering algorithm for single cells.
1 2 |
expr |
a cell-by-gene expression matrix, either the raw counts or log-transformed expressions. |
Ks |
number of clusters, can be a single integer or a list of integers. |
type |
"log" if |
i.pure |
(optional) the indices of the pure cells. By default is |
ext.prop |
(optional) the proportion of extreme neighbors for each cell, such that |
pure.prop |
(optional) the expected proportion of pure cells in the data. By default |
nPC |
(optional) the number of principal components to be used, which is at least |
A list containing
the list of K
, number of clusters, used by SOUP.
a list of cell-by-K membership matrices, one per K
in Ks
.
a list of K-by-gene cluster center matrices, one per K
in Ks
.
a vector containing the purity scores of all cells.
the indices of pure cells with the highest purity scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.