Biostrings, BSgenomes and GenomicRanges.
Multiple bioconductor packages but should get them all by doing this.
source("https://bioconductor.org/biocLite.R")
# Try http if https is not available
biocLite("BSgenome.Scerevisiae.UCSC.sacCer3")
# 'should' also install Biostrings, BSgenomes and GenomicRanges if not already installed.
Find instances of a DNA-sequence motif in a genome that also have evidence of binding from a ChIP-seq experiment.
- Biostrings
- BSgenome
- GenomicRanges
The tutorial is in the script BSgenome.BioStrings.bioC.R. You will need to download some data before you start (see below).
Tutorial uses a table of genomic ChIP-seq peaks from Zheng et al., 2010, Nature
The data table GSE19635_s96a_peaks.txt was downloaded from GEO and uncompressed.