Literature DB >> 24931992

A statistical approach for inferring the 3D structure of the genome.

Nelle Varoquaux1, Ferhat Ay2, William Stafford Noble3, Jean-Philippe Vert1.   

Abstract

MOTIVATION: Recent technological advances allow the measurement, in a single Hi-C experiment, of the frequencies of physical contacts among pairs of genomic loci at a genome-wide scale. The next challenge is to infer, from the resulting DNA-DNA contact maps, accurate 3D models of how chromosomes fold and fit into the nucleus. Many existing inference methods rely on multidimensional scaling (MDS), in which the pairwise distances of the inferred model are optimized to resemble pairwise distances derived directly from the contact counts. These approaches, however, often optimize a heuristic objective function and require strong assumptions about the biophysics of DNA to transform interaction frequencies to spatial distance, and thereby may lead to incorrect structure reconstruction.
METHODS: We propose a novel approach to infer a consensus 3D structure of a genome from Hi-C data. The method incorporates a statistical model of the contact counts, assuming that the counts between two loci follow a Poisson distribution whose intensity decreases with the physical distances between the loci. The method can automatically adjust the transfer function relating the spatial distance to the Poisson intensity and infer a genome structure that best explains the observed data.
RESULTS: We compare two variants of our Poisson method, with or without optimization of the transfer function, to four different MDS-based algorithms-two metric MDS methods using different stress functions, a non-metric version of MDS and ChromSDE, a recently described, advanced MDS method-on a wide range of simulated datasets. We demonstrate that the Poisson models reconstruct better structures than all MDS-based methods, particularly at low coverage and high resolution, and we highlight the importance of optimizing the transfer function. On publicly available Hi-C data from mouse embryonic stem cells, we show that the Poisson methods lead to more reproducible structures than MDS-based methods when we use data generated using different restriction enzymes, and when we reconstruct structures at different resolutions.
AVAILABILITY AND IMPLEMENTATION: A Python implementation of the proposed method is available at http://cbio.ensmp.fr/pastis.
© The Author 2014. Published by Oxford University Press.

Entities:  

Mesh:

Substances:

Year:  2014        PMID: 24931992      PMCID: PMC4229903          DOI: 10.1093/bioinformatics/btu268

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


1 INTRODUCTION

