Skip to main content

MHiC, an integrated user-friendly tool for the identification and visualization of significant interactions in Hi-C data

Abstract

Background

Hi-C is a molecular biology technique to understand the genome spatial structure. However, data obtained from Hi-C experiments is biased. Therefore, several methods have been developed to model Hi-C data and identify significant interactions. Each method receives its own Hi-C data structure and only work on specific operating systems.

Results

We introduce MHiC (Multi-function Hi-C data analysis tool), a tool to identify and visualize statistically signifiant interactions from Hi-C data. The MHiC tool (i) works on different operating systems, (ii) accepts various Hi-C data structures from different Hi-C analysis tools such as HiCUP or HiC-Pro, (iii) identify significant Hi-C interactions with GOTHiC, HiCNorm and Fit-Hi-C methods and (iv) visualizes interactions in Arc or Heatmap diagram. MHiC is an open-source tool which is freely available for download on https://github.com/MHi-C.

Conclusions

MHiC is an integrated tool for the analysis of high-throughput chromosome conformation capture (Hi-C) data.

Background

Chromosome conformation capture (3C) assays are now the method of choice to study the role of DNA looping in transcriptional regulation. These assays directly identify genomic loci that are in close enough proximity to each other in living cells to be cross-linked. This new technology allows for the mapping of chromatin interactions on a whole genome level. The first study of 3C technology was developed by Dekker et al. [1]. This protocol captures interactions between a single pair of candidate regions. The other protocols include 4C (chromosome conformation capture-on-chip) which captures interactions between one locus and all other genomic loci [2], 5C (chromosome conformation capture carbon copy) which captures interactions between all locus within a given region [3], and Hi-C which captures all vs all interactions across the genome [4]. Hi-C is a high-throughput technique to understand the spatial organization of chromosomes by finding all of the nuclear interactions. Capture based methods are also developed to use biotinylated RNA oligomers complementary to enrich 3C and Hi-C libraries for specific loci of interest. These methods include Capture-C, Capture-3C, and Capture Hi-C.

The central goal in the analysis of Hi-C data is to understand which pair of genomic loci tends to interact together. Unfortunately, due to the Hi-C protocol and process, data obtained from Hi-C is biased. Therefore, normalization of Hi-C data and the identification of true interactions compared to artefact interactions is important before any downstream analysis. In Hi-C data, there are different sources of bias. The source of some types of these biases are known. For instance, spurious self-ligated interactions and PCR duplicates are easily handled at the start of Hi-C data processing from Hi-C raw data. In contrast, there are some unknown sources of bias which cannot be identified directly, and only their effect on some features can be identified. An example is ligations between two noncrosslinked DNA fragments. These interactions are indistinguishable from real interactions.

Several methods have been developed to deal with the biases such as GOTHiC [5], HiCNorm [6], and Fit-Hi-C [7]. GOTHiC is a method proposed by Mifsud et al. It uses cumulative binomial tests to identify significant interactions between distal genomic loci that have significantly more reads than expected by chance in Hi-C experiments. It can be used for both Hi-C and capture Hi-C experiments. HiCNorm models biases at lower resolutions and uses Poisson regression to normalize read counts between two-locus pair. Another method, Fit-Hi-C uses the binomial distribution to model these interactions. This method modifies the binning procedure with a two-step spline-fitting procedure. This method replaces the binning procedure with a spline-fitting procedure.

One of the main issues with these methods are that they accept a contact map in a very strict format. In other words, users need to convert the Hi-C contact map generated by Hi-C data analysis tools such as HiCUP [8] or HiC-Pro [9] to a specific format that is accepted by each background model.

In order to address the above mentioned challenges in Hi-C tools, we have developed an integrated tool called “MHiC” (Multi-function Hi-C data analysis software), which uses GOTHiC, HiCNorm and Fit-Hi-C methods with a graphical user interface (GUI) to identify statistically significant interactions in Hi-C contact maps generated by different Hi-C analysis tool. MHiC accepts HiCUP [8], HiC-Pro [9] and HOMER [10] outputs which are used to analyze raw Hi-C data and generate a Hi-C contact map, as shown in Fig. 1. MHiC also offers a flexible visualization interface to visualize raw Hi-C contact map or statistically significant interactions in both an Arc diagram and a standard Hi-C contact map (Heatmap diagram). Arc diagrams use circular nodes to show locus positions. For each interaction, an Arc link is drawn between two nodes.

