View source: R/sc_clustering_methods.R
sc_clustering.soup | R Documentation |
Perform Single Cell data clustering using SOUP
sc_clustering.soup( exprs, Ks, type = c("count", "log"), estimate.k = FALSE, pure.prop = 0.5, ext.prop = NULL, scale.factor = 10000, column.prefix = "soup_" )
exprs |
n.genes-by-n.cells expression matrix |
Ks |
vector of resolution, number of clusters |
type |
string, type of the expression matrix, choices are 'count' and 'log', and default by 'counts' |
estimate.k |
boolean, whether to estimate optimal number of clusters by soup |
pure.prop |
the proportion of pure cells, SOUP parameter |
ext.prop |
the proportion of extreme neighbors for each cell, SOUP parameter |
scale.factor |
scalar sets the scale factor for cell-level normalization |
column.prefix |
string, output column prefix, default 'soup_' |
a list containing
a data frame, columns are clusterings for each resolution specified
integer, estimated number of clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.