Spatial and temporal 3D genome architecture is thought to play an important role in many genomic functions, but is still poorly understood (van Steensel and Dekker, 2010). In recent years, the technique of chromosome conformation capture (3C; Dekker ), which identifies physical contacts between different genomic loci and yields information about their relative spatial distance in the nucleus, has paved the way for the systematic analysis of the 3D structure of DNA. Coupled with high-throughput sequencing, genome-wide conformation capture assays, broadly referred to as Hi-C (Lieberman-Aiden ), have emerged as promising techniques to investigate the global structure of DNA at various resolutions. Hi-C has opened new avenues to understanding many biological processes including gene regulation, DNA replication, somatic copy number alterations and epigenetic changes (De and Michor, 2011; Dixon ; Ryba ; Shen ). A typical Hi-C experiment yields a DNA contact map, that is, a matrix indicating the frequency of interactions between all pairs of loci at a given resolution. A fundamental question is then to reconstruct the 3D structure of the genome from this contact map. Two general approaches have been proposed for that purpose: (i) consensus methods that aim at inferring a unique mean structure representative of the data and (ii) ensemble methods that yield a population of structures. Consensus approaches (Bau ; Duan ; Tanizawa ) model each chromosome by a chain of beads, convert the contact map frequencies into pairwise distances (which we refer as wish distances) using various biophysical models of DNA and infer a 3D conformation that best matches the pairwise distances by solving a multidimensional scaling (MDS) problem (Kruskal and Wish, 1977). Converting interaction counts to physical wish distances requires, however, strong assumptions that are not always met in practice. For example, this mapping may change from one organism to another (Fudenberg and Mirny, 2012), from one resolution to another (Zhang ), from one genomic distance range to another (Ay ) or from one time point to another during the cell cycle (Ay ; Le ). To alleviate this problem, Zhang proposed ChromSDE, a method that jointly optimizes the 3D structure and a parameter of the function that maps contact frequencies to spatial distances, in addition to modifying the objective function of MDS. Ben-Elazar proposed an approach akin to non-metric MDS (NMDS; Kruskal, 1964), where the 3D structure and the wish distances are alternatingly optimized in an attempt to preserve coherence between the ranking of pairwise distances and the ranking of pairwise contact frequencies. As for the ensemble methods, Hu and Rousseau describe two formal probabilistic models of contact frequencies and their relationship with physical distances. They then use a Markov chain Monte Carlo (MCMC) sampling procedure to produce an ensemble of 3D structures consistent with the observed contact counts. Kalhor propose an optimization framework that generates a population of structures by enforcing each contact to define an active constraint in only a fraction of the inferred structures, thereby mimicking the heterogeneity of contacts coming from each cell in the Hi-C sample. Applying a similar method to budding yeast, Tjong demonstrate that a large population of structures inferred using known physical constraints of yeast genome architecture can recapitulate, to a large extent, the consensus contact map observed from Hi-C experiments. Both consensus and ensemble models have benefits and limitations. Ensemble approaches are biologically more accurate because Hi-C data are derived from a population of cells, each with potentially a unique 3D architecture. An inferred population of 3D structures may therefore better reflect the diversity of structures than a single consensus structure. In concordance with such ensemble methods, a recent development in Hi-C technology, assaying chromatin conformation at a single cell level, demonstrates that chromatin structure varies highly from cell to cell by modeling the single-copy X chromosomes of a male mouse cell line (Nagano ). However, an ensemble approach raises the question of interpretability: one often has to fall back to interpreting a mean signal from the population structure (Kalhor ) or to selecting a few structures, representative in some way of the diversity of the population (Rousseau ). Consensus methods, in contrast, provide a single structure more amenable to visual inspection and analysis. This structure can be seen as a useful model to recapitulate the rich information captured in Hi-C data and to allow easy integration with other sources of data, such as RNA-seq, which are usually also population based. In addition, despite the stochasticity of cell-to-cell variations, certain hallmarks of genome organization observed by consensus methods, such as chromosome territories or topological domain organization, are conserved across different cells (Hu ; Nagano ). Computationally, ensemble methods are more demanding than consensus methods because they need to sample from a large dimensional space of possible structures with complicated likelihood landscapes. Optimization-based consensus methods are usually faster to converge to a local optimum, but may miss the global optimum corresponding to the best structure when the objective function is non-convex. In this work, we focus on the consensus approach, and we propose a new method to infer a 3D structure from Hi-C data. We propose to replace the arbitrary loss function minimized by existing MDS-based approaches by a better-motivated likelihood function derived from a statistical model, similar to the one used by a previous ensemble method (Hu ). Specifically, our proposed method models the interaction frequency between two loci by a Poisson model (PM), the intensity of which decreases with the increasing spatial distance between the pair of loci. Similar to the problem of inferring the wish distances from interaction frequencies faced by MDS-based approaches, our model faces the difficulty of transforming spatial distances into intensities of the Poisson distribution. To solve this problem, we propose two variant methods. The first method (PM1) uses a default transfer function motivated by a biophysical model, whereas the second method (PM2) uses a parametric family of transfer functions, the parameters of which are automatically optimized together with the 3D structure to best explain the observed data. We compare both PM variants to four MDS-based methods, including metric MDS with two stress functions, NMDS and ChromSDE. We demonstrate on simulated data that the new models reconstruct more accurate 3D structures than all MDS-based methods, especially at low coverage and high resolution. We also assess the negative effect of using an incorrect transfer function, and we show that PM2 is able to overcome this difficulty. On real data, we show that, compared with MDS-based methods, PM1 and PM2 generate more similar models when applied to replicate experiments performed with different restriction enzymes or when applied to the same data at varying resolutions. The results suggest that the PM methods we describe here provide promising alternatives to current methods for consensus DNA structure inference.

2 APPROACH

We model chromosomes as series of beads in 3D, each bead representing a genomic window of a given length, and we denote by the coordinate matrix of the structure, where n denotes the total number of beads in the genome (for example, n = 1216 at 10 kb resolution for the yeast genome) and represents the 3D coordinate of the i-th bead. The Hi-C data can be summarized as an n-by-n matrix c in which each row and column corresponds to a genomic locus, and each matrix entry c is a number, called the contact frequency or contact count, indicating the number of times locus i and j were observed to contact one another. The matrix is by construction square and symmetric.

2.1 Data normalization

The raw contact count matrix suffers from many biases, some technical (from the sequencing and mapping) and others biological (inherent to the physical properties of chromatin) (Imakaev ; Yaffe and Tanay, 2011). Therefore, before inferring the 3D structure of the genome, we normalize each raw contact matrix using iterative correction and eigenvalue decomposition (Imakaev ), a method based on the assumption that all loci should interact equally. Due to mappability issues, some beads have zero contact counts. We remove these beads from the optimization and only try to infer the positions of beads with non-zero contact counts.

2.2 MDS-based methods

2.2.1 Metric MDS

