Literature DB >> 25161224

Two-dimensional segmentation for analyzing Hi-C data.

Celine Lévy-Leduc1, M Delattre1, T Mary-Huard2, S Robin1.   

Abstract

MOTIVATION: The spatial conformation of the chromosome has a deep influence on gene regulation and expression. Hi-C technology allows the evaluation of the spatial proximity between any pair of loci along the genome. It results in a data matrix where blocks corresponding to (self-)interacting regions appear. The delimitation of such blocks is critical to better understand the spatial organization of the chromatin. From a computational point of view, it results in a 2D segmentation problem.
RESULTS: We focus on the detection of cis-interacting regions, which appear to be prominent in observed data. We define a block-wise segmentation model for the detection of such regions. We prove that the maximization of the likelihood with respect to the block boundaries can be rephrased in terms of a 1D segmentation problem, for which the standard dynamic programming applies. The performance of the proposed methods is assessed by a simulation study on both synthetic and resampled data. A comparative study on public data shows good concordance with biologically confirmed regions.
AVAILABILITY AND IMPLEMENTATION: The HiCseg R package is available from the Comprehensive R Archive Network and from the Web page of the corresponding author.
© The Author 2014. Published by Oxford University Press.

Entities:  

Mesh:

Substances:

Year:  2014        PMID: 25161224      PMCID: PMC4147896          DOI: 10.1093/bioinformatics/btu443

Source DB:  PubMed          Journal:  Bioinformatics        ISSN: 1367-4803            Impact factor:   6.937


1 INTRODUCTION

Many key steps of the cell development and cycle, such as DNA replication and gene expression are influenced by the 3D structure of the chromatin (Dixon ). The folding of the chromosome in the space defines chromosomal territories, the function of which has been studied for few years now (Lieberman-Aiden ). Typically, topologically associating domains contain clusters of genes that are co-regulated (Nora ). Thus, the detection of chromosomal regions having close spatial location in the nucleus will provide insights for a better understanding of the influence of the chromosomal conformation on the cells functioning. Several chromosome conformation capture technologies have been developed in the past decade, among which Hi-C is the most recent. This technology is based on a deep sequencing approach and provides read pairs corresponding to pairs of genomic loci that physically interact in the nucleus (Lieberman-Aiden ). The raw measurement provided by Hi-C is therefore a list of pairs of locations along the chromosome, at the nucleotide resolution. These measurement are often summarized as a square matrix Y, where Y, stands for the total number of read pairs matching in position i and position j, respectively. Positions refer here to a sequence of non-overlapping windows of equal sizes covering the genome. The number n of windows may vary from one study to another: Lieberman-Aiden considered an Mb resolution, whereas Dixon went deeper and used windows of 100 kb. Blocks of higher intensity arise among this matrix, revealing both cis- and trans-interacting regions (Fraser ). Although both types of interaction are likely to exist, cis-interacting regions seem to be prominent in the data (see Dixon , and Figs 7 and 8, for instance), and some have been confirmed to host co-regulated genes (Nora ). Such regions result in block of higher signal along the diagonal of the data matrix. The purpose of the statistical analysis is then to provide a fully automated and efficient strategy to determine these regions. A first attempt was presented in Dixon , where the author strategy is first to summarize the 2D data into a 1D index, called the directionality index, then to apply a regular hidden Markov model to the summary data to retrieve the segmentation.
Fig. 7.

Topological domains detected by Dixon (lower triangular part of the matrix) and by our method (upper triangular part of the matrix) from the interaction matrix of Chromosome 17 of the hESCs using Model (5) (P)

Fig. 8.

Topological domains detected by Dixon (lower triangular part of the matrix) and by our method (upper triangular part of the matrix) from the interaction matrix of Chromosome 19 of the hESCs using Model (5) (P)

