5551b0fccd8b90a7bf3f19ff7273ac5329691bb4 lrnassar Mon Mar 11 14:22:15 2024 -0700 Clarifying that only hic versions 6-8 are supported, not 9. Refs #33054 diff --git src/hg/htdocs/goldenPath/help/hic.html src/hg/htdocs/goldenPath/help/hic.html index 5c611beb..797c724 100755 --- src/hg/htdocs/goldenPath/help/hic.html +++ src/hg/htdocs/goldenPath/help/hic.html @@ -1,47 +1,47 @@

hic Track Format

+

Note: The UCSC tools currently support hic versions 6-8. +The hic track configuration help page +describes hic display options. +

Hic format is an indexed binary format designed to permit fast random access to contact matrix heatmaps. The format was designed by the Aiden Lab at Baylor College of Medicine. More information on the hic format itself can be found in the documentation on Github.

The format is used for displaying chromatin conformation data in the browser. This format is useful for displaying interactions at a scale and depth that exceeds what can be easily visualized with the interact and bigInteract formats. After running a chromatin conformation experiment such as in situ Hi-C, researchers can pass their results through the Juicer pipeline to produce a hic file. Due to the large size of many of these files, UCSC is not able to support direct upload via our Custom Track interface. Instead, users should place their Hic files in a web-accessible space and enter the URL as a bigDataUrl. If you do not have access to a web-accessible server and need hosting space for your Hic files, please see the Hosting section of the Track Hub Help documentation.

-

The UCSC tools currently support hic versions 6-8. -The hic track configuration help page -describes hic display options. -

hic draw modes

Generating a hic track

The typical workflow for generating a hic custom track is this:

  1. Prepare your data by processing it with the Juicer pipeline to create a file in the hic format.
  2. Move the hic file (my.hic) to an http, https, or ftp location.