xCellSignifcanceRandomMatrix | R Documentation |
xCellSignifcanceRandomMatrix
Returns the FDR adjusted p-values of the chance that the cell is not present in the mixture.
xCellSignifcanceRandomMatrix(scores, expr, spill, alpha = 0.5,
nperm = 250, file.name = NULL)
scores |
the xCell scores. |
expr |
the input expression matrix. |
spill |
the Spillover object for adjusting the scores. |
alpha |
a value to override the spillover alpha parameter. Deafult = 0.5 |
nperm |
number of samples in the shuffled matrix, default = 250 |
file.name |
file name to write the p-values table. |
a list with the p-values, the xcell scores of the shuffled data and the shuffled expression matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.