View source: R/deconvAlgorithms.R
enrichment_score | R Documentation |
CBS deconvolution algorithm
enrichment_score( betamatrix, ref_betamatrix, ref_phenotype, method = "MCP-counter", pv = 1e-08, MaxDMRs = 100 )
betamatrix |
Beta value matrix of methylation array for mixture samples. |
ref_betamatrix |
The reference matrix ref_betamatrix. |
ref_phenotype |
The cell type information for the reference matrix. |
method |
The enrichment score-based deconvolution algorithm such as "MCP-counter", "ssGSEA" and "ESTIMATE", which are adapted from gene-expression based algorithm. Default value: "MCP-counter". |
pv |
The p-value threshold with default value as 1e-8 |
MaxDMRs |
The number of probes selected with default value as 100. |
The matrix of deconvolution results with rows as mixture samples and columns as cell types.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.