Please refer our manual for detail usage!
Requirement: Linux
The tool was built statically on a Ubuntu 15.04 laptop. It is self-contained and can run on most
64-bit Linux operation systems like Ubuntu and CentOS without any dynamic library.
Sample Dataset:
(1) In silico chromosomes and Helix structure
(2) real Hi-C dataset
We are glad to share our source code: please send email to shuaicli@cityu.edu.hk to get a copy!
Output: A list of 3D coordinates in plain text.
For a structure with 100 loci, there should be 100 lines, and on the i-th line, there are three values corresponding the 3D coordinates of the i-th loci.
example
1.178 1.796 0.474
0.903 1.428 0.973
1.432 1.557 1.191
1.078 1.864 0.881
0.554 1.608 1.221
1.053 1.971 1.347
0.932 2.314 1.671
1.322 2.542 1.249
1.461 2.591 0.687
0.987 2.935 0.819
0.723 3.341 0.621
0.571 2.932 0.338
1.012 3.344 0.306
visualization:
You can use the provided script marker.py to plot the structure with python. It plots the structures with line plot function in python package matplotlib.
You may try to use pymol for advanced plot.