Differential ChIP-Seq Analysis with DESeq2
1
0
Entering edit mode
hkarakurt ▴ 20
@hkarakurt-12988
Last seen 21 months ago
Turkey

Hello everyone,

I need to do differential ChIP-Seq analysis to find the binding of genes between 2 conditions. I know there are lots of tools for that but I decided to use DESeq2 for that. I used MACS for peak calling and I had BAM files. Then used featureCounts to generate counts matrix. To this count matrix, I used DESeq2.

 

Everything looks fine but I am not sure is this method sensible or not but I needed differential analysis with gene names. Can I do this without a doubt?

 

Thank you.

chipseq deseq2 featurecounts differential binding analysis • 2.6k views
ADD COMMENT
2
Entering edit mode
@mikelove
Last seen 2 hours ago
United States

Many groups have used DESeq2 for differential binding/accessibility, etc. 

I'd recommend to look at the MA plot, or with many peaks, you can make your own MA plot with smoothScatter() from base R, plotting log2FoldChange over log2(baseMean) from the DESeqResults object.

ADD COMMENT
1
Entering edit mode

I'll insert a shameless plug for csaw here. Once you have your window-based count matrix, you can use any differential testing framework of your choice (including DESeq2) to generate p-values, and then continue on with the analysis pipeline.

ADD REPLY
1
Entering edit mode

I second the plug for csaw.

ADD REPLY
0
Entering edit mode

Sorry for late reply and thank you so much, I will look to csaw package. 

But my question is; using only the DESeq2 (used featureCounts to have CountMatrix from with BAM files) is wrong?

 

Thank you.

ADD REPLY
0
Entering edit mode

Whether or not this approach is "wrong" depends entirely on how you defined the regions in the first place. See my comments in A: Filtering for ATAC-seq.

ADD REPLY
0
Entering edit mode

I am thinkg about my GTF file. The file I used in featureCounts step, includes genes and gene predictions (From USCD) and I used them for counting the MACS results. Is that make a big difference because I am not sure GTF file includes enhancers of genes. This is the point I am not sure about.

ADD REPLY
0
Entering edit mode

It's hard to figure out what you actually did. Using a GTF file to "count the MACS results" makes no sense; I assume that what you meant was that you counted the number of reads assigned to each gene with featureCounts. I'll also assume you're referring to the UCSC annotation for your genes, I don't know of any "USCD" gene predictions. And obviously if your GTF file doesn't include enhancers, you won't get counts for enhancers, so if you're interested in enhancers you'll need to include them in the GTF file.

ADD REPLY

Login before adding your answer.

Traffic: 894 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6