getPvalueOfNDiff.multiGroup | R Documentation |
Get number of diff bins and the pvalue for any two groups
getPvalueOfNDiff.multiGroup( mat, group, uniqueGroupWithName = NULL, threshold = 0.04, nperm = 20 )
group |
vector of integer, cluster index of cells |
uniqueGroupWithName |
vector, default NULL unique names for group |
threshold |
double, default 0.04 |
nperm |
integer, default 20 |
bmat |
sparseMatrix, cell by bin |
list of symmetric matrix "diffbin" are number of diff bin, "p" are p-values. each matrix has the names defined by names of uniqueGroupWithName generated by this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.