ChIP-seq with Bioconductor in R
Peter Humburg
Statistician, Macquarie University
Incorrectly mapped reads may produce false peaks.

Incorrectly mapped reads may produce false peaks.


Incorrectly mapped reads may produce false peaks.




library(ChIPQC)
qc_report <- ChIPQC(experiment="sample_info.csv", annotation="hg19")
ChIPQCreport(qc_report)

| SampleID | Factor | Condition | Tissue | Treatment | bamReads | Peaks | PeakCaller |
|---|---|---|---|---|---|---|---|
| S1 | AR | primary | primary prostate tumor | gleason score: 3+4=7 | S1.bam | S1.bed | macs |
| S2 | AR | primary | primary prostate tumor | gleason score: 3+4=7 | S2.bam | S2.bed | macs |
| ... | ... | ... | ... | ... | ... | ... | ... |
ChIP-seq with Bioconductor in R