View source: R/EmpiricalPValueCalculation.R
percentage.calc | R Documentation |
This function returns a list of emprical p-value matrices. Every matrix in the list contains emprical p-values of all possilbe celltypes for a single query cells under test.times resampled backgrounds.
percentage.calc(mtx, bkgd.mtx)
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 |
bkgd.mtx |
The matrix of identity score of reference cells. The row number is the total number of reference cells and the column number is the number of total number of possible cell types |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.