Literature DB >> 16845099

CorGen--measuring and generating long-range correlations for DNA sequence analysis.

Philipp W Messer1, Peter F Arndt.   

Abstract

CorGen is a web server that measures long-range correlations in the base composition of DNA and generates random sequences with the same correlation parameters. Long-range correlations are characterized by a power-law decay of the auto correlation function of the GC-content. The widespread presence of such correlations in eukaryotic genomes calls for their incorporation into accurate null models of eukaryotic DNA in computational biology. For example, the score statistics of sequence alignment and the performance of motif finding algorithms are significantly affected by the presence of genomic long-range correlations. We use an expansion-randomization dynamics to efficiently generate the correlated random sequences. The server is available at http://corgen.molgen.mpg.de.

Entities:  

Mesh:

Substances:

Year:  2006        PMID: 16845099      PMCID: PMC1538783          DOI: 10.1093/nar/gkl234

Source DB:  PubMed          Journal:  Nucleic Acids Res        ISSN: 0305-1048            Impact factor:   16.971


INTRODUCTION

Eukaryotic genomes reveal a multitude of statistical features distinguishing genomic DNA from random sequences. They range from the base composition to more complex features like periodicities, correlations, information content or isochore structure. A widespread feature among most eukaryotic genomes are long-range correlations in base composition (1–6), characterized by an asymptotic power-law decay C(r) ∝ r−α of the correlation function along the DNA sequence . See the top part of Figure 1 for an example. Amplitudes and decay exponents differ considerably between different species and even between different genomic regions of the same species (6). Often the correlations are restricted to specific distance intervals rmin < r < rmax.
Figure 1

CorGen analysis of a 1 Mb region on human chromosome 22. The two plots in the top part show the measured GC-profile (left) and correlation function (right) of the chromosomal region. In the double-logarithmic correlation graph, power-law correlations C(r) ∝ r−α show up as a straight line with slope α. The fitting has been performed in the range 10 < r <10 000, and the obtained parameters are α = 0.359 and C (10) = 0.0234 (green line). A corresponding random sequence of length 1 Mb with the measured long-range correlation parameters and average GC-content of the query sequence has been generated and can be downloaded by the user. Its composition profile and correlation function are shown in the two plots at the bottom.

The widespread presence of long-range correlations raises the question if they need to be incorporated into an accurate null model of eukaryotic DNA, reflecting our assumptions about the ‘background’ statistical features of the sequence under consideration (7). The need for a realistic null model arises from the fact that the statistical significance of a computational prediction derived by bioinformatics methods is often characterized by a P-value, which specifies the likelihood that the prediction could have arisen by chance. Popular null models are random sequences with letters drawn independently from an identical distribution, or kth order Markov models specifying the transition probabilities P(a+1∣a−k+1, …, a) in a genomic sequence (8). However, both models are incapable of incorporating long-range correlations in the sequence composition. In CorGen we use a dynamical model that was found to efficiently generate such long-range correlated sequences (9). Recent findings already demonstrated that long-range correlations have strong influence on significance values for several bioinformatics analysis tools. For instance, they substantially change the P-values of sequence alignment similarity scores (10) and contribute to the problem that computational tools for the identification of transcription factor binding sites perform more poorly on real genomic data compared to independent random sequences (11). In this paper we present CorGen, a web server that measures long-range correlations in DNA sequences and can generate random sequences with the same (or user-specified) correlation and composition parameters. These sequences can be used to test computational tools for changes in prediction upon the incorporation of genomic correlations into the null model.

ALGORITHM

