All Projects → XiaoTaoWang → TADLib

XiaoTaoWang / TADLib

Licence: GPL-3.0 license
A Library to Explore Chromatin Interaction Patterns for Topologically Associating Domains

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TADLib

coolpuppy
A versatile tool to perform pile-up analysis on Hi-C data in .cool format.
Stars: ✭ 42 (+82.61%)
Mutual labels:  genomics, contact-matrix, hi-c
dcHiC
dcHiC: Differential compartment analysis for Hi-C datasets
Stars: ✭ 28 (+21.74%)
Mutual labels:  hi-c, chromatin
CUT-RUNTools-2.0
CUT&RUN and CUT&Tag data processing and analysis
Stars: ✭ 36 (+56.52%)
Mutual labels:  genomics, chromatin
genomedisco
Software for comparing contact maps from HiC, CaptureC and other 3D genome data.
Stars: ✭ 23 (+0%)
Mutual labels:  contact-matrix, hi-c
HiC data
A (continuously updated) collection of references to Hi-C data. Predominantly human/mouse Hi-C data, with replicates.
Stars: ✭ 107 (+365.22%)
Mutual labels:  hi-c, chromatin
hickit
TAD calling, phase imputation, 3D modeling and more for diploid single-cell Hi-C (Dip-C) and general Hi-C
Stars: ✭ 79 (+243.48%)
Mutual labels:  genomics, hi-c
instaGRAAL
Large genome reassembly based on Hi-C data, continuation of GRAAL
Stars: ✭ 32 (+39.13%)
Mutual labels:  genomics, hi-c
docker-4dn-hic
Docker for 4DN Hi-C processing pipeline
Stars: ✭ 42 (+82.61%)
Mutual labels:  hi-c, cooler
mustache
Multi-scale Detection of Chromatin Loops from Hi-C and Micro-C Maps using Scale-Space Representation
Stars: ✭ 38 (+65.22%)
Mutual labels:  genomics, hi-c
go enrichment
Transcripts annotation and GO enrichment Fisher tests
Stars: ✭ 24 (+4.35%)
Mutual labels:  genomics
GCModeller
GCModeller: genomics CAD(Computer Assistant Design) Modeller system in .NET language
Stars: ✭ 25 (+8.7%)
Mutual labels:  genomics
MultiAssayExperiment
Bioconductor package for management of multi-assay data
Stars: ✭ 57 (+147.83%)
Mutual labels:  genomics
workflows
Bioinformatics workflows developed for and used on the St. Jude Cloud project.
Stars: ✭ 16 (-30.43%)
Mutual labels:  genomics
bio-dockers
🐳 Bio-dockers: dockerized bioinformatic tools
Stars: ✭ 33 (+43.48%)
Mutual labels:  genomics
redundans
Redundans is a pipeline that assists an assembly of heterozygous/polymorphic genomes.
Stars: ✭ 90 (+291.3%)
Mutual labels:  genomics
Clair3
Clair3 - Symphonizing pileup and full-alignment for high-performance long-read variant calling
Stars: ✭ 119 (+417.39%)
Mutual labels:  genomics
nf-hack17-tutorial
Nextflow basic tutorial for newbie users
Stars: ✭ 32 (+39.13%)
Mutual labels:  genomics
fq
Command line utility for manipulating Illumina-generated FastQ files.
Stars: ✭ 31 (+34.78%)
Mutual labels:  genomics
hts-python
pythonic wrapper for libhts (moved to: https://github.com/quinlan-lab/hts-python)
Stars: ✭ 48 (+108.7%)
Mutual labels:  genomics
phastaf
Identify phage regions in bacterial genomes for masking purposes
Stars: ✭ 22 (-4.35%)
Mutual labels:  genomics

Note

Since version 0.4.0, the default data format has changed to cool, to comply with 4DN standards.

Introduction

Chromosome conformation capture (3C) derived techniques, especially Hi-C, have revealed that topologically associating domain (TAD) is a structural basis for both chromatin organization and biological functions in three-dimensional (3D) space. TAD is also hierarchically organized by smaller structural units, which are relevant to biological functions. To systematically investigate the relationship between structure and function, it is important to develop quantitative methods to identify and measure the organization of TAD. TADLib is such a library to explore the chromatin interaction patterns inside TAD from Hi-C chromatin interactions.

Currently, TADLib consists of two methods:

  • Aggregation Preference (AP)
    AP is a quantitative parameter to measure the overall density of significant chromatin interactions inside TAD. Inspired by the observation that there exist great differences in chromatin interaction pattern among TADs, an empirical parameter called Aggregation Preference (AP) can be used to capture these aggregation degree of significant chromatin interactions. Application to human and mouse cell types (including both traditional Hi-C and in situ Hi-C data sets) shows that there exist heterogeneous structures among TADs and the structural rearrangement across cell types is significantly associated with transcriptional remodelling. [1]
  • Hierarchical TAD (HiTAD)
    HiTAD is a method to detect hierarchical TADs, including TADs, sub-TADs and smaller domains. Except local insulations, HiTAD further constrains TADs as the optimal domains to globally separate intra-chromosomal interactions. Under objective functions derived from chromatin interactions, HiTAD adopts an iterative optimization procedure to detect hierarchical TADs. HiTAD performs well in domain sensitivity, replicate reproducibility and inter cell-type conservation. Application to human and mouse cell types (including both traditional Hi-C and in situ Hi-C data sets) reveals that there exist common change types for hierarchical TADs, which are involved in shaping higher-order compartment, replication timing and transcriptional regulation. [2]

Links

Citation

[1]Wang XT, Dong PF, Zhang HY, Peng C. Structural heterogeneity and functional diversity of topologically associating domains in mammalian genomes. Nucleic Acids Research, 2015, doi: 10.1093/nar/gkv684
[2]Wang XT, Cui W, Peng C. HiTAD: detecting the structural and functional hierarchies of topologically associating domains from chromatin interactions. Nucleic Acids Research, 2017, doi: 10.1093/nar/gkx735
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].