View source: R/deconvAlgorithms.R
MethylResolver | R Documentation |
MethylResolver deconvolution algorithm
MethylResolver( methylMix, methylSig, probes_select, alpha = seq(0.5, 0.9, by = 0.05) )
methylMix |
Beta value matrix of methylation array for mixture samples. |
methylSig |
Average reference profiles over each cell type. |
probes_select |
Probes selected. |
alpha |
Tuning parameters. Default range 0.5–0.9, which corresponds to fitting a trimmed least square regression to 50–90%, of the cpgs. Get the best alpha value based on RMSE between original and reconstructed mixture, and select best alpha for each mixture sample separately |
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.