Chr3D is a Python framework for 3D chromatin interaction analysis. Process Hi-C, ChIA-PET, and HiChIP data with a unified command-line interface and Python API.
██████╗██╗ ██╗██████╗ ██████╗ ██████╗
██╔════╝██║ ██║██╔══██╗ ╚════██╗██╔══██╗
██║ ███████║██████╔╝ ██╔╝ ██║ ██║
██║ ██╔══██║██╔══██╗ ╚══██╗ ██║ ██║
╚██████╗██║ ██║██║ ██║ ██████╔╝██████╔╝
╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝Features
Command Line Interface
Run complete pipelines with a single command:
chr3d bulk-hic- Bulk Hi-C processingchr3d sn-hic- Single-nucleus Hi-Cchr3d chia-pet- ChIA-PET analysischr3d hichip- HiChIP pipeline
Python API
Build custom workflows with modular components:
- Pipeline orchestrators
- Alignment and processing tools
- Matrix generation and analysis
- Peak calling and loop detection
Visualization
Export results for HiGlass and other genome browsers.

Quick Start
# Install
pip install chr3d
# Run a pipeline
chr3d bulk-hic \
--r1 sample_R1.fastq.gz \
--r2 sample_R2.fastq.gz \
--genome hg38.fa \
--output-dir ./resultsLast updated on