Fig. 1
figure 1

MHiC overview flowchart

In the next sections, we describe the implemented background models in MHiC and the visualization part (Additional files 1 and 2). We applied MHiC on a mouse embryonic stem cell sample from the Dixon database [11].

Method and materials

Input data for MHiC

MHiC accepts contact maps (Hi-C interactions) on three different formats generated by leading Hi-C analysis tools HiCUP, HiC-Pro, and Homer. MHiC accepts contact maps (Hi-C interactions) on three different formats generated by leading Hi-C analysis tools HiCUP, HiC-Pro, and Homer. After getting contact maps from these tools, MHiC converts it to a single matrix with at least 5 columns: id, fragment 1 chromosome, fragment 2 chromosome, fragment 1 start position, and fragment 2 start position (for HiCNorm method this matrix has 8 columns including GC content, effective length, and mappability features). Then, MHiC does some preprocess on data; such as changing the data resolution, calculating mid locus positions or removing diagonal interactions. In the next step, data format changes to GOTHiC, HiCNorm, or Fit-Hi-C background models formats based on user needs. In the final step, MHiC store and visualize the result from the modeling result.

HiCUP

HiCUP [8] is a pipeline produced by the Babraham Institute to map and perform quality control on Hi-C data. HiCUP outputs include two text files. The first is a file with four columns: id, flag, chromosome and locus position. The second is a digest file which includes chromosome ID, fragment start position and fragment end position. In the first file, two separate rows with the same ID define an interaction. In order to create this structure, users should use the hicup2gothic script, which is available as a HiCUP tool.

HiC-pro

HiC-Pro [9] is developed by Nicolas Servant to process Hi-C data from raw FASTQ files into the normalized contact maps. The HiC-Pro output is a matrix file with three columns: Locus1 ID, Locus2 ID and Interaction counts (number of interacting read between two locus), and a bed file with four columns: chromosome ID, fragment start position, fragment end position, and fragment ID.

Homer