Metric MDS is a classical method to infer coordinates of points given their approximate pairwise Euclidean distances (Kruskal and Wish, 1977). To use MDS in the context of DNA structure inference from Hi-C data, we need to assign each pair of beads (i, j) a physical wish distance δ—i.e. the distance that we aim to capture with our 3D model—derived from the bead pair’s contact count c. Performing this assignment requires us to decide how contact counts are transformed into physical distances. In Section 2.4 we discuss a commonly used transformation of the form if c > 0 motivated by polymer physics. Metric MDS then places all the beads in 3D space such that the Euclidean distance between the beads i and j is as close as possible to the wish distance δij. Denoting by the subset of indices whose distances we wish to constrain [typically, the set of pairs (i, j) with non-zero contact counts cij > 0], metric MDS attempts to minimize the following objective function, usually called the raw stress: In two previous studies that use metric MDS, Duan and Tanizawa infer the 3D structure of DNA from Hi-C data by solving Equation (1), limiting to pairs of indices with statistically significant contact counts (false discovery rate 0.01%). Both methods use additional constraints such as minimum and maximum distances between adjacent beads, minimum pairwise distances between arbitrary beads to avoid clashes and organism-specific constraints that concern the positioning of centromeres, telomeres and ribosomal RNA coding regions. In the experiments we present here, we simply solve Equation (1) without any constraints but including all pairs of beads with positive counts in , and we call the resulting method MDS1. In general, we have observed that adding constraints related to minimal and maximal distances between beads is unnecessary because the structures found by MDS1 typically fulfill all of these constraints (data not shown). A drawback of the raw stress of Equation (1) in our context is that the quadratic form is dominated by large values, corresponding to pairs of loci with large wish distances (i.e. small contact counts). Because these counts are less reliable than large contact counts, we propose a variant of MDS1, which we call MDS2, where we weight the contribution of a pair (i, j) in the stress by a factor inversely proportional to the square wish distance between the corresponding beads: While other weighting schemes could be proposed to decrease the influence of pairs with large wish distances, we found this formulation to be robust in practice. Notice that MDS2 can be thought of as a quadratic approximation of the raw stress (minimized by MDS1) applied to log-transformed distances because in the setting it holds that Both MDS1 and MDS2 implicitly ignore non-interacting pairs of beads (i.e. pairs with zero contact counts). In addition to MDS1 and MDS2, we include in our benchmark ChromSDE (Zhang ), a recently proposed method that also attempts to minimize a weighted stress function penalized by an additional term to push non-interacting pairs far from each other. In addition, ChromSDE optimizes the exponent of the transfer function that maps from contact counts to wish distances. However, it does not infer the relative positions of chromosomes. Accordingly, we compare only the reconstruction of each individual chromosome produced by each method. Note that, because intra-chromosomal counts are more reliable than inter-chromosomal counts, ChromSDE should not be penalized compared with the other methods by only considering intra-chromosomal counts.

2.2.2 Non-metric MDS

The derivation of the transfer function from contact counts to 3D wish distances, needed by metric MDS-based methods, relies on strong assumptions about the physics of DNA (Section 2.4). NMDS (Kruskal, 1964; Shepard, 1962) offers an alternative way to proceed, which was proposed in the context of DNA structure inference from Hi-C data by Ben-Elazar . Instead of inferring physical distances from the contact matrices, NMDS relies on the sole hypothesis that if two loci i and j are observed to be in contact more often than loci k and ℓ, then i and j should be closer in 3D space than k and ℓ. Using this hypothesis, NMDS attempts to solve the following problem: Equation (3) is known as the non-metric constraint, or the ordinal constraint. This problem was first introduced by Shepard (1962) and formalized as an optimization problem by Kruskal (1964). It can be solved by minimizing the cost function: with respect to the embedding X and the function Θ, where Θ is a decreasing function. Algorithms to solve this optimization problem involve iterating over two steps: (i) fixing Θ and minimizing the objective function with respect to X (hence falling back to solve MDS2) and (ii) fitting Θ to the new configuration X subject to the ordinal constraints. This second step of the algorithm can be performed using an isotonic regression method, such as the pool adjacent violator algorithm (Best ).

Problem 2.1

Given a set of similarities c (e.g. the contact frequency between i and j), find such that A trivial solution of this problem is to set Θ equal to 0. In this case, all points will collapse on the origin. To avoid this collapse, we add additional constraints on X or on Θ, such as for some constant value of K.

2.3 Poisson model

