Description Usage Arguments Details Value Examples
getGM12878
is used to obtain public available methylation profiling
data of HapMap LCL sample GM12878.
1 | getGM12878(arrayType = c("450k", "EPIC"), mapGenome = FALSE)
|
arrayType |
Illumina methylation array type. Currently |
mapGenome |
Logical parameter. If |
Illumina 450k data were sourced and curated from ENCODE
http://hgdownload.cse.ucsc.edu/goldenPath/hg19/encodeDCC/wgEncodeHaibMethyl450/wgEncodeHaibMethyl450Gm12878SitesRep1.bed.gz.
Illumina EPIC data were obtained from data package minfiDataEPIC
.
A RatioSet
or GenomicRatioSet
containing
beta value and M value of the methylation data.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Get GM12878 methylation data (450k array)
if (!exists("GM12878_450k")) GM12878_450k <- getGM12878("450k")
GM12878_450k
## End(Not run)
# Get GM12878 methylation data (EPIC array)
if (!exists("GM12878_EPIC")) GM12878_EPIC <- getGM12878("EPIC")
GM12878_EPIC
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.