Peak calling a general bed file (not reads)
1
0
Entering edit mode
11 months ago
jrose ▴ 30

Hi,

I have a bed file of annotated regions. I want to find genomic regions which are particularly dense with these annotations. I thought perhaps a way to do this is standard peak calling (Poisson model) and I was wondering if there are any tools out there that do this? Using MACS2 with the input bed file does not work because it keeps predicting that the read size (annotation feature size in my case) is 200. Any suggestions?

peaks genomic-density peak-calling bed • 567 views
ADD COMMENT
1
Entering edit mode
11 months ago

Seems like potential use-case for bedtools merge assuming these regions overlap. Merge and count regions.

Otherwise, a binning approach makes sense. Break genome up into 10 kb chunks, or whatever chunk size makes sense, intersect your regions with them, spit out counts for each bin, grab the top X of them or set an arbitrary threshold, etc.

ADD COMMENT

Login before adding your answer.

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