在 R 中使用 Bioconductor 進行 ChIP-seq
Peter Humburg
Statistician, Macquarie University
在峰集合中計數讀取數:
peak_counts <- dba.count(qc_output, summits=250)
建立對比:
peak_counts <- dba.contrast(peak_counts, categories = DBA_CONDITION)
其他支援的類別:

bind_diff <- dba.analyze(peak_counts)
差異性結合峰的 PCA 圖
dba.plotPCA(bind_diff, DBA_Condition, contrast=1)
差異性結合峰的熱圖
dba.plotHeatmap(bind_diff, DBA_Condition, contrast=1)
在 R 中使用 Bioconductor 進行 ChIP-seq