R에서 Bioconductor로 배우는 ChIP-seq
Peter Humburg
Statistician, Macquarie University
잘못 매핑된 리드는 거짓 피크를 생성할 수 있습니다.

잘못 매핑된 리드는 거짓 피크를 생성할 수 있습니다.


잘못 매핑된 리드는 거짓 피크를 생성할 수 있습니다.




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 |
| ... | ... | ... | ... | ... | ... | ... | ... |
R에서 Bioconductor로 배우는 ChIP-seq