Obtain counts for specific genes with ChIP-seq data without peak calling
1
0
Entering edit mode
10 months ago

Hello,

I was wondering if it is possible to obtain counts for an specific set of genes without doing peak calling. The idea will be to perform an alignment and then obtain the counts for the set of genes using for example featureCounts.

Thanks,

Marina.

ChIP-seq • 1.1k views
ADD COMMENT
1
Entering edit mode
10 months ago
Papyrus ★ 2.9k

Yes, this is often done. You typically have your BAM files and a custom file for your locations (e.g. a BED of gene or transcript coordinates, promoters, etc.), and the only thing you have to do is to convert your locations file into the SAF format which featureCounts uses. There are many answers detailing how to build it (see one, two). Also, you have featureCounts in the R package Rsubread if it's easier for you.

ADD COMMENT
0
Entering edit mode

Thanks a lot !! I thought that was mandatory to first obtain the peaks profile to then obtain the counts, but I will do it directly from the BAM files obtained from the alignment. Also, I always use gtf file format for featureCounts, but thank you for the recommendation.

ADD REPLY
1
Entering edit mode

Yes, that's because most of the pipelines you see in ChIP-seq focus on defining peaks (peak calling) and then doing downstream analyses on them. But you can even do differential analyses without prior peak calling, directly from the BAMS, e.g. with csaw.

ADD REPLY
0
Entering edit mode

So, using featureCounts directly from the BAM file should be enough to obtain gene expression values ?

ADD REPLY
1
Entering edit mode

If you input BAMs from ChIP-seq, you will obtain read counts for your protein/factor at those regions, not gene expression values.

ADD REPLY
0
Entering edit mode

Okey. I understand thank you so much !! :)

ADD REPLY

Login before adding your answer.

Traffic: 1416 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