Several techniques for the generation of long-range correlated sequences have been proposed so far (12–14). Here, we use a simple dynamical method based on single site duplication and mutation processes (15). This dynamics is an instance of a, so called, expansion-randomization system, which recently have been shown to constitute a universality class of dynamical systems with generic long-range correlations (9,16). In contrast to any of the methods (12–14), the duplication-mutation model combines all of the following advantages: (i) exact analytic results for the correlation function of the generated sequences have been derived; (ii) the method allows to generate sequences with any user-defined value of the decay exponent α > 0, desired GC-content g, and length N; (iii) the correlation amplitude is high enough to keep up with strong genomic correlations and can easily be reduced to any user-specified value; (iv) the dynamics can be implemented by a simple algorithm with runtime O(N); (v) the duplication and mutation processes are well known processes of molecular evolution. In CorGen the single site duplication mutation dynamics is implemented by the following Monte Carlo algorithm. We start with a short sequence of random nucleotides (No = 12). The dynamics of the model is then defined by the following update rules: A random position j of the sequence is drawn. The nucleotide a is either mutated with probability Pmut, or otherwise duplicated, i.e. a copy of a is inserted at position j + 1 thereby increasing the sequence length by one. If the site a = X has been chosen to mutate, it is replaced by a nucleotide Y with probability This assures a stationary GC-content g. Extending the results derived in (16) it can analytically be shown that the correlation function of sequences generated by this dynamics is a Euler beta function with C(r) ∝ r−α in the large r limit. By varying the mutation probability Pmut, the decay exponent α of the long-range correlations can be tuned to any desired positive value, as it is determined by α = 2Pmut/(1−Pmut). The correlations C(r) of the generated sequences define the maximal amplitude obtainable by our dynamics for the specific settings of α and g. However, this amplitude can easily be decreased by the following procedure: after the sequence has reached its desired length, the duplication process is stopped. Subsequent mutation of M randomly drawn sites using the transition probabilities defined in (2) will uniformly decrease the correlation amplitude to C*(r) = C(r)exp(−2M/N) without changing the exponent α and the GC-content g (9). We use a queue data structure to store the sequences, since this allows for a fast implementation of a nucleotide duplication in runtime O(1). The complexity of the algorithm therefore is of the order O(N + M). The software is implemented in C++. Sources are available upon request from the corresponding author.

THE WEB SERVER CorGen

The web server CorGen offers three different types of services: (i) measuring long-range correlations of a given DNA sequence, (ii) generating long-range correlated random sequences with the same statistical parameters as the query sequence and (iii) generating sequences with specific user-defined long-range correlations. The first two tasks require the user to upload a query DNA sequence in FASTA or EMBL format. For long-range correlations to be detectable, the sequences need to be sufficiently long (we recommend at least 1000 bp). The distance interval where a power-law is fitted to the measured correlation function can be specified by the user. Upon submission of a query DNA sequence, CorGen will generate plots with the measured GC-profile and correlation function, as defined by Equation 1. Unsequenced or ambiguous sites are thereby excluded from the analysis. The user can specify a distance interval where a power-law should be fitted to the measured correlation function. The obtained values for the decay exponent α and the correlation amplitude will be reported by CorGen. If a long-range correlated random sequence with the same statistical features in the specified fitting interval has been requested, its corresponding composition and correlation plots will also be shown. See Figure 1, for an example output page. The generated random sequences can be downloaded by the user. If large ensembles of the generated sequences are needed, independent realizations of the sequences can directly be obtained via non-interactive network clients, e.g. wget. Corresponding samples are given on the relevant pages. CorGen can also be used to generate long-range correlated random sequences with specific user-defined correlation parameters. In this case, the user needs to specify the decay exponent α, the correlation amplitude C(r*) at a reference distance r*, the desired GC-content g and the sequence length. Notice that there is a generic limit for the correlation amplitude depending on the values of α and g. As a typical example, the measurement of C(r) for human chromosome 22 takes ∼65 s, while a random sequence of length 1 Mb with the same correlation parameters can be generated in <5 s.

ASSESSING SEQUENCE ALIGNMENT SIGNIFICANCE SCORES