HOMER [10] is an analysis tool that contains several programs and analysis routines to facilitate the analysis of Hi-C data. In the Hi-C data processing section, HOMER process FASTQ and bowtie2 files to map and perform quality control on Hi-C data. In this process, HOMER creates some CSV files to define Hi-C interactions for the next processing steps. In order to create this structure, users should visit the HOMER website (http://homer.ucsd.edu).

To identify Hi-C significant interactions and visualize Hi-C contact maps, we have developed MHiC in two main modules. The first module of MHiC is implemented as an R package to provide multiple backgrounds and correction models. The second module is a user-friendly graphical interface, which provides an interactive environment for users to plot Hi-C interactions in both an Arc diagram and a contact map diagram. MHiC accepts input data from different tools such as HiCUP, HiC-Pro and HOMER and then identifies significant interactions through the GOTHiC, HiCNorm and Fit-Hi-C methods at a desired resolution of the contact map.

Identifying significant interaction with MHiC

We developed MHiC based on the GOTHiC, HiCNorm, and Fit-Hi-C background models. These methods use different mathematical models to identify significant interactions. In the following, we explain each of the models in detail.

GOTHiC

GOTHiC was developed by Mifsud et al. This method assumes both ends of each read-pair are affected by biases. Therefore, the probability of observing nj, h or more read-pairs between two loci, j and h, by chance in a dataset of N reads is given by the cumulative binomial density:

$$ pva{l}_{j,h}=1-{\sum}_{i=0}^{n_{j,h}-1}\left(\underset{i}{N}\right){\left({p}_{j,h}\right)}^i\left(1-{p}_{j,h}\right){N}^{-i} $$
(1)

where the probability that a read pair is the consequence of a spurious ligation between two sites is:

$$ {p}_{j,h}=2\ast relativecoverag{e}_j\ast relativecoverag{e}_h $$
(2)

Immediately following eq. 2, the relative coverage of a given site or region is:

$$ relativecoverag{e}_j=\frac{reads_j}{2N} $$
(3)

where readsj is the mapped read count for genomic locusj. After calculating the probabilities, this method uses the Benjamini-Hochberg multiple-testing correction to obtain a false discovery rate adjusted p-value (q-value), which is used to find significant interactions. The Benjamini-Hochberg Procedure is a technique that decreases the false discovery rate. Adjusting the rate helps to control the fact that sometimes small p-values (less than 5%) happen by chance, which could lead you to incorrectly reject the true null hypotheses. In this method, the p-values are first sorted and ranked. Then, each p-value is multiplied by m, the number of comparisons, and divided by its assigned rank, rj, h, to give the adjusted p-values.

$$ qva{l}_{j,h}= pva{l}_{j,h}\ast \frac{m}{r_{j,h}} $$
(4)

In this method m is described as maximum number of interactions between all regions.

HiCNorm

HiCNorm was developed by Ming Hu et al.. HiCNorm assumes a Poisson distribution to model sequencing errors and artefacts. It normalizes Hi-C contact maps and estimate the bias effects by using the effective length feature and the GC content feature while fixing the mappability feature as a Poisson offset. In this process, the normalized Hi-C contact map (e) for chromosome i at locus j and h is calculated based on effective length feature (x), GC content feature (y), the mappability feature (z) and Hi-C contact map u. The equations for intra-chromosomal Hi-C interactions follow as:

$$ {e}_{j,h}^i=\frac{u_{j,h}^i}{t_{j,h}^i} $$
(5)

where t calculated by:

$$ {t}_{j,h}^i=\exp \left[{\beta}_0^i+{\beta}_{len}^i\lg \left({x}_j^i{x}_h^i\right)+{\beta}_{gc}^i\lg \left({y}_j^i{y}_h^i\right)+\lg \left({z}_j^i{z}_h^i\right)\right] $$
(6)

Equations for the intra-chromosomal Hi-C interactions between chromosomes i1 and i2 are:

$$ {e}_{j,h}^{i_1{i}_2}=\frac{u_{j,h}^{i_1{i}_2}}{t_{j,h}^{i_1{i}_2}} $$
(7)

where t is calculated by:

$$ {t}_{j,h}^{i_1{i}_2}=\exp \left[{\beta}_0^{i_1{i}_2}+{\beta}_{len}^{i_1{i}_2}\lg \left({x}_j^{i_1}{x}_h^{i_2}\right)+{\beta}_{gc}^{i_1{i}_2}\lg \left({y}_j^{i_1}{y}_h^{i_2}\right)+\lg \left({z}_j^{i_1}{z}_h^{i_2}\right)\right] $$
(8)

Fit-Hi-C

The Fit-Hi-C method was developed by Ferhat Ay et al.. This method uses a binomial distribution and works on intra-chromosomal interactions. In the first step, this method assumes that a single observed contact is equally likely to come from any of the M possible pairs of loci, so the null probability of this contact being between a specific locus pair is p = 1/M. Therefore, the probability of a given pair that has an exactly k contact count is:

$$ \mathit{\Pr}\left(K=k\right)=\left(\begin{array}{l}N\\ {}k\end{array}\right){p}^k{\left(1-p\right)}^{N-k} $$
(9)

The P-value is the corresponding cumulative probability of observing at least k contacts is:

$$ P\left(K\ge k\right)=\sum \limits_{i=K}^N\mathit{\Pr}\left(\mathrm{K}=\mathrm{i}\right) $$
(10)

In the second step, this method replaces the binned binomial method (contact probability p) with a spline-fitting procedure that provides a more precise estimate of the probability of observing a contact with a specified genomic distance (dj, h). In other words, Fit-Hi-C replaces in Eq. (9) the contact probability p with a function f (1)(d) which is computed by a spline fit to observe contact probabilities of locus pairs based on their genomic distances. To achieve a smooth spline fit, this method segregate the locus pairs into b equal-occupancy bins (in this method b = 200). The smallest distances in bin i and bin i + 1 define the lower and upper genomic distance boundaries, si and ei, respectively, for bin i. Then, for each bin i, this method computes three values: (1) the average number of contact counts per locus pair (ci); (2) the prior contact probability that a given mid-range read comes from one specific locus pair in this bin \( \frac{{\mathrm{c}}_{\mathrm{i}}}{\mathrm{N}} \), where N is the total number of mid-range reads; and (3) the average interaction distance di over all locus pairs in the bin, including pairs that have a contact count of zero. This method then fits a univariate spline to the resulting b points \( \left(\left({d}_i,\frac{c_i}{\mathrm{N}}\right),\dots, \left(\ {d}_b,\frac{c_i}{\mathrm{N}}\right)\right) \).

$$ {f}^{(1)}(d)=\sum \limits_{i=K}^b{f}^{(1)}\left({d}_i\right){\mathrm{f}}_i(d) $$
(11)

In the third step, this method uses a two-phase spline fitting procedure to modify the binning method, which involves producing a more accurate estimate of the null distribution by excluding contacts that are likely to be real.

Visualize Hi-C interactions

In MHiC, we developed a Graphical User Interface for MHiC. The Interface enables the user to set parameters, generate significant interactions and also visualize Hi-C contact maps. We implemented the visualization as a HTML page to show Hi-C interactions on an Arc diagram or a Heatmap. The MHiC user interface contains two sections: 1) call background models to detect statistically significant interactions; 2) visualization options to visualize a Hi-C contact map. You can find more details about parameters related to each section in the user manual supplementary file.

