| xCellSignifcanceRandomMatrix | R Documentation |
Calculates FDR-adjusted p-values using a random shuffled matrix.
xCellSignifcanceRandomMatrix(
scores,
expr,
spill,
alpha = 0.5,
nperm = 250,
file.name = NULL
)
scores |
xCell scores matrix. |
expr |
Input expression matrix. |
spill |
Spillover object. |
alpha |
Spillover alpha parameter. Default is '0.5'. |
nperm |
Number of permutations. Default is '250'. |
file.name |
Character string for saving p-values. Default is 'NULL'. |
List containing p-values, shuffled xCell scores, shuffled expression, and beta distributions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.