In the following, we want to exemplify a possible application of CorGen related to the problem that long-range correlations significantly affect the score distribution of sequence alignment (10). Imagine one aligns a 100 bp long query sequence to a 1 Mb region on human chromosome 22 in order to detect regions of distant evolutionary relationship. The alignment algorithm reports a poorly conserved hit with a P-value of 10−2 calculated from the standard null model of a random sequence with independent nucleotides. However, the user does not trust this hit and wants to test whether it might be an artifact of long-range correlations in human chromosome 22. As a first step, the correlation analysis service provided by CorGen is used to assess whether such correlations are actually present in the chromosomal region of interest. It turns out that a clear power-law with α = 0.359 can be fitted to C(r), as is shown in the top part of Figure 1. The next step is to retrieve an ensemble of random sequences generated by CorGen with the same correlation and composition parameters as the 1 Mb region of chromosome 22 (large ensembles can also be retrieved by non-interactive network clients). For one such realization the measured GC-profile and correlation function are shown in the bottom part of Figure 1. The 100 bp query sequence is then aligned against each realization of the ensemble in order to obtain the by chance expected distribution of alignment scores under the more sophisticated null model incorporating the genomic long-range correlations. As has been shown in (10), for the measured correlation parameters this can increase the P-value of a randomly predicted (false-positive) hit by more than one order of magnitude. In conclusion, the hit might be rejected as a true orthologous region. CorGen can therefore help to reduce the often encountered high false-positive rate of bioinformatics analysis tools.
  12 in total

1.  Study of statistical correlations in DNA sequences.

Authors:  P Bernaola-Galván; P Carpena; R Román-Roldán; J L Oliver
Journal:  Gene       Date:  2002-10-30       Impact factor: 3.688

2.  Characterizing long-range correlations in DNA sequences from wavelet analysis.

Authors: 
Journal:  Phys Rev Lett       Date:  1995-04-17       Impact factor: 9.161

3.  Evolution of long-range fractal correlations and 1/f noise in DNA base sequences.

Authors: 
Journal:  Phys Rev Lett       Date:  1992-06-22       Impact factor: 9.161

4.  Markov chain-based method for generating long-range dependence.

Authors:  Richard G Clegg; Maurice Dodson
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2005-08-16

5.  Universal 1/f noise, crossovers of scaling exponents, and chromosome-specific patterns of guanine-cytosine content in DNA sequences of the human genome.

Authors:  Wentian Li; Dirk Holste
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2005-04-20

6.  Long-range correlations in nucleotide sequences.

Authors:  C K Peng; S V Buldyrev; A L Goldberger; S Havlin; F Sciortino; M Simons; H E Stanley
Journal:  Nature       Date:  1992-03-12       Impact factor: 49.962

7.  Statistical physics of temporal intermittency.

Authors: 
Journal:  Phys Rev A Gen Phys       Date:  1989-12-01

8.  Expansion-modification systems: A model for spatial 1/f spectra.

Authors: 
Journal:  Phys Rev A       Date:  1991-05-15       Impact factor: 3.140

9.  Compositional heterogeneity within and among isochores in mammalian genomes. II. Some general comments.

Authors:  O Clay; G Bernardi
Journal:  Gene       Date:  2001-10-03       Impact factor: 3.688

10.  Assessing computational tools for the discovery of transcription factor binding sites.

Authors:  Martin Tompa; Nan Li; Timothy L Bailey; George M Church; Bart De Moor; Eleazar Eskin; Alexander V Favorov; Martin C Frith; Yutao Fu; W James Kent; Vsevolod J Makeev; Andrei A Mironov; William Stafford Noble; Giulio Pavesi; Graziano Pesole; Mireille Régnier; Nicolas Simonis; Saurabh Sinha; Gert Thijs; Jacques van Helden; Mathias Vandenbogaert; Zhiping Weng; Christopher Workman; Chun Ye; Zhou Zhu
Journal:  Nat Biotechnol       Date:  2005-01       Impact factor: 54.908

View more
  3 in total

1.  BiDaS: a web-based Monte Carlo BioData Simulator based on sequence/feature characteristics.

Authors:  Maria D Paraskevopoulou; Ioannis S Vlachos; Emmanouil Athanasiadis; George Spyrou
Journal:  Nucleic Acids Res       Date:  2013-05-28       Impact factor: 16.971

2.  Genomic DNA from animals shows contrasting strand bias in large and small subsequences.

Authors:  Kenneth J Evans
Journal:  BMC Genomics       Date:  2008-01-25       Impact factor: 3.969

3.  Strand bias structure in mouse DNA gives a glimpse of how chromatin structure affects gene expression.

Authors:  Kenneth J Evans
Journal:  BMC Genomics       Date:  2008-01-14       Impact factor: 3.969

  3 in total

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