colindaven / awesome-HiC

Awesome list of HiC data analysing tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome-HiC Awesome

Awesome collections of HiC-seq analysing softwares

The eukaryotic genome have hierarchical three_dimensional conformation, where physical contacts between chromatin have been proved to govern the regulation of gene expression. High-resolution chromosome conformation capture sequencing (HiC-seq) has been one of the most important methods to investigate the 3D genome since its first publication in 2009. Since then, numerous of softwares and packages have been developed to facilitate the analysis of HiC-seq data.

Here is a curated awesome list of HiC-seq data related softwares/packages/intro-papers that are recommended for HiC data analysis and research.

Your contributions are always welcome!

Contents


Pipelines

Pipelines to process HiC-seq data from raw/trimmed data input to interactions/matrices output

  • HiC-Pro - An easy configured pipeline that can process raw data/trimmed data all the way to HiC interaction matrix, it is one of the most popular pipeline with a user-friendly documentation and it plays well with HPC.
  • Juicer - Comes with a comprehensive Wiki and provides a couple of other tools for downstream analysis like a browser called JuiceBox for visualisation. The performance is very fast and it plays well with HPC, but it is not designed for data with relative low resolution.

Toolkits

Toolkits that containing multiple tools to analyse HiC-seq data

  • diffHiC - Well documented user's guide and it has multiple functions for filtering, normalisation and identifying differential HiC interactions from multiple datasets. It is a R package so it can work well with lots of other R packages.
  • Homer - Recently updated a new HiC workflow, including alignment, quality control, filtering, generating interaction matrix and normalisation, identifying TADs and loops. It can also generate configure file for circos plots.
  • TADbit - A python library that contains multiple functions for analysing HiC data with its own TADs calling algorithm, and it has a well documented tutorial.
  • HiTC - Developed by the author of HiC-Pro.

Mapping

Softwares/packages to conduct alignments and filtering of HiC-seq data

  • HiCUP - Provides well documented tutorial including YouTube videos, and it can generate a interactive html report as a result.
  • Other mapping strategies can be found in pipelines & Toolkits.

Normalisation

Softwares/packages to conduct matrix normalisation of HiC-seq data

Visualisation

Softwares/packages to conduct visualisation of HiC-seq data

  • JuiceBox - A part of the Juicer toolkit and it can also customise multiple types of data tracks, and it can plot gene loops on heatmaps.
  • HiCPlotter - Compatible with the HiC-Pro pipeline and easy to use.
  • Sushi - A R package and one of the function is to take common HiC matrix as input to plot a heatmap.
  • HiGlass - A web-based browser and can also be run locally within a Docker container.

Significant contacts identification

Algorithms to identify significant contacts

  • FitHiC - Provides a two-step spline-fitting procedure and binomial model to identify significant interactions.
  • CHiCAGO - This model only works for capture HiC data, it uses negative binomial random model to model read counts and uses poisson random model to model sequencing errors and artefacts.

Topologically-Associated Domains identification

Algorithms to identify Topologically-Associated Domains (TADs)

  • rGMAP - A R package including TADs calling functions and plotting functions for visualisation, and it is able to identify sub-TADs.
  • HiTAD - A python library and has a comprehensive documentation for all the functions.
  • TopDom - An easy to use R package.

Scaffold long read assemblies

  • SALSA - Scaffold long read assemblies using HiC

Other awesome softwares related to HiC-seq

Other softwares/packages

  • HiC-QC - QC for preliminary HiC libraries.
  • Boost-HiC - HiC patterns detection from low resolution HiC data.
  • HiCPlus - Resolution Enhancement of HiC interaction heatmap.

HiC-seq introduction papers

Introduction papers/tutorials of HiC-seq

License

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

About

Awesome list of HiC data analysing tools