Instead of metric or NMDS-based methods, which attempt to minimize a stress function that measures a discrepancy between the wish distances and the 3D distances of the structure, we propose to cast the problem of structure inference as a maximum likelihood problem. For that purpose, we need to define a probabilistic model of contact counts parametrized by the 3D structure that we want to infer from contact count observations. For that purpose, we take a model similar to the one used in the BACH algorithm (Hu ) and model the contact frequencies as independent Poisson random variables, where the Poisson parameter of cij is a decreasing function of of the form , for some parameters β > 0 and α < 0. We can then express the likelihood as By maximizing the log likelihood, a new optimization problem naturally emerges from this formulation: With this new formulation, we can either provide the parameter α, using prior knowledge, and only optimize the structure and β (which depends on the dataset), or we can use a non-metric approach, by inferring α. We refer to the former as PM1 and to the latter as PM2. PM2 is solved using a coordinate-descent algorithm: first choose randomly an X configuration, then iterate between maximizing with respect to α and β and, fixing α and β and maximizing with respect to X. In this work, we try to initialize X with a good approximation of the solution by first evaluating the parameters α and β using some prior knowledge and initialize X with the inferred structure from the MDS. All optimization problems (MDS1, MDS2, NMDS, PM1 and PM2) were solved using IPOPT, an interior point filter algorithm (Wächter and Biegler, 2006) and the isotonic regression implementation from the Python toolbox Scikit-Learn for NMDS (Pedregosa ).

2.4 Default contact-to-distance transfer function

A prerequisite for both the MDS and the PM1 model (and for good initialization of the NMDS and PM2 methods) is a function that converts from contact counts to wish distances. Extensive previous studies of the behavior of polymers in general and DNA in particular have yielded proposed relationships between, on the one hand, the genomic distance s and contact counts c and, on the other hand, genomic distance s and physical distances d for several classes of polymers (Fudenberg and Mirny, 2012; Grosberg ; Lieberman-Aiden ). For a fractal globule polymer, representative of mammalian DNA, the contact count is inversely proportional to the genomic distance (), whereas the volume scales linearly with the subchain length (d3 ∼ s), from which we deduce a relationship between d and c of the form . For an equilibrium globule, representative of a smaller genome such as Saccharomyces cerevisae, the relationships differ: and d ∼ s1/2 up to a maximum distance, corresponding to the size of the nucleus in which the DNA is confined. Conveniently, coupling those two relationships for either type of polymer yields the same mapping between contact counts and physical distances: Thus, by default we convert contact counts cij into 3D wish distances δij using the following relationship: where γ defines the scale of the structure. It is important to note that this relationship holds true for only a subset of the full genomic distance range and that this range varies for different genomes. In practice, we will not infer γ for the MDS and NMDS problem: the structures can easily be rescaled after convergence to match biological knowledge of the organism studied.

2.5 Data

To test various 3D architecture inference methods, we conducted experiments on both simulated datasets and publicly available genome-wide Hi-C datasets. For the simulation, we generated 170 datasets using the yeast genome architecture proposed by Duan . Because the repetitive rDNA on yeast chromosome XII cannot be observed in practice, we discard all contacts involving these loci, and we do not infer the position of the corresponding rDNA. We generate these 170 datasets using the following model: where α = −3 (corresponding to the theoretical exponent discussed in Section 2.4) and β varies between 0.01 and 0.7 (0.01, 0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.1, 0.15, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7) with 10 different random generator seeds, thus obtaining 10 different datasets per parameter. The β parameter controls the number of contact counts in the datasets. A low β will yield a dataset with few counts; hence, the corresponding wish distance matrix will be less likely to be close to the true distance matrix. To estimate how noisy the generated data are, we compute the following measure of signal-to-noise ratio (SNR): The numerator (the signal) corresponds to the number of counts, and the denominator (the noise) corresponds to the sum of deviation between each count and its expected value. We use this first ensemble of simulated datasets to assess the robustness to noise of the different methods. Note that in actual data, the SNR gets smaller when we sequence fewer reads or when we infer a structure at a higher resolution. We simulated another ensemble of datasets to compare non-metric and metric methods when the parameters provided to the different algorithms are not the correct ones. We generate 20 datasets according to Equation (8), with α between −4 and −2 (−4, –3.5, −3, −2.5, −2) and β between 0.4 and 0.7 (0.4, 0.5, 0.6, 0.7). We also applied our methods to publicly available Hi-C data from mouse embryonic stem cells (Dixon ). We started with the data at 20 kb resolution and considered only chromosomes 1–19, with both available restriction enzymes (HindIII and NcoI). We then subsampled the data at resolutions of 100 kb, 200 kb, 500 kb and 1 Mb. Note that the methods studied here infer a single copy per chromosomes, thus yielding a consensus model for both homologous chromosomes.

2.6 Structure similarity measures

