在 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 分析