In this article, we show that such a two-step strategy can be avoided, and that summarizing the data is not required to solve the segmentation problem. Detecting diagonal blocks can be seen as a particular 2D segmentation issue. The 2D segmentation has been widely investigated for the detection of contour with arbitrary shape in images (see, for example, Darbon and Sigelle, 2006a, b; Hochbaum, 2001). From a computational point of view, image segmentation is an open problem because no predefined ordering exists that could be used to provide exact and efficient algorithms. Compared with contour detection, it is worth noticing that Hi-C data segmentation displays a specific pattern that did not receive any special attention from the image processing community. One of our contributions is to prove that this 2D segmentation problem boils down to a 1D segmentation problem for which efficient dynamic programming algorithms apply (Bellman, 1961; Lavielle, 2005; Picard ). Our formulation of the problem also allows us to solve some non-block diagonal segmentation problems (see the end of Section 2.2). The article is organized as follows. In Section 2, we define a general statistical model for Hi-C data, which can deal with both raw and normalized data. We prove that the maximum likelihood estimates of the block boundaries can be efficiently retrieved. In Section 3, we first present an extensive simulation study to assess the performance of our approach on both simulated and resampled data. We then apply the proposed methodology to the data studied by Dixon , which are publicly available, and compare our results with their regions. The package implementing the proposed method is presented in Section 4 where some open problems are also discussed.

2 STATISTICAL FRAMEWORK

2.1 Statistical modeling

We first define our statistical model. Because the Hi-C data matrix is symmetric, we only consider its upper triangular part denoted by Y, in which stands for the intensity of the interaction between positions i and j. We suppose that all intensities are independent random variables with distribution where the matrix of means is an upper triangular block diagonal matrix. An example of such a matrix is displayed in Figure 1 (left). Namely, we define the (half) diagonal blocks as where stand for the true block boundaries and for the true number of blocks. We further define as the set of positions lying outside these blocks: where denotes the complement of the set A. The parameters are then supposed to be block-wise constant:
Fig. 1.

Examples of block diagonal and extended block diagonal matrices . Left: Model (4), right: Model (9)

Examples of block diagonal and extended block diagonal matrices . Left: Model (4), right: Model (9) As for the distribution defined in (1), we will consider Gaussian, Poisson or negative binomial distributions: The Gaussian modeling (G) will be typically used for dealing with normalized Hi-C data and the others [(P) and (B)] to deal with raw Hi-C data, which are count data. In Models (G) and (B), note that the parameters σ and ϕ are assumed to be constant and depend neither on i nor on j.

2.2 Inference

We now consider the estimation of the block boundaries in the case where the number of blocks is known. Model selection issues will be discussed in Section 2.3. We consider a maximum likelihood approach. For an arbitrary set of blocks D, with boundaries and parameters , the log-likelihood of the data satisfying (1) and (4) writes where D and E0 are defined as in (2) and (3), respectively, except that the s are replaced by the ts.

Parameter estimation

For given boundaries , the estimation of the block parameters μ is straightforward for each of the distribution considered in (5). Denoting and the contribution of each data point to the log-likelihood (up to some constants), in D and E0, respectively, we get, for known parameters ϕ and μ0, where , for k in denoting the cardinality of the set A.

Dynamic programming algorithm

Let us now consider the estimation of the boundaries . The objective function can be rewritten as follows: where R corresponds to the rectangle above D (see Fig. 1), namely, . (Note that R1 is empty.) Note that the rectangles R do not overlap and that , so the last equality holds. The important point here is that the objective function is now additive with respect to the successive intervals . Defining the gain function we have to maximize w.r.t. which can be done using the standard dynamic programming recursion (Bellman, 1961). For any and , we define the value of the objective function for the optimal segmentation of the submatrix made of the first τ rows and columns of Y into L blocks. Clearly, we have , and, for , Hence, the optimal segmentation can be recovered with complexity , once the have been computed.

Common parameters

