binarization.mann.whitney | R Documentation |
This function calls single identity or multiple identities of query cells from empirical p-values. Inferred cell types are marked by 1 in a binarized matrix.
binarization.mann.whitney( mtx, ref.perc.ls, ref.meta, perc.ls, bulk = FALSE, map.df = NULL, init.class = NULL )
mtx |
The matrix of identity scores of query cells. The row number is the total number of query cells and the column number is the number of total number of possible cell types |
ref.perc.ls |
Emprical p-values for reference cells |
ref.meta |
The celltype meta information for reference cells |
perc.ls |
Emprical p-values for query cells |
bulk |
If the reference data type is bulk RNA-seq. The default is bulk = FALSE |
map.df |
bulk mapping. The default is bulk = FALSE |
init.class |
initial classification. The default is init.class = NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.