Galaxy | Tool Preview

hicMergeLoops (version 3.7.2+galaxy0)
The loop files from hicDetectLoops. To use files from other sources, please follow \'chr start end chr start end\' format and remove any header.
The lowest resolution of all loop files, i.e. 5kb, 10kb and 25kb, please use 25000.

Merge detected loops

This script merges the loop locations of different different resolutions.

Loops need to have the following format:

chr start end chr start end

A merge happens if x and y position of a loop overlaps with x and y position of another loop; all loops are considered as an overlap within +/- the bin size of the lowest resolution. I.e. for a loop with coordinates x and y, the overlap to all other loops is searched for (x - lowest resolution) and (y + lowest resolution). If two or more locations should be merged, the one with the lowest resolution is taken as the merged loop.

Example usage:

$ hicMergeLoops -i gm12878_10kb.bedgraph gm12878_5kb.bedgraph gm12878_25kb.bedgraph -o merged_result.bedgraph -r 25000

Please recall: We work with binned data i.e. the lowest resolution is therefore the one where we merge the most bases into one bin. In the above example the lowest resultion is 25kb, the highest resolution is 5kb.

For more information about HiCExplorer please consider our documentation on readthedocs.io