Description Usage Format Source Examples
Example of input data for the hummingbird package.
The sample dataset is partial data of chromosome 29 in the large offspring syndrome (LOS) study described in Chen Z. et al (2017).
1 | data("exampleHummingbird")
|
A SummarizedExperiment object containing the input data for the control group: The two assays: normM, normUM and the CpG position information: pos.
A SummarizedExperiment object containing the input data for the case group: The two assays: abnormM, abnormUM and the CpG position information: pos.
A matrix containing the methylated read count data of the control group. Each column of the matrix represents a replicate and each row represents a CpG position.
A matrix containing the unmethylated read count data of the control group. Each column of the matrix represents a replicate and each row represents a CpG position.
A matrix containing the methylated read count data of the case group. Each column of the matrix represents a replicate and each row represents a CpG position.
A matrix containing the unmethylated read count data of case group. Each column of the matrix represents a replicate and each row represents a CpG position.
The CpG positions.
Chen et al. (2017) Global misregulation of genes largely uncoupled to DNA methylome epimutations characterizes a congenital overgrowth syndrome. Scientific Reports 7, 12667
The raw FASTQ files of the WGBS experiment from this study are publicly available at Gene Expression Omnibus (GEO) database with accession no. GSE93775.
1 2 | library(SummarizedExperiment)
data(exampleHummingbird)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.