Description Usage Arguments Value Examples
Transform DNA methylation array into a summarized Experiment object
1 2 3 4 5 6 7 | make_dnam_se(
dnam,
genome = c("hg38", "hg19"),
arrayType = c("450k", "EPIC"),
betaToM = FALSE,
verbose = FALSE
)
|
dnam |
DNA methylation matrix with beta-values or m-values as data, row as cpgs "cg07946458" or regions ("chr1:232:245") and column as samples |
genome |
Human genome of reference: hg38 or hg19 |
arrayType |
DNA methylation array type (450k or EPIC) |
betaToM |
indicates if converting methylation beta values to mvalues |
verbose |
A logical argument indicating if messages output should be provided. |
A summarized Experiment object with DNA methylation probes mapped to genomic regions
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.