Changes between Version 4 and Version 5 of SOPs/Hi-C
- Timestamp:
- 11/25/20 11:41:44 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/Hi-C
v4 v5 7 7 * [#SetConfig Set up the HiC-Pro configuration file] 8 8 * [#Submit Submit data processing to the LSF batch queue] 9 * [#ContactMaps Generate contact map visualizations from processed Hi-C data] 9 10 10 11 === [=#SetConfig Set up the configuration file] === … … 115 116 }}} 116 117 118 === [=#ContactMaps Generate contact map visualizations from processed Hi-C data] === 117 119 120 Hi-C experiments enable the visualization of chromatin contact maps. Output from HiC-Pro can be translated into contact maps using [[http://bioconductor.org/packages/release/bioc/html/HiTC.html | HiTC]], the [[https://www.aidenlab.org/juicebox/ | juicebox viewer]] or [[https://github.com/kcakdemir/HiCPlotter | HiCPlotter ]]. To use the juicebox viewer, the HiC-Pro output must first be processed using /usr/local/HiC-Pro_2.11.1/bin/utils/hicpro2juicebox.sh. The example below illustrates how to use HiCPlotter to visualize the contact map for the Y chromosome using a 100 kb resolution and naming the graphical output file with a "cellType" prefix. 121 {{{ 122 python2 /path/to/HiCPlotter.py -f /path/to/hic_results/matrix/sample1/iced/100000/sample1_100000_iced.matrix -chr chrY -o cellType -n " " -r 100000 -tri 1 -bed /path/to/hic_results/matrix/sample1/raw/100000/sample1_100000_abs.bed -mm 6 123 }}}