The optimization procedure described above applies when both and ϕ are known. Estimates of these parameters can be obtained in the following way. The estimate of μ0 can be computed as the empirical mean of the observations lying in the right upper corner of the matrix Y, for instance, As for the overdispersion parameter of the negative binomial distribution ϕ, we computed as follows: where corresponds to the empirical variance of the observations lying in the same right upper corner of the matrix Y as for .

Non-block diagonal segmentation problem

Observe that a similar procedure could be used for dealing with a more general matrix defined by where the diagonal blocks and the rectangles are defined as above (see Fig. 1, right). In this case, no prior estimation of any mean parameter is required, as each is specific to one single rectangle.

2.3 Model selection issue

In the case where the value of in the model defined by (1) and (4) is known a priori can be obtained from the recursion (7), which actually gives the values of for all , where K is a given upper bound for the number of blocks. If is unknown, it can be estimated by defined as follows: This strategy is illustrated in the next section.

3 RESULTS

Dixon studied intrachromosomal interaction matrices for various chromosomes in both the human genome and the mouse genome at different resolutions (20 and 40 kb) and identified topological domains for each analyzed chromosome. Both the data and the topological domains found by Dixon are available from the following Web page http://chromosome.sdsc.edu/mouse/hi-c/download.html. We worked on the same data, at a resolution 40 kb, to study the performance of our approach described above.

3.1 Application to synthetic data

We conducted several Monte Carlo simulations first on synthetic data and then on resampled real data to assess the sensibility of our method to block size and signal-to-noise ratio. The synthetic data are generated by using the domains found by Dixon for Chromosome 19 of the cortex mouse. As for the resampled data, they are generated by using the Hi-C data of the chromosomes of the human embryonic stem cells (hESCs) provided by Dixon . The different simulation strategies are further described hereafter.

3.1.1 Fixed block design

To evaluate the performance of our methodology in the negative binomial framework, we generated block diagonal matrices according to Model (5) (B) where is defined by (4). More precisely, we generated 50 block diagonal interaction matrices of size n = 300 with a structure inspired by the one found by Dixon for the interaction matrix of Chromosome 19 of the mouse cortex. The different parameters and ϕ are estimated from this matrix. This resulted in matrices including five diagonal blocks such that and . Then, for each simulated dataset, new matrices were derived by multiplying the s by a constant to reduce the signal-to-noise ratio. For each simulated dataset and each constant, we computed and the corresponding s using the procedure described in Section 2. The upper part of Figure 2 displays the histograms of the estimated change-points for c = 0.1, c = 0.2 and c = 0.5. The black dots correspond to the true change-points, and the bars indicate the frequency of each estimated change-point. One can observe that both the change-points and the number of change-points are well estimated even in low signal-to-noise ratio frameworks (except for c = 0.1). The bottom part of Figure 2 displays the log-likelihood curves (up to some constants) with respect to K for the same values of c, obtained on a given simulated matrix. The dotted line indicates the location of the estimated number of change-points. Even when the signal-to-noise ratio is small, the estimated number of change-points corresponds to the true number of change-points . When the signal-to-noise ratio is too small, i.e. for c = 0.1 here, some model selection issues arise. Figure 2 shows that for such signal-to-noise ratio, the method provides some spurious change-points within the blocks having the lowest mean. When c = 0.1, the value of the mean in the first diagonal block is very low (0.28) and very close to μ0. Nevertheless, when taking the true number of blocks, the true change-points are recovered. We also assessed the performance of our methodology in the Poisson framework, and we obtained similar results, which are not reported here.
Fig. 2.

First line: Histograms of the estimated change-points in a fixed block design for different signal-to-noise ratios in the negative binomial framework (from left to right: c = 0.1, c = 0.2, c = 0.5). The dots correspond to the true change-points, and the bars indicate the frequency of each estimated change-points. Second line: plots of the log-likelihood as a function of the number of change-points for one simulated dataset in the negative binomial framework for different signal-to-noise ratios (from left to right: c = 0.1, c = 0.2, c = 0.5). The dotted and solid lines give the value of the log-likelihood (up to some constants) for and , respectively