To assess the ability of a method to reconstruct a known structure from simulated data, or the stability of the reconstructed structure with respect to change in resolution or library preparation, we need quantitative measures of similarity between 3D structures. We use two such measures: the root mean square deviation (RMSD) and the distance error, which we now explain. The RMSD is a standard way to compare two sets of structures described by their coordinates , widely used for example to compare protein 3D structures. It is given bywhere the structure X* is obtained by translating, rotating and rescaling , where is a rotation matrix, is a translation vector and s is a scaling factor). Because ChromSDE does not infer the relative position of chromosomes, the RMSD values we report below are sums of RMSDs computed independently on each chromosome. We also directly compare the 3D distance matrices corresponding to the two structures with the distance error: The main difference between the optimization formulated by ChromSDE and those of the other methods is the penalty assigned to non-interacting beads. Owing to this penalty, ChromSDE should recover better long distances than other MDS-based methods. This property is not well captured by the RMSD measure, and therefore, we also compute how well the distance matrix is recovered with the distance error, which assigns most of the weight to long distances. We expect that methods based on MDS, which optimize an objective function based on the distance matrix, should perform better on this measure than others.

3 RESULTS

To assess the relative strength of our new PM-based methods, PM1 and PM2, we compare them to a panel of four MDS-based methods: MDS1, MDS2, NMDS and ChromSDE on simulated and real data.

3.1 Simulated Hi-C data

We first tested the six methods on data simulated as explained in Section 2.5.

3.1.1 Performance as a function of SNR

We ran all six methods—MDS1, MDS2, NMDS, PM1, PM2 and ChromSDE—on the 170 simulated datasets with varying SNR levels. Our goal here is to assess how well the different methods manage to reconstruct a known 3D structure from simulated data at different SNR levels. Remember that SNR estimates how far the empirical counts differ from their expectations; in real Hi-C data, SNR typically decreases when we have fewer reads in total, or when we want to increase the resolution of the structure. In this first series of experiments, we provide the correct count-to-distance or distance-to-count transfer functions to the methods that need them (MDS1, MDS2, PM1). In this setting, for infinite SNR, all methods should consistently estimate the correct structure. Figure 1 shows the performance of the different methods in terms of RMSD (top) and distance error (middle) as a function of the β parameter, which controls the SNR (bottom). As expected, all methods perform well when the SNR is high, but exhibit marked differences in performance for finite SNR. In the low SNR setting (SNR < 2), both PM1 and PM2 significantly outperform all MDS-based methods, in both RMSD and distance error. Interestingly, we observe no significant difference between PM1 and PM2, which shows that there is no price to pay in terms of inferred structure if we do not specify the exponent of the distance-to-count transfer function. In this setting, PM2 is able to estimate the structure accurately enough to produce a structure of the same quality as PM1. Among MDS-based methods, we see that NMDS generally outperforms MDS2, which itself outperforms MDS1. This observation highlights that in the non-asymptotic low SNR setting, the choice of stress function influences the performance of MDS. ChromSDE performs better than other MDS-based methods on datasets with a low SNR, corresponding to datasets with low coverage and, consequently, many non-interacting pairs of beads. This may be due to the way ChromSDE explicitly handles such pairs. On the other hand, in a more favorable setting (SNR > 2), ChromSDE does not perform as well as other MDS-based methods; we hypothesize that when the coverage is high enough, taking into account non-interacting pairs of beads does not add any additional information. Because ChromSDE is not better than other MDS-based methods, and requires much longer to run, we do not report its performance on the next experiments and instead focus on the differences between the other MDS-based methods and the PM methods.
Fig. 1.

Performance evaluation on simulated data, varying the parameter β. (A) RMSD of each experiment for varying values of the parameter β. ChromSDE failed to yield consistent results for 14 experiments (it reported the wrong number of beads in the results file), and the PM2 algorithm failed to converge at the desired precision for one experiment (it exceeded the maximum number of iterations). (B) Distance error of each experiment for varying values of β. (C) Average SNR for each β. Higher SNR corresponds to better quality data

Performance evaluation on simulated data, varying the parameter β. (A) RMSD of each experiment for varying values of the parameter β. ChromSDE failed to yield consistent results for 14 experiments (it reported the wrong number of beads in the results file), and the PM2 algorithm failed to converge at the desired precision for one experiment (it exceeded the maximum number of iterations). (B) Distance error of each experiment for varying values of β. (C) Average SNR for each β. Higher SNR corresponds to better quality data

3.1.2 Metric versus non-metric methods: robustness to incorrect parameter estimation

