JOnTADS: a unified caller for TADs and stripes in Hi-C data
Project description
JOnTADS: a unified caller for TADs and stripes in Hi-C data
JOnTADS is a versatile tool for identifying Topologically Associating Domains (TADs) and stripes in various chromatin conformation capture data, including population Hi-C, single-109 cell Hi-C and micro-C. It allows for easy analysis of Hi-C data across multiple samples and outputs results in a structured format.
Dependencies
pip install numba==0.56.4
pip install numpy==1.23.5
pip install scipy==1.12.0
pip install qpsolvers==2.7.3
Installation
pip install JOnTADS
Usage
Suppose you are at the folder of this README file.
Test Run
Single Sample Run
To identify TADs from a single sample, use the following command:
python JOnTADS.py -F ./data/chr18.csv -O ./results/chr18.csv.tad
Multiple Samples Run
To analyze multiple samples simultaneously, use:
python JOnTADS.py -F ./data/ES_rep1.chr18 ./data/ES_rep2.chr18 ./data/ME_rep1.chr18 ./data/ME_rep2.chr18 ./data/MS_rep1.chr18 ./data/MS_rep2.chr18 ./data/NP_rep1.chr18 ./data/NP_rep2.chr18 ./data/TP_rep1.chr18 ./data/TP_rep2.chr18 -O ./results/ES_rep1.chr18.tad ./results/ES_rep2.chr18.tad ./results/ME_rep1.chr18.tad ./results/ME_rep2.chr18.tad ./results/MS_rep1.chr18.tad ./results/MS_rep2.chr18.tad ./results/NP_rep1.chr18.tad ./results/NP_rep2.chr18.tad ./results/TP_rep1.chr18.tad ./results/TP_rep2.chr18.tad
Stripe Calling
To call stripes in addition to TADs:
python JOnTADS.py -F ./data/chr18.csv -O ./results/chr18.csv.tad --stripe_output ./results/chr18.csv.stripe -C 18 --stripe True
Input and Output Format
Input Format
The input files should be Hi-C contact matrices separated by spaces or commas.
In progress: we are working on supporting supporting additional input formats.
Output Format
The output files contain information about the identified TADs or stripes.
For TAD calling, the output contains four columns:
start, end, TAD score, TAD size
For stripe calling, the output contains six columns
chr, x1, x2, chr, y1, y2
where the stripe extends from (x1, y1)
to (x2, y2)
.
Parameters
-F
: Input file(s) with Hi-C data.-O
: Output file(s) for the detected TADs.-MAXSZ
: Maximum size of TADs allowed, default 200.-MINSZ
: Minimum size of TADs allowed, default 7.--stripe
: Set toTrue
to enable stripe detection.-C
: (When `stripe' is set to True) Chromosome number for stripe calling, e.g. 18.--stripe_output
: (When `stripe' is set to True) Output file for stripe calling results.
Contact
Feel free to contribute to the project by opening issues or pull requests. Any feedback or suggestions are highly appreciated. Correspondence should be addressed to qunhua.li@psu.edu. You can also contact the maintainer qiuhai.stat@gmail.com.
Happy analyzing your Hi-C data with JOnTADS!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file JOnTADS-0.3.tar.gz
.
File metadata
- Download URL: JOnTADS-0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb3554ff8f118c0530c1a23663c335dadf0eab5749522350ebc413810c2dbdc2 |
|
MD5 | aedcee7f009fe6bd082366a39ae6dbe8 |
|
BLAKE2b-256 | 33a81b909fff90035dd5d7e6c1abb5cc1b99db64738dc41726194b0eeeb75524 |
File details
Details for the file JOnTADS-0.3-py3-none-any.whl
.
File metadata
- Download URL: JOnTADS-0.3-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a92a838794074d1be93472852a3e7b1928be83a409601fa7f4a92ca04c7eb43a |
|
MD5 | ed16aee481e7f7ca5fd3b79f4ec87956 |
|
BLAKE2b-256 | 97bf04b0ff3001d5876496d70c418ff8dd4f762a6e8f6daacbcf922502572fd7 |