First line: Histograms of the estimated change-points in a fixed block design for different signal-to-noise ratios in the negative binomial framework (from left to right: c = 0.1, c = 0.2, c = 0.5). The dots correspond to the true change-points, and the bars indicate the frequency of each estimated change-points. Second line: plots of the log-likelihood as a function of the number of change-points for one simulated dataset in the negative binomial framework for different signal-to-noise ratios (from left to right: c = 0.1, c = 0.2, c = 0.5). The dotted and solid lines give the value of the log-likelihood (up to some constants) for and , respectively

3.1.2 Resampling of the data

In this second analysis, we first get the boundaries found by Dixon in all the chromosomes of the hESCs. We shall call the corresponding blocks the Ren domains. From these domains, we generate a set of diagonal blocks , such that (i) the size of each block is drawn in the empirical distribution of Ren domain lengths and (ii) the cumulated number of positions is not >300. Once the block sizes are drawn, we choose at random a human chromosome, and for each diagonal block D, a Ren domain in this chromosome is randomly selected, and observations in block D are resampled from the Ren domain data. Accordingly, the data outside the diagonal blocks are simulated by resampling from the data of the E0 Ren domain in the selected chromosome. This strategy is repeated 100 times to obtain 100 interaction matrices. Compared with the previous simulation design, one can observe that the change-point positions now change from one dataset to the other, and that the data are not anymore simulated according to a negative binomial distribution. While the statistical analysis of datasets generated from this second simulation setting is more difficult, it allows one to visit more realistic data configurations closely similar to real data. We report here the results obtained when the simulated data are analyzed with Model (5) (B), the results obtained with Model (5) (P) being similar. Figure 3 (left and center) displays two log-likelihood curves (up to some constants) as a function of the number of change-points. The solid and dotted lines indicate locations of the true and estimated number of change-points, respectively. One can observe that while the maximum is not always achieved at the true number of change-points , the estimated value corresponding to the maximum likelihood is still fairly close to . The true and estimated numbers of change-points are identical for 91 of the 100 simulations, and the absolute difference is never >2 except for one example.
Fig. 3.

Left, center: Two examples of a log-likelihood curve (up to some constants) as a function of the number of change-points. Solid and dotted lines indicate the true and estimated number of change-points, respectively. Right: Two parts of the Hausdorff distances computed by taking the true (respectively the estimated) segmentation as reference

Left, center: Two examples of a log-likelihood curve (up to some constants) as a function of the number of change-points. Solid and dotted lines indicate the true and estimated number of change-points, respectively. Right: Two parts of the Hausdorff distances computed by taking the true (respectively the estimated) segmentation as reference To further assess the quality of the estimated segmentation compared with the true one, we computed the Hausdorff distance between these two segmentations defined in the segmentation framework as follows, see Boysen and Harchaoui and Lévy-Leduc (2010): where and A small value of d2 (distance from true to estimate) means that an estimated change-point is likely to be close to a true change-point. A small value of d1 (distance from estimate to true) means that a true change-point is likely to be close to each estimated change-point. A perfect segmentation results in both null d1 and d2. Oversegmentation results in a small d2 and a large d1. Undersegmentation results in a large d2 and a small d1, provided that the estimated change-points are correctly located. The two parts d1 and d2 of the Hausdorff distance were computed in the right part of Figure 3. Both distances d2 (‘true to estimate’) and d1 (‘estimate to true’) were not >1 for 96 of the 100 simulations.

3.2 Application to real data

In this section, we applied our methodology to the raw interaction matrices of Chromosomes 13–22 of the hESCs at resolution 40 kb, and we compared the estimated number of blocks and the estimated change-points found with our approach to those obtained by Dixon on the same data, as no ground truth is available for those datasets. From Figure 4, we can first see that the approach of Dixon tends to produce, in general, more change-points than our strategy except for Chromosome 22. This can also be seen in Figure 5, which displays the log-likelihood curves (up to some constants) with respect to K as well as the number of change-points proposed by Dixon (dotted line) and our approach (solid line).
Fig. 4.