Three of the methods tested, which we collectively refer to as metric methods, require as input a count-to-distance or distance-to-count transfer function: MDS1, MDS2 and PM1. In reality, however, the DNA may not follow the ideal physical laws underlying the default transfer function discussed in Section 2.4, and the structures inferred from these methods may diverge from the correct one because of miss-specification of the transfer function. To assess this phenomenon, and evaluate the robustness of the different methods (including NMDS and PM2, which automatically infer a transfer function), we now study the performance of the methods on datasets generated with varying α parameters. We therefore run the MDS1, MDS2, NMDS, PM1 and PM2 methods on the second ensemble of simulated datasets. We provide the default transfer function to all metric methods, thus inducing a miss-specification for all simulated datasets with α ≠ −3. Figure 2 shows the RMSD of each method, averaged over the datasets with different β, as a function of α. The performance curve of PM1, which is the best method when the data are simulated with the correct parameter α = −3, exhibits a characteristic U-shape centered around α = −3. This curve confirms that PM1 performs better when given the true parameter and performs worse as α moves away from −3. On the other hand, the performance curves of the two other metric methods, MDS1 and MDS2, do not exactly follow this trend: MDS1 and NMDS perform increasingly better when α decreases, and MDS2 achieves the best performance when α = −3.5. This phenomenon occurs because in our simulation, when α decreases, the SNR for a given β increases, counterbalancing the negative effect of the transfer function miss-specification. Thus, for MDS-based methods, it is apparently more important to have more data than to have a correct α parameter. Finally, we see that, as expected, the non-metric approaches, NMDS and PM2, are more robust to transfer function misspecification than the metric approaches because they automatically estimate it. When the parameter is wrong, PM2 outperforms the other methods for low SNR, whereas for high SNR, NMDS performs better.
Fig. 2.

Performance evaluation for simulated data, varying the parameter α. The figure plots the average RMSD of the inferred structures for a range of α values. As α increases, the SNR of the dataset also increases

Performance evaluation for simulated data, varying the parameter α. The figure plots the average RMSD of the inferred structures for a range of α values. As α increases, the SNR of the dataset also increases

3.2 Real Hi-C data

We now test the different methods on real Hi-C data. Because in this case the true consensus structure is unknown, we investigate the behaviors of the different methods in terms of their ability to infer consistent structures from different datasets and across resolutions.

3.2.1 Stability to enzyme replicates

The Hi-C assay depends on a restriction enzyme to cleave the DNA after cross-linking, and the same sequence library can be analyzed multiple times using different enzymes. Although the resulting restriction fragments will differ, we expect a priori that the overall genome architecture should be the same from such replicate experiments. We therefore evaluate each genome architecture inference method with respect to the similarity of the structures inferred from two replicate Hi-C experiments that differ only in the choice of restriction enzyme. Specifically, we apply each method to two enzyme replicates, HindIII and NcoI, carried out in mouse embryonic stem (ES) cells (Dixon ) for chromosomes 1–19. To measure the stability of the methods, we compute (i) the Spearman correlation between the two pairwise Euclidean distance matrices of the pairs of predicted structures and (ii) the RMSD between the rescaled predicted structures. Note that, before computing our two error measures, we filter out from the pair of structures any beads for which the inference has not been done on either dataset, i.e. beads that have zero contact counts in either dataset. To give a sense of how similar the two replicate datasets are, we also compute the Spearman correlation directly on the data, rather than on the inferred structures. As expected (Table 1), the higher the resolution is, the lower the correlation between the pairs of datasets is and the more different the inferred structures are. Across different enzyme replicates, the PM2 method yielded significantly higher correlation than all of the other methods (P < 0.05, signed-rank test adjusted for multiple tests with a Bonferroni correction).
Table 1.

Stability across enzyme replicates

ResolutionCorrMDS1
MDS2
NMDS
PM1
PM2
CorrRMSDCorrRMSDCorrRMSDCorrRMSDCorrRMSD
1 Mb0.98113.130.9455.540.9645.800.9657.280.9314.920.976
500 kb0.95910.000.9425.680.9595.670.9597.140.9134.660.968
200 kb0.8455.640.9403.740.9453.730.9464.010.8913.420.958
100 kb0.6055.070.7362.530.6762.520.6662.510.6642.760.771

Note: For each resolution, the table lists the Spearman correlation the two enzyme replicate datasets, and, for each inference method, the average RMSD and Spearman correlation between pairs of structures inferred from the two datasets. Boldface values correspond to the best RMSD or correlation values among all five methods. In general, higher resolution leads to a lower correlation between pairs of inferred structures.

Stability across enzyme replicates Note: For each resolution, the table lists the Spearman correlation the two enzyme replicate datasets, and, for each inference method, the average RMSD and Spearman correlation between pairs of structures inferred from the two datasets. Boldface values correspond to the best RMSD or correlation values among all five methods. In general, higher resolution leads to a lower correlation between pairs of inferred structures.

3.2.2 Stability to resolution

