xCellSignifcanceBetaDist | R Documentation |
xCellSignifcanceBetaDist
Returns the FDR adjusted p-values of the chance that the cell is not present in the mixture.
xCellSignifcanceBetaDist(scores, beta_params = NULL, rnaseq = T,
file.name = NULL)
scores |
the xCell scores. |
beta_params |
the pre-calculated beta distribution parameters from random mixtures. |
rnaseq |
if beta_params is null, than uses xCell.data beta_params. If TRUE uses sequencing-based params, else array-based params. |
file.name |
file name to write the p-values table. |
a p-values matrix for each score.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.