This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Extremely high ChIP-seq peak at mouse Chr2 "Gm10800" region

I was dealing with some CUT&TAG ChIP-seq data(for TF).

After mapping and peak calling, I tried to use IGV to observe their peak distribution around the genome, and I found there are a a great number of peak/reads mapped to a specific region of chr2.

In gencode.vM21.primary_assembly.annotation.gtf, this region is described as "Gm10800".

I didn't found a lot information about Gm10800, so wondering if it's resonable and why?

Thanks in advance!

IGV image

chipseq peak tf chipseq

1 answer

It overlaps a known artifact region that is prone to constantly accumulate excessive reads in NGS experiments. You can get blacklists for various genomes from https://github.com/Boyle-Lab/Blacklist/tree/master/lists which is based on this paper (https://www.nature.com/articles/s41598-019-45839-z). I always remove any peaks overlapping the blacklist in my preprocessing pipeline to remove these artifact regions from my peaksets.

Log in to answer this question.