Zhang show that the mapping from contact counts to physical distance differs from one resolution to another, underscoring the importance of good parameter estimation. To study the stability of the structure inference methods to changes in resolution, we compute the RMSD between pairs of structures inferred at different resolutions. Let be a pair of predicted structures such that n < m (i.e. X is a structure at a lower resolution than Y). We compute a downsampled structure at the same resolution as X by averaging the coordinates of beads. We then compute the RMSD between this new structure Y* and X, as well as a corresponding Spearman correlation of the distance matrices. Results are shown in Figure 3 and Table 2. PM2 is significantly (P < 0.05) more stable to resolution changes, both in terms of RMSD and correlation of distances.
Fig. 3.

Predicted structures for chromosome 1 at different resolution Contact counts matrices and predicted structures for the MDS2, NMDS, PM1 and PM2 methods at 1 Mb (A), 500 kb (B), 200 kb (C) and 100 kb (D)

Table 2.

Stability across resolution

MeasureMDS1MDS2NMDSPM1PM2
RMSD14.8612.9212.9813.0311.48
Correlation0.7810.7540.7380.7370.807

Note: The table lists the average RMSD and Spearman correlation between pairs of structures of different resolutions. In bold are the lowest average RMSD and highest average Spearman correlation. These values were computed on mouse ESC HindIII libraries [Dixon ].

Predicted structures for chromosome 1 at different resolution Contact counts matrices and predicted structures for the MDS2, NMDS, PM1 and PM2 methods at 1 Mb (A), 500 kb (B), 200 kb (C) and 100 kb (D) Stability across resolution Note: The table lists the average RMSD and Spearman correlation between pairs of structures of different resolutions. In bold are the lowest average RMSD and highest average Spearman correlation. These values were computed on mouse ESC HindIII libraries [Dixon ].

4 DISCUSSION AND CONCLUSION

In this work, we present a novel method for inferring a consensus genomic 3D structure from Hi-C data. The method maximizes a likelihood derived from a statistical model of the relationship between the contact counts and physical distances, and includes an automatic tuning of the parameters defining the link between a 3D distance and the Poisson parameter of the corresponding contact count. We showed in simulations that the new method outperforms a panel of MDS-based approaches, including ChromSDE, which optimize an often ad hoc stress function. The improvement is particularly important at low SNR, corresponding to more difficult problems where we want to increase the resolution of the model with a fixed total number of reads; this is typically the situation where one expects a correct maximum likelihood estimator to outperform more ad hoc estimators. We also showed that misspecification in the count-to-distance transfer function can harm the performance of metric methods, while our model can adapt to unknown distributions within a parametric family. Finally, we also demonstrated, on real Hi-C data, the robustness of our methods to resolution change and enzyme duplicated datasets. Our probabilistic model of reads is similar to the model proposed by Hu ; however, instead of generating a family of structures by MCMC we use the model for direct maximum likelihood estimation of a consensus structure. Although the consensus structure might not be a definitive structure in vivo, it provides us with a rich model for further analysis, conserving hallmarks of genome organization such as the water lily form of the budding yeast (Duan ) or topological domains (Kalhor ). The PM underlying our approach remains basic and could be subject to many improvements. For example, physical constraints, such as the size of the nucleus, could be incorporated into the model. Better models for zero entries may be possible because those can either come either from non-interacting loci or from measurement errors due to, for example, mappability problems. Overall, expressing the structure inference problem as a maximum likelihood problem offers a principled way to improve the method by improving the probabilistic model of measured data.
  23 in total

1.  Evolutionarily conserved replication timing profiles predict long-range chromatin interactions and distinguish closely related cell types.

Authors:  Tyrone Ryba; Ichiro Hiratani; Junjie Lu; Mari Itoh; Michael Kulik; Jinfeng Zhang; Thomas C Schulz; Allan J Robins; Stephen Dalton; David M Gilbert
Journal:  Genome Res       Date:  2010-04-29       Impact factor: 9.043

2.  Capturing chromosome conformation.

Authors:  Job Dekker; Karsten Rippe; Martijn Dekker; Nancy Kleckner
Journal:  Science       Date:  2002-02-15       Impact factor: 47.728

3.  The three-dimensional folding of the α-globin gene domain reveals formation of chromatin globules.

Authors:  Davide Baù; Amartya Sanyal; Bryan R Lajoie; Emidio Capriotti; Meg Byron; Jeanne B Lawrence; Job Dekker; Marc A Marti-Renom
Journal:  Nat Struct Mol Biol       Date:  2010-12-05       Impact factor: 15.369

4.  A map of the cis-regulatory sequences in the mouse genome.

Authors:  Yin Shen; Feng Yue; David F McCleary; Zhen Ye; Lee Edsall; Samantha Kuan; Ulrich Wagner; Jesse Dixon; Leonard Lee; Victor V Lobanenkov; Bing Ren
Journal:  Nature       Date:  2012-08-02       Impact factor: 49.962

