demoProfiles: ChIP-Seq profiles of region chr7:61968807-61969730 related to...

demoProfilesR Documentation

ChIP-Seq profiles of region chr7:61968807-61969730 related to enhancers H3K27ac and H3K4me1 (for demonstration purpose)

Description

ChIP-Seq profiles of region chr7:61968807-61969730 of two histone post-transcriptional modifications linked to highly active enhancers H3K27ac (DCC accession: ENCFF000ASG) and H3K4me1 (DCC accession: ENCFF000ARY) from the Encyclopedia of DNA Elements (ENCODE) data (Dunham I et al. 2012).

Usage

data(demoProfiles)

Format

A list with 1 entry. The entry is a list of 2 ChIP-Seq profiles, one per active enhancer (H3K27ac and H3K4me1).The 2 ChIP-Seq profiles are of identical length and specific to a genomic region. Each ChiP-Seq profile is a numerical vector containing the profiles values at each position, as reported in reads per million (RPM).

  • demoProfiles a list containing all demo ChIP-Seq profiles

  • demoProfiles$chr2.70360770.70361098 a list containing 2 ChIP-Seq profiles for the genomic region chr2:70360770-70361098

  • demoProfiles$chr2.70360770.70361098$H3K27ac a numeric vector containing the profiles values related to the enhancer H3K27ac, as reported in reads per million (RPM). The first entry of the vector is for position chr1:70360770 while the last entry is for position chr2:70361098

  • demoProfiles$chr2.70360770.70361098$H3K4me1 a numeric vector containing the profiles values related to the enhancer H3K4me1, as reported in reads per million (RPM). The first entry of the vector is for position chr1:70360770 while the last entry is for position chr2:70361098

  • demoProfiles$chr3.73159773.73160145$H3K4me1 a list containing 2 ChIP-Seq profiles for the genomic region chr3:73159773-73160145

  • demoProfiles$chr3.73159773.73160145$H3K27ac a numeric vector containing the profiles values related to the enhancer H3K27ac, as reported in reads per million (RPM). The first entry of the vector is for position chr2:73159773 while the last entry is for position chr3:73160145

  • demoProfiles$chr3.73159773.73160145$H3K4me1 a numeric vector containing the profiles values related to the enhancer H3K4me1, as reported in reads per million (RPM). The first entry of the vector is for position chr3:73159773 while the last entry is for position chr3:73160145

Source

The Encyclopedia of DNA Elements (ENCODE) (DCC accession: ENCFF000MZT)

References

  • Dunham I, Kundaje A, Aldred SF, et al. An integrated encyclopedia of DNA elements in the human genome. Nature. 2012 Sep 6;489(7414):57-74.

See Also

  • chr7Profiles ChIP-Seq profiles of region chr7:61968807-61969730 related to enhancers H3K27ac and H3K4me1 (for demonstration purpose)

  • MetricFactory for using a interface to calculate all available metrics separately.

  • similarity for calculating all available metrics between two ChIP-Seq profiles.

Examples


data(demoProfiles)

# Calculate metrics for the "chr3:73159773-73160145" region
metrics <- similarity(demoProfiles$chr3.73159773.73160145$H3K27ac, 
    demoProfiles$chr3.73159773.73160145$H3K4me1)
metrics

## You can refer to the vignette to see more examples using ChIP-Seq profiles
## extracted from the Encyclopedia of DNA Elements (ENCODE) data.


adeschen/similaRpeak documentation built on March 23, 2022, 11:10 a.m.