ChIP-seq signal across bed regions
1
0
Entering edit mode
27 days ago
SEJAL • 0

I have a bed file with genomic coordinates, I used bedtools multicov to get the reads mapped to each of the regions. I have to compare the signal across 2 samples. But my samples don't have replicates. Which normalisation and what tools should I be using?

normalisation chipseq quantification signal • 334 views
ADD COMMENT
0
Entering edit mode
23 days ago
mark.ziemann ★ 2.0k

If you only have two replicates, then you have limited options. Differential expression tools like edgeR and DESeq2 can be used for ChIP-seq, but only if you have two or more replicates. The reason for this is that the p-values from these tools are trying to quantify sources of variation including technical and biological noise. It just doesn't make sense when you don't have proper replicates.

That being said, there are other ways to analyse this data. One idea could be to use a peak caller like MACS2 which will identify the parts of the genome that are enriched in a sample as compared to a control. Another possibility is to use something like GFOLD which provides a foldchange statistic in the case of no-replicates. GFOLD provides p-values but these are not realistic because there is no real measure of within group variation.

ADD COMMENT

Login before adding your answer.

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