Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.03 KB

hicValidateLocations.rst

File metadata and controls

27 lines (16 loc) · 1.03 KB

hicValidateLocations

hicValidateLoops is a tool to compare the detect loops from hicDetectLoops (or from any other software as long as the data format is followed, see below) with known peak protein locations to validate if the computed loops do have the expected anchor points. For example, loops in mammals are usually bound by CTCF or Cohesin, therefore it is important to know if the detect loops have protein peaks at their X and Y position.

Loops in Hi-C, graphic from Bonev & Cavalli, Nature Reviews Genetics 2016

Loops in Hi-C, graphic from Bonev & Cavalli, Nature Reviews Genetics 2016

Data format

The data format of hicDetectLoops output is:

chr_x start_x end_x chr_y start_y end_y p-value

As --protein the input of narrowPeak or broadPeak files are accepted. However, as long as the --protein input file contains chromosome, start and end in the first three columns, it should work.