Data

The visualization part of MHiC needs a file with five columns (chr1, locus1, chr2, locus2 and readCount) to create an Arc diagram or a Heatmap diagram.

Arc diagram

The Arc diagram only works on cis interactions. The number of interacting reads between two regions impacts on the thickness of the Arc link. Users can change the data resolution without doing any process of changing data resolution. In addition, MHiC can visualize interactions in a specific range of fragments and also users can select each fragment and visualize that region’s interactions. In addition, users can easily set a threshold for read counts to remove interactions that has fewer read counts than the threshold. MHiC can import different annotation files to show on top of the Arc Diagram and it can show valid interactions by changing colors or removing invalid interactions. This is also noticeable that the user can change the diagram’s colors if they need it.

Contact map Heatmap

The Contact map diagram draws a Heatmap of interactions. The Heatmap Diagram can show interactions within a single chromosome multiple chromosomes or whole genome. In this diagram, the number of interacting reads or p-value between two regions impacts on the interaction’s color. Users can select interactions color range so when a user selects yellow and black, the interaction read count will show in the range between these colors. Also, the contact map diagram has the same options as the Arc Diagram except it can show the whole genome or inter-interactions.

Results

To examine the performance of MHiC, we applied MHiC on data from mouse embryonic stem cell sample from Dixon database. All the analysis was performed on a system with 8-Gigabyte ram and core i7 CPU.

First, we used HiC-Pro to generate Hi-C interactions and make the contact maps on bin-size 500Kb and 1 Mb. Figure 2 shows the database histogram, and Table 1 presents the statistical summary of HiC-Pro. As one can see in this table, HiC-Pro detected 41,006,364 interactions. We used these interactions as the input for MHiC.

Fig. 2
figure 2

Database histogram. a Dixon Chromosome 1 interactions histogram in 500Kb resolution. b Dixon Chromosome 1 interactions histogram in 1 Mb resolution

Table 1 Dixon Database information after applying to HiC-Pack

We run MHiC with two different settings (for GOTHiC and Fit-Hi-C methods) to create background models from the Dixon dataset chromosome 1. GOTHiC and Fit-Hi-C identified 5362 and 12,351 significant interactions on bin-size 500Kb and 3027 and 7062 significant interactions on bin-size 1 Mb. Also, for this dataset HiCNorm method need at least 12-Gigabyte ram to run smoothly. Therefore, we did not use this method outputs in results. These results are available in Table 2. Then, we used both raw Hi-C interactions and significant interactions identified by GOTHiC and Fit-Hi-C to visualize the interactions in both the Arc diagram and Heatmap plots (Figs. 3, 4 and 5).