Number of change-points for the Chromosomes 13–22 found by the Bing Ren approach (‘*’), by HiCseg with Model (5) (P) (‘ˆ’) and (5) (B) (‘△’)

Fig. 5.

Left: Log-likelihood (up to some constants) as a function of K for the analysis of Chromosome 15 using Model (5) (P). The dotted vertical lines is the number of blocks chosen by the Dixon approach, and the solid one correspond to the one of our approach. Right: The same for Chromosome 19 using Model (5) (B)

Number of change-points for the Chromosomes 13–22 found by the Bing Ren approach (‘*’), by HiCseg with Model (5) (P) (‘ˆ’) and (5) (B) (‘△’) Left: Log-likelihood (up to some constants) as a function of K for the analysis of Chromosome 15 using Model (5) (P). The dotted vertical lines is the number of blocks chosen by the Dixon approach, and the solid one correspond to the one of our approach. Right: The same for Chromosome 19 using Model (5) (B) We also compared both methodologies by computing the two parts of the Hausdorff distance defined in (12) and (13) for Chromosomes 13–22. More precisely, Figure 6 displays the boxplots of the d1 and d2 parts of the Hausdorff distance without taking the supremum. We can observe from this figure that some differences exist between the segmentations produced by the two approaches, but that the boundaries of the blocks are close.
Fig. 6.

Boxplots for the infimum parts of the Hausdorff distances d1 (left part) and d2 (right part) between the change-points found by Dixon and our approach for Chromosomes 13–22 for Model (5) (P) [(a) and (b)] and for Model (5) (B) [(c) and (d)]

Boxplots for the infimum parts of the Hausdorff distances d1 (left part) and d2 (right part) between the change-points found by Dixon and our approach for Chromosomes 13–22 for Model (5) (P) [(a) and (b)] and for Model (5) (B) [(c) and (d)] To further illustrate the differences that exist between both approaches, we display in Figures 7 and 8 the segmentations provided by both approaches in the case of Chromosomes 17 and 19, respectively. In the case of Chromosome 17, we can only provide the segmentation obtained with Model (5) (P) because the overdispersion parameter is infinite (the mean and the variance outside the diagonal blocks are of the same order). In the other case where Models (5) (P) and (B) can be applied, we used the following test procedure for overdispersion under the Poisson model to decide between both segmentations. Considering the data lying in T0 as defined in (8), we first estimate the mean within this region by where N0 stands for the number of data points within T0. We then consider the test statistic . Reminding that, if Y has a Poisson distribution with mean μ, we have and , it follows that under the hypothesis that all observations from T0 arise from the same Poisson distribution. Topological domains detected by Dixon (lower triangular part of the matrix) and by our method (upper triangular part of the matrix) from the interaction matrix of Chromosome 17 of the hESCs using Model (5) (P) Topological domains detected by Dixon (lower triangular part of the matrix) and by our method (upper triangular part of the matrix) from the interaction matrix of Chromosome 19 of the hESCs using Model (5) (P) Following this rule, we chose Model (5) (B) only for Chromosomes 1 and 2. We can see from this figure that with the naked eye, the diagonal blocks found with our strategy present a lot of similarities with those found by Dixon . We did not report the segmentations that we obtained for the Chromosomes 1–22, but they are available from the Web page of the corresponding author http://www.agroparistech.fr/mmip/maths/essaimia/_media/equipes:membres:page:supplementary_eccb.pdf.

4 CONCLUSION

4.1 HiCseg R package

