-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This repository provides a pipeline for computing the strength of high-order genome architectures, specifically Global Folding and Checkerboard patterns from Hi-C data.
The analysis pipeline comprises three core computational modules:
- NormDis & CorrectMap: For normalizing raw Hi-C contact maps and correcting for assembly artifacts.
- Global Folding: For detecting and scoring whole-chromosome folding architectures.
- Checkerboard: For calculating chromatin compartmentalization entropy scores.
Please cite our work when using this tool: (https://doi.org/10.1101/2025.07.05.663309)
The primary entry point is the one_click_pipeline.sh script. Ensure your input data is organized in the correct directory structure as described in the main README.
A typical project base_path should be structured as follows:
base_path/
├── [species_name_1]/
│ └── sps_mtx/
├── [species_name_2]/
│ └── sps_mtx/
└── parameters.txt
The typical workflow is:
Raw Data → NormDis (Normalization) → CorrectMap (Optional QC) → Checkerboard / Global Folding (Analysis) → Scatter_plot (Visualization).
Navigate to the specific Wiki pages for detailed instructions on each module.