datasets: ChIP-seq DB datasets

Description Usage Details Value Author(s) References Examples

Description

Datasets for the chipseqDB workflow, to demonstrate detection of differential binding in ChIP-seq experiments.

Usage

1
2
3
4
5
6
7
8
9

Details

H3K9acData() will download four H3K9ac ChIP-seq libraries, with two biological replicates of murine pro-B cells and another two replicates for mature B cells. This uses single-end sequencing data from accession GSE38046 of the NCBI Gene Expression Omnibus.

CBPData() will download four CBP (CREB-binding protein) ChIP-seq libraries, with two biological replicates in each of wild-type and CBP-knockout mouse embryonic fibroblasts. This uses single-end sequencing data from accession GSE54453 of the NCBI Gene Expression Omnibus.

H3K4me3Data() will download four H3K4me3 ChIP-seq libraries, with two biological replicates for murine pro-B and mature B cells. This uses single-end sequencing data from accession GSE38046 of the NCBI Gene Expression Omnibus.

H3K27me3Data() will download four H3K27me3 ChIP-seq libraries, with two biological replicates for murine wild-type and Ezh2-knockout lung epithelium. This uses single-end sequencing data from accession GSE57392 of the NCBI Gene Expression Omnibus.

NFYAData() will download five NF-YA (nuclear transcription factor Y subunit alpha) ChIP-seq libraries, with two biological replicates for murine terminal neurons, two replicates for embryonic stem cells and one input ontrol. This uses single-end sequencing data from accession GSE25532 of the NCBI Gene Expression Omnibus.

All mouse datasets were aligned to the mm10 build of the mouse genome. All BAM files are sorted and indexed, with duplicate reads marked with MarkDuplicates. Index files are named by appending .bai onto the BAM file paths.

Value

BAM files and associated index files are obtained via ExperimentHub if not already present. A DataFrame is returned containing:

Author(s)

Aaron Lun

References

Revilla-I-Domingo R, Bilic I, Vilagos B, Tagoh H et al. (2012). The B-cell identity factor Pax5 regulates distinct transcriptional programmes in early and late B lymphopoiesis. EMBO J. 31, 3130-46.

Kasper LH, Qu C, Obenauer JC, McGoldrick DJ et al. (2014). Genome-wide and single-cell analyses reveal a context dependent relationship between CBP recruitment and gene expression. Nucleic Acids Res 42, 11363-82.

Tiwari VK, Stadler MB, Wirbelauer C et al. (2011). A chromatin-modifying function of JNK during stem cell differentiation. Nat. Genet. 44, 94-100.

Galvis LA, Holik AZ, Short KM et al. (2015). Repression of Igf1 expression by Ezh2 prevents basal cell differentiation in the developing lung. Development 142, 1458-69.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
H3K9acData()

## Not run: 
# And so on...
CBPData()

H3K4me3Data()

H3K27me3Data()

NFYAData()


## End(Not run)

LTLA/chipseqDBData documentation built on July 3, 2021, 9:09 a.m.