Table 2 Dixon database Chromosome 1 information after applying HiC-Pack to MHiC at 500Kb and 1 Mb. In this table, the first row shows the number of interactions and average read counts before applying to MHiC. The GOTHiC and Fit-Hi-C rows show the number of significant interactions and its average read counts for each method
Fig. 3
figure 3

Hi-C interactions Heatmap diagram at 500Kb and 1 Mb resolutions for the entire Dixon chromosome 1, which was modeled by GOTHiC. a raw interactions contact map for chromosome 1 at 1 Mb resolution. b valid interactions contact map for chromosome 1 showed with red color for 500Kb and 1 Mb resolution

Fig. 4
figure 4

Hi-C interactions Arc diagram at 500Kb and 1 Mb resolutions for the entire Dixon chromosome 1, which was modeled by GOTHiC. a Arc diagrams to show interactions which have at least 50 read counts for 500Kb resolution and 100 read counts for 1 Mb resolution. b significant interactions’ Arc diagram

Fig. 5
figure 5

Hi-C interactions Heatmap diagram and Arc diagram at 500Kb and 1 Mb resolutions for the entire Dixon chromosome 1, which was modeled by Fit-Hi-C. a interactions contact map for chromosome 1. b Arc diagrams to show interactions which have at least 50 read counts for 500Kb resolution and 100 read counts for 1 Mb resolution

In the Arc diagrams the annotations are shown on the top. We used an option in MHiC to annotate Hi-C interactions by ENCODE predicted promoters and enhancers. Figure 6 shows enhancers and promoters coloured yellow and the promoters strand direction shown in blue. We also also generate a whole-genome contact map in 1 Mb bin-size from GOTHiC output which show interactions have at least 100 read counts (Fig. 7).

Fig. 6
figure 6

Hi-C interactions Heatmap diagram and Arc diagram with annotations at 1 Mb resolutions for the entire Dixon chromosome 19, which was modeled by GOTHiC. a raw interactions contact map. b Arc diagram to shows interactions that have at least 100 read counts with annotation

Fig. 7
figure 7

Hi-C interactions Heatmap diagram and Arc diagram with annotations at 1 Mb resolutions for the entire Dixon dataset. This diagram shows interactions that have at least 100 read counts

Conclusions

In this article, we introduce MHiC. Currently MHiC has two main sections for modeling and visualizing Hi-C data. The tool is capable of receiving procced Hi-C data from different pipelines and identify statistically significant interactions by different Hi-C background models. MHiC also enables users to visualize interactions. The visualization section is able to create an Arc or Heatmap diagram from both the raw or the significant interactions.

Availability and requirements

Project name: MHiC

Project home page: https://github.com/MHi-C/MHiC

Operating system(s): Platform independent

Programming language: R and JavaScript

Other requirements: R 3.6.1

License: GNU GPL.

Any restrictions to use by non-academics: License is not needed.

Availability of data and materials

In this paper, we use mouse embryonic stem cell sample from Dixon database which can be accessed at http://promoter.bx.psu.edu/hi-c/download.html. Also, the MHiC source code available at https://github.com/MHi-C/MHiC. The HiC-Pro Outputs from Dixon dataset and MHiC user interface can be accessed at https://github.com/MHi-C/MHiCUI. For more details about each parameter, please visit the GitHub page of the project.

Abbreviations

3C:

Chromosome conformation capture

4C:

Chromosome conformation capture-on-chip

5C:

Chromosome conformation capture carbon copy

GC:

Guanine-cytosine

Hi-C:

High-throughput chromosome conformation capture

