| xCellSignifcanceBetaDist | R Documentation |
Calculates FDR-adjusted p-values for the null hypothesis that a cell type is not present in the mixture.
xCellSignifcanceBetaDist(
scores,
beta_params = NULL,
rnaseq = TRUE,
file.name = NULL
)
scores |
xCell scores matrix. |
beta_params |
Pre-calculated beta distribution parameters. |
rnaseq |
Logical for RNA-seq vs array parameters. Default is 'TRUE'. |
file.name |
Character string for saving p-values. Default is 'NULL'. |
Matrix of p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.