overlap BED files, but account for region name
1
0
Entering edit mode
6.9 years ago
igor 13k

I recently found ReMap which is a great resource of TF binding sites across different studies. They provide the binding sites in BED format where each region is named based on the TF. Although it's relatively trivial to overlap two BED files (using something like bedtools fisher or bedtools intersect), that assumes that you're just overlapping two sets of regions. Is there a way to generate the results separated by region name? I could split by TF and process each one separately in a giant loop, but that seems inefficient.

bed overlap bedtools • 1.7k views
ADD COMMENT
1
Entering edit mode
6.9 years ago

Your proposal of splitting into separate files by name seems reasonable to me. If that's not satisfying, nothing is stopping you from writing a 20-line perl script that does the intersection in a name-aware manner. Genome set operations aren't hard, it's just more convenient to use existing tools.

ADD COMMENT
0
Entering edit mode

Thanks for confirming. I just wanted to make sure I am not reinventing the wheel or missing something.

ADD REPLY

Login before adding your answer.

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