BS.chr22 | R Documentation |
This dataset represents chromosome 22 from the IMR90 cell line sequenced in Lister et al. Only CpG methylation are included (there were very few non-CpG loci). The two samples are two different extractions from the same cell line (ie. technical replicates), and are pooled in the analysis in the original paper.
data(BS.chr22)
An object of class BSseq
.
All coordinates are in hg18.
Obtained from http://neomorph.salk.edu/human_methylome/data.html
specifically the files mc_imr90_r1.tar.gz and
mc_imr90_r2.tar.gz. A script which downloads these files and
constructs the BS.chr22
object may be found in
‘inst/scripts/get_BS.chr22.R’, see the example.
R Lister et al. Human DNA methylomes at base resolution show widespread epigenomic differences. Nature (2009) 462, 315-322.
data(BS.chr22)
BS.chr22
script <- system.file("scripts", "get_BS.chr22.R", package = "bsseq")
script
readLines(script)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.