5.  A three-dimensional model of the yeast genome.

Authors:  Zhijun Duan; Mirela Andronescu; Kevin Schutz; Sean McIlwain; Yoo Jung Kim; Choli Lee; Jay Shendure; Stanley Fields; C Anthony Blau; William S Noble
Journal:  Nature       Date:  2010-05-02       Impact factor: 49.962

6.  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

7.  Genomics tools for unraveling chromosome architecture.

Authors:  Bas van Steensel; Job Dekker
Journal:  Nat Biotechnol       Date:  2010-10       Impact factor: 54.908

8.  Mapping of long-range associations throughout the fission yeast genome reveals global genome organization linked to transcriptional regulation.

Authors:  Hideki Tanizawa; Osamu Iwasaki; Atsunari Tanaka; Joseph R Capizzi; Priyankara Wickramasinghe; Mihee Lee; Zhiyan Fu; Ken-ichi Noma
Journal:  Nucleic Acids Res       Date:  2010-10-28       Impact factor: 16.971

9.  Bayesian inference of spatial organizations of chromosomes.

Authors:  Ming Hu; Ke Deng; Zhaohui Qin; Jesse Dixon; Siddarth Selvaraj; Jennifer Fang; Bing Ren; Jun S Liu
Journal:  PLoS Comput Biol       Date:  2013-01-31       Impact factor: 4.475

10.  Spatial localization of co-regulated genes exceeds genomic gene clustering in the Saccharomyces cerevisiae genome.

Authors:  Shay Ben-Elazar; Zohar Yakhini; Itai Yanai
Journal:  Nucleic Acids Res       Date:  2013-01-08       Impact factor: 16.971

View more
  90 in total

1.  Chromosome position determines the success of double-strand break repair.

Authors:  Cheng-Sheng Lee; Ruoxi W Wang; Hsiao-Han Chang; Daniel Capurso; Mark R Segal; James E Haber
Journal:  Proc Natl Acad Sci U S A       Date:  2015-12-29       Impact factor: 11.205

2.  Computational methods for predicting 3D genomic organization from high-resolution chromosome conformation capture data.

Authors:  Kimberly MacKay; Anthony Kusalik
Journal:  Brief Funct Genomics       Date:  2020-07-29       Impact factor: 4.241

3.  Producing genome structure populations with the dynamic and automated PGS software.

Authors:  Nan Hua; Harianto Tjong; Hanjun Shin; Ke Gong; Xianghong Jasmine Zhou; Frank Alber
Journal:  Nat Protoc       Date:  2018-04-05       Impact factor: 13.491

4.  Reconstructing spatial organizations of chromosomes through manifold learning.

Authors:  Guangxiang Zhu; Wenxuan Deng; Hailin Hu; Rui Ma; Sai Zhang; Jinglin Yang; Jian Peng; Tommy Kaplan; Jianyang Zeng
Journal:  Nucleic Acids Res       Date:  2018-05-04       Impact factor: 16.971

Review 5.  Models of polymer physics for the architecture of the cell nucleus.

Authors:  Andrea Esposito; Carlo Annunziatella; Simona Bianco; Andrea M Chiariello; Luca Fiorillo; Mario Nicodemi
Journal:  Wiley Interdiscip Rev Syst Biol Med       Date:  2018-12-19

6.  Functional organization of the human 4D Nucleome.

Authors:  Haiming Chen; Jie Chen; Lindsey A Muir; Scott Ronquist; Walter Meixner; Mats Ljungman; Thomas Ried; Stephen Smale; Indika Rajapakse
Journal:  Proc Natl Acad Sci U S A       Date:  2015-06-15       Impact factor: 11.205

7.  Capturing heterogeneity: single-cell structures of the 3D genome.

Authors:  Elzo de Wit
Journal:  Nat Struct Mol Biol       Date:  2017-05-04       Impact factor: 15.369

8.  Inferring Spatial Organization of Individual Topologically Associated Domains via Piecewise Helical Model.

Authors:  Rongrong Zhang; Ming Hu; Yu Zhu; Zhaohui Qin; Ke Deng; Jun S Liu
Journal:  IEEE/ACM Trans Comput Biol Bioinform       Date:  2018-08-15       Impact factor: 3.710

9.  3D genome structure modeling by Lorentzian objective function.

Authors:  Tuan Trieu; Jianlin Cheng
Journal:  Nucleic Acids Res       Date:  2017-02-17       Impact factor: 16.971

Review 10.  The three-dimensional organization of the genome in cellular senescence and age-associated diseases.

Authors:  Shane A Evans; Jeremy Horrell; Nicola Neretti
Journal:  Semin Cell Dev Biol       Date:  2018-07-27       Impact factor: 7.727

View more

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