In this article, we propose a new method for detecting cis-interacting regions in Hi-C data and compare it with a methodology proposed by Dixon . Our approach described in Section 2 is implemented in the R package HiCseg, which is available from the Web page of the corresponding author http://www.agroparistech.fr/mmip/maths/essaimia/_media/equipes:membres:page:hicseg_1.1.tar.gz and from the Comprehensive R Archive Network. In the course of this study, we have shown that HiCseg is an efficient technique for achieving such a segmentation based on a maximum likelihood approach. More precisely, HiCseg package has two main features, which make it attractive. Firstly, it gives access to the exact solution of the maximum likelihood approach. Secondly, as we can see from Figure 9 and Table 1, which give the computational times on synthetic data following Models (5) (G), (P) or (B), HiCseg is computationally efficient, which makes its use possible on real data coming from Hi-C experiments. Note that the computational times of Figure 9 were obtained with a computer having the following configuration: RAM 3.8 GB, CPU 1.6 GHz and those of Table 1 with a computer having the following configuration: RAM 33 GB, CPU 8 × 2.3 GHz.
Fig. 9.

Computational times for Model (5) (G) (‘ˆ’), (P) (‘▲’) and (B) (‘•’)

Table 1.

Computational times (in seconds) for Model (5) (G), (P) and (B)

n1000200030004000500060007000
(G)1.9617.0160.56143.68280.53513.87834.01
(P)1.9216.4757.22134.91264.15453.99755.21
(B)1.9516.6058.07135.52264.62457.15783.05
Computational times for Model (5) (G) (‘ˆ’), (P) (‘▲’) and (B) (‘•’) Computational times (in seconds) for Model (5) (G), (P) and (B)

4.2 Open questions

Our methodology could be extended, both to improve the algorithmic efficiency of our method and the modeling of the data. On the one hand, all available approaches work with data binned at the resolution of several kb. However, the original data are collected at the nucleotide resolution. One of the main challenges would be to alleviate the computational burden of the algorithm to fully take advantage of the Hi-C technology high resolution. Recent advances in segmentation algorithms for 1D data, such as those proposed by Killick or Rigaill (2010), seem promising for dealing with this issue. On the other hand, the modeling could be improved in two directions. First, as observed by Phillips-Cremins , Hi-C interaction matrices display a hierarchical structure corresponding to regions interacting at different scales. The proposed segmentation model does not account for such a structure but could be improved in such a direction. Second, a more refined modeling of the dispersion could be considered. While assuming a common dispersion parameter for non-diagonal blocks is sensible because the signal is very low (and therefore, there is little room for large changes in dispersion), the strategy that we propose could incorporate non-homogeneous dispersion parameters for the diagonal blocks. This could be achieved, for instance, by estimating a dispersion parameter per diagonal block. Note that these two extensions could be implemented in the same efficient algorithmic framework as the one proposed in the article. These extensions will be the subject of a future work.
  6 in total

1.  Spatial partitioning of the regulatory landscape of the X-inactivation centre.

Authors:  Elphège P Nora; Bryan R Lajoie; Edda G Schulz; Luca Giorgetti; Ikuhiro Okamoto; Nicolas Servant; Tristan Piolot; Nynke L van Berkum; Johannes Meisig; John Sedat; Joost Gribnau; Emmanuel Barillot; Nils Blüthgen; Job Dekker; Edith Heard
Journal:  Nature       Date:  2012-04-11       Impact factor: 49.962

2.  Architectural protein subclasses shape 3D organization of genomes during lineage commitment.

Authors:  Jennifer E Phillips-Cremins; Michael E G Sauria; Amartya Sanyal; Tatiana I Gerasimova; Bryan R Lajoie; Joshua S K Bell; Chin-Tong Ong; Tracy A Hookway; Changying Guo; Yuhua Sun; Michael J Bland; William Wagstaff; Stephen Dalton; Todd C McDevitt; Ranjan Sen; Job Dekker; James Taylor; Victor G Corces
Journal:  Cell       Date:  2013-05-23       Impact factor: 41.582

3.  Comprehensive mapping of long-range interactions reveals folding principles of the human genome.

