DiffBind
#
Find similar titles
- (rev. 4)
- Hyungyong Kim
Structured data
- About
- ChIP-seq
- Date Published
- Programming Language
- Bioconductor
- R
- URL
- http://www.bioconductor.org/packages/release/bioc/html/DiffBind.html
Differential Binding Analysis of ChIP-Seq peak data
Table of Contents
Guide summary #
DiffBind: Differential binding analysis of ChIP-Seq peak data
Introduction #
Identifying statistically significantly differentially bound sites based on evidence of binding affinity between two groups
Processing overview #
DiffBind involves five phases
- Reading in peaksets: MACS와 같은 peak caller 프로그램의 결과 (eg. .csv, .xlsx)
- Occupancy analysis: merge replicates or other peak caller result
- Counting reads: using BAM files, make binding affinity matrix for each sample. With this matrix, samples can be re-clustered.
- Differential binding affinity analysis: identify statiscally significiantly differentially bound sites between sample groups. using edgeR make p-value and FDR
- Plotting and reporting: MA plot, correlation heatmap, PCA plots, Box plots