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.
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.
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.
So, using featureCounts directly from the BAM file should be enough to obtain gene expression values ?
If you input BAMs from ChIP-seq, you will obtain read counts for your protein/factor at those regions, not gene expression values.
Okey. I understand thank you so much !! :)