Authors:  Erez Lieberman-Aiden; Nynke L van Berkum; Louise Williams; Maxim Imakaev; Tobias Ragoczy; Agnes Telling; Ido Amit; Bryan R Lajoie; Peter J Sabo; Michael O Dorschner; Richard Sandstrom; Bradley Bernstein; M A Bender; Mark Groudine; Andreas Gnirke; John Stamatoyannopoulos; Leonid A Mirny; Eric S Lander; Job Dekker
Journal:  Science       Date:  2009-10-09       Impact factor: 47.728

4.  Topological domains in mammalian genomes identified by analysis of chromatin interactions.

Authors:  Jesse R Dixon; Siddarth Selvaraj; Feng Yue; Audrey Kim; Yan Li; Yin Shen; Ming Hu; Jun S Liu; Bing Ren
Journal:  Nature       Date:  2012-04-11       Impact factor: 49.962

5.  A statistical approach for array CGH data analysis.

Authors:  Franck Picard; Stephane Robin; Marc Lavielle; Christian Vaisse; Jean-Jacques Daudin
Journal:  BMC Bioinformatics       Date:  2005-02-11       Impact factor: 3.169

6.  Chromatin conformation signatures of cellular differentiation.

Authors:  James Fraser; Mathieu Rousseau; Solomon Shenker; Maria A Ferraiuolo; Yoshihide Hayashizaki; Mathieu Blanchette; Josée Dostie
Journal:  Genome Biol       Date:  2009-04-19       Impact factor: 13.583

  6 in total
  61 in total

1.  Identification of hierarchical chromatin domains.

Authors:  Caleb Weinreb; Benjamin J Raphael
Journal:  Bioinformatics       Date:  2015-08-26       Impact factor: 6.937

2.  MSTD: an efficient method for detecting multi-scale topological domains from symmetric and asymmetric 3D genomic maps.

Authors:  Yusen Ye; Lin Gao; Shihua Zhang
Journal:  Nucleic Acids Res       Date:  2019-06-20       Impact factor: 16.971

3.  TAD-free analysis of architectural proteins and insulators.

Authors:  Raphaël Mourad; Olivier Cuvier
Journal:  Nucleic Acids Res       Date:  2018-03-16       Impact factor: 16.971

4.  Spectral identification of topological domains.

Authors:  Jie Chen; Alfred O Hero; Indika Rajapakse
Journal:  Bioinformatics       Date:  2016-05-05       Impact factor: 6.937

Review 5.  Genome-wide mapping and analysis of chromosome architecture.

Authors:  Anthony D Schmitt; Ming Hu; Bing Ren
Journal:  Nat Rev Mol Cell Biol       Date:  2016-09-01       Impact factor: 94.444

6.  SBTD: A Novel Method for Detecting Topological Associated Domains from Hi-C Data.

Authors:  Chunlin Long; Yinjing Liao; Yizhou Li; Jianrong Yan; Min Zhu; Menglong Li
Journal:  Interdiscip Sci       Date:  2021-06-23       Impact factor: 2.233

7.  Conformational state switching and pathways of chromosome dynamics in cell cycle.

Authors:  Xiakun Chu; Jin Wang
Journal:  Appl Phys Rev       Date:  2020-09       Impact factor: 19.162

8.  Statistical challenges in analyzing methylation and long-range chromosomal interaction data.

Authors:  Zhaohui Qin; Ben Li; Karen N Conneely; Hao Wu; Ming Hu; Deepak Ayyala; Yongseok Park; Victor X Jin; Fangyuan Zhang; Han Zhang; Li Li; Shili Lin
Journal:  Stat Biosci       Date:  2016-03-07

9.  IC-Finder: inferring robustly the hierarchical organization of chromatin folding.

Authors:  Noelle Haddad; Cédric Vaillant; Daniel Jost
Journal:  Nucleic Acids Res       Date:  2017-06-02       Impact factor: 16.971

10.  Computational Identification of Genomic Features That Influence 3D Chromatin Domain Formation.

Authors:  Raphaël Mourad; Olivier Cuvier
Journal:  PLoS Comput Biol       Date:  2016-05-20       Impact factor: 4.475

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.