Matching genomic regions / Find overlapping regions

Description

Given two BED files, this tool returns those regions which overlap with some region in the other input file. Also known as intersection.

Parameters

Details

Note that if two A regions match one B region and you ask for "Original regions from both files", the B region will appear twice in the result list.

Output

Output is a BED file.

References

This tool uses an in-house Java code.