Calculate reciprocal overlap for thousands of samples
I have around 20k samples with BED files. How can I calculate reciprocal overlap for each segment? I want to find all segments with 50% reciprocal overlap or better.
• 3,713 views
•
link
1 answer
You can use bedtools intersect for this. http://bedtools.readthedocs.org/en/latest/
• 1 views
•
link
Log in to answer this question.