References

  1. Dekker J, Rippe K, Dekker M, Kleckner N. Capturing chromosome conformation. Science (80- ). 2002;295:1306–11. https://doi.org/10.1126/science.1067799.

    Article  CAS  Google Scholar 

  2. Simonis M, Klous P, Splinter E, Moshkin Y, Willemsen R, De Wit E, et al. Nuclear organization of active and inactive chromatin domains uncovered by chromosome conformation capture-on-chip (4C). Nat Genet. 2006;38:1348–54. https://doi.org/10.1038/ng1896.

    Article  CAS  PubMed  Google Scholar 

  3. Dostie J, Richmond TA, Arnaout RA, Selzer RR, Lee WL, Honan TA, et al. Chromosome conformation capture carbon copy (5C): a massively parallel solution for mapping interactions between genomic elements. Genome Res. 2006;16:1299–309. https://doi.org/10.1101/gr.5571506.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Lieberman-Aiden E, Van Berkum NL, Williams L, Imakaev M, Ragoczy T, Telling A, et al. Comprehensive mapping of long-range interactions reveals folding principles of the human genome. Science (80- ). 2009;326:289–93. https://doi.org/10.1126/science.1181369.

    Article  CAS  Google Scholar 

  5. Mifsud B, Martincorena I, Darbo E, Sugar R, Schoenfelder S, Fraser P, et al. GOTHiC, a probabilistic model to resolve complex biases and to identify real interactions in Hi-C data. PLoS One. 2017;12. https://doi.org/10.1371/journal.pone.0174744.

  6. Hu M, Deng K, Selvaraj S, Qin Z, Ren B, Liu JS. HiCNorm: removing biases in Hi-C data via Poisson regression. Bioinformatics. 2012;28:3131–3. https://doi.org/10.1093/bioinformatics/bts570.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  7. Ay F, Bailey TL, Noble WS. Statistical confidence estimation for Hi-C data reveals regulatory chromatin contacts. Genome Res. 2014;24:999–1011. https://doi.org/10.1101/gr.160374.113.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  8. Wingett S, Ewels P, Furlan-Magaril M, Nagano T, Schoenfelder S, Fraser P, et al. HiCUP: Pipeline for mapping and processing Hi-C data. F1000Research 2015;4. doi:https://doi.org/10.12688/f1000research.7334.1.

  9. Servant N, Varoquaux N, Lajoie BR, Viara E, Chen CJ, Vert JP, et al. HiC-pro: an optimized and flexible pipeline for Hi-C data processing. Genome Biol. 2015;16. https://doi.org/10.1186/s13059-015-0831-x.

  10. Heinz S, Benner C, Spann N, Bertolino E, Lin YC, Laslo P, et al. Simple combinations of lineage-determining transcription factors prime cis-regulatory elements required for macrophage and B cell identities. Mol Cell. 2010;38:576–89. https://doi.org/10.1016/j.molcel.2010.05.004.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Dixon JR, Selvaraj S, Yue F, Kim A, Li Y, Shen Y, et al. Topological domains in mammalian genomes identified by analysis of chromatin interactions. Nature. 2012;485:376–80. https://doi.org/10.1038/nature11082.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgments

Not Applicable.

Funding

This work was supported by grants to HAR and MR. HAR is currently supported by the UNSW Scientia Fellowship. The funding bodies played no role in the design of the study and collection, analysis, and interpretation of data and in writing the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

HAR designed the study. SK wrote the manuscript. HAR, MR, and SK edited the manuscript. HAR, MR, AAP, and MF participated in setting requirements, testing the software and suggesting improvements. SK carried out all the analyses including the tool implementation, statistical analyses, and visualization. SK generated all figures and tables. All authors have read and approved the final version of the paper.

Corresponding authors

Correspondence to Mohsen Rezvani or Hamid Alinejad-Rokny.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary information

Additional file 1.

MHiC classes and functions. Description of all functions and classes available in MHiC.

Additional file 2.

MHiC user interface. Description of MHiC UI and MHiC visualization section.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Khakmardan, S., Rezvani, M., Pouyan, A.A. et al. MHiC, an integrated user-friendly tool for the identification and visualization of significant interactions in Hi-C data. BMC Genomics 21, 225 (2020). https://doi.org/10.1186/s12864-020-6636-7

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12864-020-6636-7

Keywords