View source: R/cell-type-specific-methylation.r
meffil.cell.type.specific.methylation | R Documentation |
Reduce methylation profiles to most cell-type specific sites
meffil.cell.type.specific.methylation(
beta,
cell.types,
number.sites = 50,
verbose = F
)
beta |
Numeric matrix (values = 0..1; rows = CpG sites; columns = samples). |
cell.types |
Name of cell type for each column of beta. |
number.sites |
For each cell type, the number of sites less methylated and the number more methylated than other cell types to include in the reduced methylation profiles. |
Numeric matrix (values = 0..1; rows = CpG sites; columns = cell types)
with number.sites
CpG sites per cell type more methylated than other cell types
and the same number less methylated. Values are the mean CpG site methylation levels
of all original samples of the same cell type.#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.