Literature DB >> 20571085

Identifying compositionally homogeneous and nonhomogeneous domains within the human genome using a novel segmentation algorithm.

Eran Elhaik1, Dan Graur, Kresimir Josić, Giddy Landan.   

Abstract

It has been suggested that the mammalian genome is composed mainly of long compositionally homogeneous domains. Such domains are frequently identified using recursive segmentation algorithms based on the Jensen-Shannon divergence. However, a common difficulty with such methods is deciding when to halt the recursive partitioning and what criteria to use in deciding whether a detected boundary between two segments is real or not. We demonstrate that commonly used halting criteria are intrinsically biased, and propose IsoPlotter, a parameter-free segmentation algorithm that overcomes such biases by using a simple dynamic halting criterion and tests the homogeneity of the inferred domains. IsoPlotter was compared with an alternative segmentation algorithm, D(JS), using two sets of simulated genomic sequences. Our results show that IsoPlotter was able to infer both long and short compositionally homogeneous domains with low GC content dispersion, whereas D(JS) failed to identify short compositionally homogeneous domains and sequences with low compositional dispersion. By segmenting the human genome with IsoPlotter, we found that one-third of the genome is composed of compositionally nonhomogeneous domains and the remaining is a mixture of many short compositionally homogeneous domains and relatively few long ones.

Entities:  

Mesh:

Substances:

Year:  2010        PMID: 20571085      PMCID: PMC2926622          DOI: 10.1093/nar/gkq532

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


INTRODUCTION

Mammalian guanine–cytosine (GC) content is known to have a complex internal compositional organization (1). For example, the human genome is known to contain long compositionally homogeneous domains whose GC contents range from ∼33% to ∼60%. Evidence for the non-uniformity and non-randomness of nucleotide composition was first discovered several decades ago when bulk DNA sequences that had been randomly sheared into long fragments were separated by their base composition using thermal melting and gradient centrifugation (2). The fragments were grouped into a small number of classes distinguished by their buoyant densities that correlate with GC content. These findings led Bernardi and co-workers (3–5) to propose the isochore theory for the structure of homeotherm genomes. The isochore theory posits that mammalian genomes are mosaics of isochores: long (≥300 kb), relatively homogeneous regions, each with a typical GC content (6). The theory further posits that these regions are separated by boundaries of sharp GC content changes (7) and that all isochores can be divided into a handful of compositional domain classes or families (8). With the advent of mammalian genomics, it became feasible to attempt to detect isochores using a segmentation algorithm with the genomic sequence as the sole input. Indeed, many methods were proposed to detect isochores by partitioning genomic sequences into compositional domains according to predefined criteria (9–14). In a previous study, we proposed a benchmark for testing the abilities of segmentation algorithms to identify compositionally homogeneous regions and isochores within genomic sequences (15). Surprisingly, the various segmentation methods, such as sliding-window (16,17), recursive segmentation (10,12,18) and least-square segmentation (14,19), yielded inconsistent results. Recursive segmentation algorithms based on the Jensen–Shannon divergence (20), such as DJS (10,11), significantly outperformed all other segmentation algorithms. Recursive segmentation methods find cutting points (known also as segmentation points or partition points) that maximize the difference in base compositions between adjacent subsequences. Because there is at least one position in the sequence that maximizes the difference in base composition of any two subsequences, the recursive partitioning process can (in theory) continue until the number of segments equals the number of nucleotides (11). Therefore, a central part of all segmentation algorithms is the criterion used to halt the segmentation when the differences between adjacent segments become ‘insignificant’. Criteria that are too stringent or relaxed can lead to under- and over-segmentation, respectively (15). For instance, the halting criterion of the DJS algorithm works as follows: first, the threshold is set by partitioning multiple homogeneous sequences of a certain size and composition and obtaining the maximal Jensen–Shannon divergence statistic (D). Next, a fixed threshold for the D entropy statistic is set a priori by establishing a minimum statistical significance level for the Jensen–Shannon entropy below which segmentation cannot take place (11). Finally, the D statistic is calculated over all possible cutting points along the candidate sequence, and the maximal D value is compared to the threshold value. The candidate sequence is partitioned in the position of the maximal D if it is higher than the threshold. Segmentation continues recursively for segments for which D exceeds the given threshold. Unfortunately, any choice of an a priori threshold affects the lengths of the inferred domains (15). For example, lowering the threshold to improve short domain inference decreases the ability to detect large domains. Although this problem has been reported previously (18,21,22), no solution has been proposed. The problem is caused by the initial choice of sequences used to determine the threshold and, therefore, cannot be solved by changing their properties. To overcome this difficulty, we introduce IsoPlotter, an improved recursive segmentation algorithm that employs a ‘dynamic threshold’ that takes into account the composition and size of each segment. IsoPlotter calculates the D statistic over all possible cutting points and compares its maximum to a dynamic threshold. In contrast to the standard DJS algorithm, the threshold is not determined a priori, but separately for each segment to be partitioned. The length and standard deviation of GC content averaged over small windows along the segment are used to determine the dynamic threshold. If the maximum D statistic exceeds this dynamically determined threshold, the segment is partitioned and segmentation continues recursively. In this study, we tried to avoid some of the semantic confusion regarding isochores by simulating two sets of genomic sequences containing predetermined compositionally homogeneous domains, each separated from adjacent domains by sharp changes in GC content. These simulated domains should be considered isochores and may be used to compare the detection capability of DJS (10,11) and IsoPlotter. The first set consisted of tri-domain sequences with a short central-domain flanked by two long domains. In the second set, multi-domain sequences were generated with varying standard deviations of GC content for each domain. In the last part of our study, we studied the compositional architecture of the human genome and compared the results obtained by using both IsoPlotter and DJS.

METHODS

The DJS and IsoPlotter segmentation algorithms

The DJS is a binary, recursive segmentation algorithm that splits a DNA sequence by finding a point that maximizes the difference in GC content between adjacent subsequences. The resulting subsequences are then recursively segmented until a halting condition is satisfied (11). Briefly, a sequence of length L, GC content FGC and AT content , is divided into two continuous subsequences (s = left, right) of length l, GC content , and AT content . These subsequences are split at the point i that maximizes the entropic measure D defined as the difference between the overall entropy of the sequence Htot and the weighted sum of the entropies of both subsequences Hleft and Hright: where the entropy of the right and left subsequences is and the entropy of the whole sequence is The maximal D value is denoted by as the point of maximum difference between the left and right subsequences. The process of segmentation is terminated when is smaller than a predetermined threshold. We used a threshold of 5.8 × 10−5 (Dr. Tal Dagan, University of Düsseldorf, personal communication). Instead of comparing to a predetermined threshold, the IsoPlotter algorithm compares it to a dynamic threshold computed from the length and composition of the candidate subsequence. The algorithms were implemented in Matlab 7.5 and are available at http://code.google.com/p/isoplotter/.

Simulated data analyses

To test the capabilities of IsoPlotter and DJS to detect compositionally homogeneous domains, we performed two analyses. First, we simulated 1000 tri-domain sequences, each composed of two 10-Mb-long compositionally homogeneous domains at the 5′ and 3′ ends and a short, compositionally homogeneous, central-domain of length 100 kb. Domain mean GC contents were chosen from a normal distribution with a mean of 50% and a standard deviation of 5%. Negative values of the mean GC contents or those higher than 100% were unlikely given the low standard deviation. We repeated the simulation with central-domains of 300 kb and 1 Mb in size. In the second analysis, we simulated 1000 multi-domain sequences composed of 13 equally sized compositionally homogeneous domains, each 10 kb in length. Domain mean GC contents were chosen from a normal distribution with a mean of 50% and a standard deviation of 1%. The domain GC content standard deviation (σGC) ranged from 10−2 to 10−1 with the between-domain variation and the within-domain variation increasing accordingly. We used simulated sequences comprising of compositionally homogeneous domains within predefined borders separated from adjacent domains by sharp changes in GC content. These simulated domains should be recognized as isochores. Domains were composed of 32 bp non-overlapping windows to reduce computation time without compromising accuracy. The GC content and standard deviation of each window i were calculated from a uniform distribution and its full-width standard deviation as where and σGC are the domain GC content and standard deviation, respectively, n is the number of windows in a domain and is a random variable drawn from a uniform distribution between 0 and 1; for example, a domain of size 160 bp with a mean GC content of 54% and a GC content standard deviation of 5% composed of five 32-bp windows with mean GC contents of 49%, 58%, 45%, 60% and 58%. The segmentation algorithms were applied to the resulting sequences of GC frequencies. In our analyses, we chose to work on short windows of 32 bp rather than on single nucleotides to save computation time without sacrificing accuracy (10,15). To exclude a possibility of a bias due to window size, we repeated the second analysis without using windows. After sequences were partitioned using IsoPlotter and DJS we tested the performance of the two algorithms by computing correct domain inferences, defined as the number of domains whose borders were identified within <1000 bp or a distance of <5% of their size, whichever is smaller (15). To evaluate the segmentation results, we used two statistics: sensitivity and precision. Sensitivity is the proportion of correctly inferred domains out of all predetermined domains. Precision quantifies the probability for positive prediction of the algorithm, i.e., the proportion of correctly inferred domains out of all reported domains. For example, if a sequence composed of 100 compositionally homogeneous domains was partitioned by an algorithm that inferred 50 domains but only 25 of them were correctly inferred, then the algorithm sensitivity would be 25% and its precision would be 50%. Sensitivity and precision quantify an algorithm’s accuracy and prediction power, respectively. To test whether the differences between the algorithms are significant, we used the one-tailed Wilcoxon rank-sum test with α = 0.01 (23) and the false discovery rate (FDR) correction for multiple tests (24). All reported results were obtained with a minimum domain length of 3 kb for both IsoPlotter and DJS, consistent with the literature (6,8,25).

Segmentation of the human genome

The human genome assembly (build 36) was obtained from the NCBI FTP website ftp://ftp.ncbi.nlm.nih.gov/genomes/. Each chromosome was divided into non-overlapping windows of 32 bp in length, and their GC content was calculated. The genome was partitioned by using both IsoPlotter and DJS with a minimum domain length of 3 kb. Because the actual genome segmentation is unknown, the algorithms could not be evaluated for accuracy. Only their results can be compared. In order to compare the output of the two algorithms, we divided the detected domains into nine groups. The cutoffs (lc) that define the boundaries between the groups were chosen as 3 kb, 10 kb, 50 kb, 100 kb, 200 kb, 300 kb, 500 kb, 1 Mb and 10 Mb. For each group, the ‘genome coverage’ was calculated by dividing the sum of the domain lengths by the genome length. The homogeneity of the domains was assessed using a homogeneity test (see below). The domain lengths and the proportion of compositionally homogeneous domains were compared between the two algorithms using a one-tailed t-test with α = 0.05 (23).

Homogeneity test

Inferred domains were classified into two types, compositionally homogeneous and nonhomogeneous, based on their homogeneity relative to the chromosome (Figure 1). We used the F-test to compare the GC content variance of a domain with that of the sequence on which it resides (26). The GC content for each 32-bp non-overlapping window was calculated for the domain in question and for the entire sequence. Because the F-test assumes the data are normally distributed, we followed Cohen et al. (10) and applied the arcsine-root transformation to the GC content values of the windows within each domain (and sequence) before calculating the variance.
Figure 1.

Example of a hypothetical genomic sequence composed of 10 compositionally homogeneous domains used to demonstrate two aspects of sequence analysis: partitioning and testing for homogeneity. Note that the partitioning yielded seven domains, out of which three were found to be homogeneous and the rest were nonhomogeneous.

Example of a hypothetical genomic sequence composed of 10 compositionally homogeneous domains used to demonstrate two aspects of sequence analysis: partitioning and testing for homogeneity. Note that the partitioning yielded seven domains, out of which three were found to be homogeneous and the rest were nonhomogeneous. A one-tailed F-test with a null hypothesis H0: , and an alternative hypothesis, H1: , were applied with n1–1 and n2–1 degrees of freedom, where n1 and n2 are the numbers of windows in the domain and in the sequence, respectively. If the variance over a domain turned out to be significantly lower (P < 0.05) than that of the corresponding sequence, then the domain was considered homogeneous compared to the sequence. We improved the procedure proposed by Cohen et al. (10) by adjusting for multiple comparisons using the FDR correction (24).

RESULTS

Modeling the dynamic threshold, Dt

Ideally, the segmentation halting threshold should be calculated analytically from the distribution of the D entropy statistic (11). Because the theoretical distribution of the D entropy is unknown, the threshold had to be obtained empirically. This was previously done by simulating uniform (homogeneous) regions of a certain length and standard deviation of the GC content (σGC), obtaining the maximal D entropy statistic () for every sequence, calculating the cumulative distribution of , and choosing a threshold value corresponding to some type I error rate (10,11). For example, Cohen et al. (10) obtained the threshold using 100 000 sequences of size 1 Mb and σGC of 1%. This practice leads to biases in the length and GC variability of inferred domains. To demonstrate the relationship between and the sequence length, we generated a random sequence of length 1 Mb with a GC content of 50% and GC content standard deviation σGC of 1%. We then calculated for the entire sequence and subsequences of lengths 100 kb and 10 kb (Figure 2). The resulting values show a 10-fold increase with every 10-fold decrease in sequence length. A similar relationship exists between and the standard deviation σGC of the sequence. No relationship was found between and the sequence GC content (data not shown).
Figure 2.

A demonstration of the relationship between D entropy statistic, sequence length and variability (σGC), using 1-Mb simulated sequence (red) with σGC of 1% and two initial subsequences of sizes: 100 kb (green) and 10 kb (blue). Segmentation is carried out by obtaining the D statistic values for all possible bipartition for each of the three sequences and partitioning them at the point of maximal D (). The D values are plotted for each position in a different color for each sequence. The entropy measures are marked for each plot by a large dot. The plot illustrates the difference in D values obtained for sequences with similar initial content but different lengths. A fixed threshold of 5.8 × 10−5 will not partition the shortest sequence although it has the same initial content as the other sequences.

A demonstration of the relationship between D entropy statistic, sequence length and variability (σGC), using 1-Mb simulated sequence (red) with σGC of 1% and two initial subsequences of sizes: 100 kb (green) and 10 kb (blue). Segmentation is carried out by obtaining the D statistic values for all possible bipartition for each of the three sequences and partitioning them at the point of maximal D (). The D values are plotted for each position in a different color for each sequence. The entropy measures are marked for each plot by a large dot. The plot illustrates the difference in D values obtained for sequences with similar initial content but different lengths. A fixed threshold of 5.8 × 10−5 will not partition the shortest sequence although it has the same initial content as the other sequences. Reducing this bias in IsoPlotter required modeling the dependencies between a segment length and its standard deviation σ on the one hand, and the statistic on the other hand. We generated 10 000 sequences for each of 13 length parameters L ranging from 1 kb to 1 Mb and for each of five GC content standard deviation parameters σGC ranging from 1% to 10%. For each simulation setting, we calculated by allowing IsoPlotter to partition the sequence once and obtained the threshold (D) from the top 0.01% percentile of the cumulative distribution (Figure 3). A log-scale plot of D as a function of sequence length and variability reveals a near perfect linear relationship (Figure 4). A log-scale linear regression on the length (L) and GC content dispersion (σGC) fits the empirical data extremely well (r2 = 0.995, P < 10−16) with the following coefficients:
Figure 3.

Cumulative distributions calculated for 10 000 sequences of σGC = 1% and different lengths L. The thresholds (Dt) are obtained from the top 0.01% percentile of each cumulative distribution and are marked for three sequence lengths.

Figure 4.

The threshold Dt values obtained from simulated sequences with various lengths and GC standard deviations are plotted against each sequence length L and variability σGC on a log–log scale. The threshold chosen by Cohen et al. (10) is marked by a large dot.

Cumulative distributions calculated for 10 000 sequences of σGC = 1% and different lengths L. The thresholds (Dt) are obtained from the top 0.01% percentile of each cumulative distribution and are marked for three sequence lengths. The threshold Dt values obtained from simulated sequences with various lengths and GC standard deviations are plotted against each sequence length L and variability σGC on a log–log scale. The threshold chosen by Cohen et al. (10) is marked by a large dot. The threshold D depends on the length and GC content dispersion for each subsequence. We therefore refer to it is a ‘dynamic threshold’.

Comparing segmentation results for simulated sequences

To gauge domain homogeneity in the simulated sets, we compared the variance in GC content within each domain to that of the sequence on which it resides (see the ‘Homogeneity test’ section). Domains in all the sequences were constructed to be homogeneous, and the two algorithms were expected to detect them. We first tested the abilities of IsoPlotter and DJS to detect a short compositionally homogeneous central-domain (100 kb, 300 kb and 1 Mb) within two large compositionally homogeneous domains (10 Mb). Inferences of central-domain borders were divided into three types: no detection, partial detection (one border detected) and full detection (Table 1). IsoPlotter identified at least one domain border in all sequences and both domain borders in more than 86% of the sequences. By contrast, DJS missed both domain borders in 15–20% of the sequences, identified one domain border in 46–75% of the sequences, and fully identified the two domain borders in <40% of the sequences. IsoPlotter inferences were unaffected by central-domain size, while DJS inferences and sensitivity were highest for longer domains. Interestingly, both algorithms had high precision (97–100%) despite of DJS’s poor performances. IsoPlotter performances were significantly higher than those obtained by DJS (Wilcoxon rank-sum test, α < 0.01).
Table 1.

Proportion of central-domain detection inferred by IsoPlotter and DJS

Segmentation algorithmCentral-domain
Sensitivity (%)Precision (%)
SizeNo detection (%)Partial detection (%)Full detection (%)
IsoPlotter100 kb013869397
300 kb012879497
1 Mb012879497
DJS100 kb207554299
300 kb2060205099
1 Mb15463962100
Proportion of central-domain detection inferred by IsoPlotter and DJS Next, we tested the abilities of IsoPlotter and DJS to infer domains with differing GC content standard deviations σGC and fixed lengths. An example of a simulated sequence is shown in Figure 5a. The mean sensitivity for each domain σGC is shown in Figure 5b. For these data, IsoPlotter sensitivity was 98%, with a precision approaching 100%. The DJS sensitivity was 19% and strongly dependent on σGC, while the precision was near 100%. IsoPlotter significantly outperformed DJS for every domain variation tested (Wilcoxon rank-sum test, α < 0.01). Results were robust to the choice of window size that composed the compositionally homogeneous domains.
Figure 5.

(a) An illustration of the GC content spatial distribution along a 130-kb simulated sequence that contains 13 equally sized domains (dotted bars). Domain mean GC content is marked by black lines. (b) The mean sensitivities (with error bars) of IsoPlotter (green) and DJS (red) are shown for every domain (dotted bars).

(a) An illustration of the GC content spatial distribution along a 130-kb simulated sequence that contains 13 equally sized domains (dotted bars). Domain mean GC content is marked by black lines. (b) The mean sensitivities (with error bars) of IsoPlotter (green) and DJS (red) are shown for every domain (dotted bars). One of the main premises of isochore theory is that nearly the entire genome of homeotherms (warm-blooded animals) consists of compositionally homogeneous domains that exceed 300-kb in length (4–6,27). Figure 6 presents the genome coverage as a function of domain length. IsoPlotter ‘isochoric’ domains (≥300 kb) cover <30% of the human genome, while DJS’s ‘isochoric’ domains cover <50% of the genome.
Figure 6.

Cumulative spatial coverage for human genome using all domains inferred by IsoPlotter (blue) and DJS (red). Seventy percent of IsoPlotter inferences were homogeneous compared to 67% for DJS.

Cumulative spatial coverage for human genome using all domains inferred by IsoPlotter (blue) and DJS (red). Seventy percent of IsoPlotter inferences were homogeneous compared to 67% for DJS. Classifying domains according to their lengths shows that overall IsoPlotter inferred a higher proportion of short to medium-size domains than DJS (10–200 kb), while DJS inferred more long domains (≥300 kb), including very long domains (≥10 Mb). Overall, domains inferred by DJS are significantly longer than those inferred by IsoPlotter (t-test, α < 0.05) illustrating the bias of DJS toward long domains. Classifying domains inferred by both algorithms according to their homogeneity shows that for each length-cutoff group 70% of IsoPlotter inferences were homogeneous compared to only 53–67% of DJS. Moreover, the ratio of homogeneous/nonhomogeneous inferences for IsoPlotter is significantly higher than that of DJS (t-test, α < 0.05) for all length cutoffs (Table 2) except lc = 10 Mb (see Supplementary Tables S1 and S2). These results suggest that the low proportion of compositionally homogeneous domains detected by DJS is an outcome of the segmentation quality and does not depend on domain lengths.
Table 2.

Comparison of IsoPlotter and DJS segment results for the human genome as a function of length cutoff (lc)

Length cutoff (lc)Domains longer than lc
Compositionally homogeneous domains longer than lc
Number (%)Genome coverage (%)Number (%)Genome coverage (%)
IsoPlotter3 kb117 391 (100)10082 186 (70)70
10 kb45 466 (39)8631 867 (27)60
50 kb9861 (8)606880 (6)42
100 kb4691 (4)483265 (3)33
200 kb2081 (2)351431 (1)24
300 kb1199 (1)27820 (1)19
500 kb561 (1)19386 (<1)13
1 Mb163 (<1)9113 (<1)7
10 Mb0 (0)00 (0)0
DJS3 kb87 794 (100)10058 554 (67)64
10 kb33 470 (38)8922 365 (26)57
50 kb6986 (8)704600 (5)44
100 kb3337 (4)612180 (3)38
200 kb1598 (2)531019 (1)33
300 kb1042 (1)48667 (1)30
500 kb650 (1)43412 (1)26
1 Mb327 (<1)35208 (<1)21
10 Mb15 (<1)98 (<1)5
Comparison of IsoPlotter and DJS segment results for the human genome as a function of length cutoff (lc) In terms of coverage, 19% of the human genome is composed of 820 compositionally homogeneous domains longer than 300 kb (Table 2). Furthermore, these domains constitute only 1% of the total number of compositionally homogeneous domains (117 391). Therefore, restricting genome compositional studies to ‘isochoric’ domains, as is commonly done (e.g., 17,28,29), necessitates ignoring 99% of all domains that cover over 80% of the genome.

Compositional domain ideograms of the human genome

Using IsoPlotter inferences, three compositional domain ideograms of the human genome were drawn (Figures 7a–c). The ideograms illustrate our major findings, and allow us to compare compositional patterns among chromosomes. The first ideogram shows that compositionally homogeneous domains cover between 62% (chromosome 4) and 78% (chromosome 11) of the chromosomes (Figure 7a). Dividing compositionally homogeneous domains to long (≥300 kb) and short domains reveals that ‘isochoric domains’ are heterogeneously distributed along chromosomes covering between 5% (chromosome 19) and 29% (chromosomes 5) of the chromosomes (Figure 7b). By contrast, short compositionally homogeneous domains cover between 38% (chromosome 4) and 72% (chromosome 22) of the chromosomes. ‘Isochoric domains’ can further be classified into low GC domains ranging from 20% to 40% (574 domains) and high GC domains ranging from 40% to 60% (245 domains) with a single rich GC domain (61%) in chromosome 16 (Figure 7c). Thus, 70% of all ‘isochoric domains’ are AT rich. We find no evidence for the five-family division proposed by Bernardi et al. (4).
Figure 7.

Ideograms of compositional domains inferred by IsoPlotter and mapped to chromosomes. Using data mining approach, the ideograms uncover the compositional patterns of long homogeneous domains (‘isochoric’) in three layers (from top to bottom): (a) compositionally homogeneous domains and nonhomogeneous domains; (b) long compositionally homogeneous domains (≥300 kb), short compositionally homogeneous domains (<300 kb) and compositionally nonhomogeneous domains; and (c) long compositionally homogeneous domains (≥300 kb) color coded by their mean GC content and all other domains (short compositionally homogeneous and nonhomogeneous domains).

Ideograms of compositional domains inferred by IsoPlotter and mapped to chromosomes. Using data mining approach, the ideograms uncover the compositional patterns of long homogeneous domains (‘isochoric’) in three layers (from top to bottom): (a) compositionally homogeneous domains and nonhomogeneous domains; (b) long compositionally homogeneous domains (≥300 kb), short compositionally homogeneous domains (<300 kb) and compositionally nonhomogeneous domains; and (c) long compositionally homogeneous domains (≥300 kb) color coded by their mean GC content and all other domains (short compositionally homogeneous and nonhomogeneous domains).

DISCUSSION

The study of genome composition has been hampered for decades by conflicting results and uncertain methodology. Schmidt and Frishman (30) proposed to address this problem by using a consensus method based on the results of several algorithms (such as 12,17,19). This approach is problematic because combining correct inferences with incorrect ones only serves to dilute the truth. Instead, we proposed a benchmark to test the performance of different segmentation algorithms (15). We showed that recursive segmentation algorithms based on the Jensen–Shannon divergence (20) performed significantly better than all other segmentation algorithms. However, even recursive segmentation algorithms can perform poorly because of their use of fixed thresholds as halting criteria. Here, we show that the D entropy measure is correlated with sequence length and the standard deviation of its GC content (σGC), and that this dependence introduces biases in the segmentation. Consequently, recursive segmentation algorithms employing a fixed threshold, such as DJS, cannot be expected to perform well on sequences containing isochores of different lengths and compositions. To overcome this problem, we modeled these relationships to create a dynamic-threshold algorithm. The log-linear relation between the threshold value, Dt, and sequence length, L [Equation (6)] is not surprising. Let us consider an idealized model of genomic sequence as a series of Bernoulli trials with P the probability of a G or a C nucleotide. The mean GC content of a sequence of length N is, therefore, a random variable that approximately follows a normal distribution with mean P and standard deviation . The standard deviation of the mean GC content decreases with sequence length. Since the entropy Htot is defined as a function of the mean GC content, Htot is itself a random variable. In the case of a Bernoulli sequence, Htot is approximately normally distributed as it is a function of mean GC content, and the standard deviation of the mean GC content is relatively small. Furthermore, the D statistic is a function of Htot. Hence, D is also a random variable with variance that decreases with sequence length. Although real genomic sequences cannot be expected to be modeled by perfect Bernoulli trials, the decrease of the standard deviation of the mean GC content with the increase of sequence size is expected due to the central limit theorem (31), if the correlations between nucleotide content along the sequence are not too strong. The main idea proposed here is expected to hold despite the mild long-range correlations described in genomic sequences (11,32–35), which may increase the standard deviation. These correlations reduce domain homogeneity and produce a higher proportion of false positive inferences (type I errors) because of the fluctuations in nucleotide composition. Moreover, since recursive segmentation algorithms compare the composition of subsegments residing on adjacent subsequence to each other, the resulting domains are not necessarily homogeneous compared to the whole sequence. For these reasons, it is essential to assess the homogeneity of the inferred domains using a homogeneity test. The high sensitivity and precision obtained using the dynamic threshold were demonstrated in two analyses in which IsoPlotter successfully detected compositionally homogeneous domains of various lengths and GC content standard deviations σGC. IsoPlotter’s high sensitivity and precision are a direct result of its dynamic threshold. Such results are not achievable with other segmentation algorithms. Moreover, these results suggest that segmentation approaches that filter or concatenate ‘short’ segments to eliminate GC content fluctuations (e.g., 12,28) may be misleading. A homogeneity test was applied to the domains inferred in the human genome. A classification of these domains revealed, surprisingly, that the majority of the genome (70%) consisted of compositionally homogeneous domains, but only 19% of them can be considered isochores in the traditional sense (8). We note that IsoPlotter was not artificially tuned to detect domains of a particular length (e.g., 28) and, unlike DJS, it is not biased toward short domains (Table 1). Cohen et al. (10) used the DJS algorithm to partition the human genome and then classified the inferred domains according to their lengths using a length cutoff, lc. A comparison of our results with those obtained by Cohen et al. (10) reveals two major differences. First, Cohen et al. (10) reported that the proportion of domains found to be ‘putatively homogeneous’ out of all inferred domains was dependent on the domain length cutoff, lc. That is, the longer domain was more likely considered the ‘putatively homogeneous’ domain. In contrast, our results show that the proportion of compositionally homogeneous domains out of all inferred domains slightly decreased with the increase in length cutoff, lc. Second, they reported a possible bias in their homogeneity test, which qualified almost all long domains (>50 kb) as ‘putatively homogeneous’. However, we did not observe this bias using our homogeneity test. The difference in our results can be explained by our improved homogeneity test that corrects for multiple comparisons. Segmenting the human genome with IsoPlotter revealed a new genomic compositional architecture consisting of a mixture of compositionally nonhomogeneous domains with numerous short compositionally homogeneous domains and relatively few long ones (Figures 7a–c). A preliminary analysis of eight species indicates that this salient description holds for other mammalian genomes (Elhaik E. and Graur D., unpublished data). To understand how such structures emerged in an evolutionary perspective, a comparative analysis using different genomes is currently underway. Using IsoPlotter, we now have the ability to use the same analytical tool on genomes that were heretofore considered too heterogeneous to be partitioned, such as the yeast genome (36).

SUPPLEMENTARY DATA

Supplementary Data are available at NAR Online.

FUNDING

Funding for open access charge: The National Science Foundation (grant number DBI-0543342 to D.G.); University of Houston (Small Grant award number I098048 to D.G.); US National Library of Medicine (grant number LM010009-01 to D.G. and G.L.); National Science Foundation (grant numbers DMS-0604429, DMS-0817649); Texas Advanced Research Program and the Advanced Technology Program (Project no. 003652-0024-2007 to K.J.). Conflict of interest statement. None declared.
  30 in total

Review 1.  Isochores and the evolutionary genomics of vertebrates.

Authors:  G Bernardi
Journal:  Gene       Date:  2000-01-04       Impact factor: 3.688

2.  IsoFinder: computational prediction of isochores in genome sequences.

Authors:  José L Oliver; Pedro Carpena; Michael Hackenberg; Pedro Bernaola-Galván
Journal:  Nucleic Acids Res       Date:  2004-07-01       Impact factor: 16.971

3.  Compositional heterogeneity within, and uniformity between, DNA sequences of yeast chromosomes.

Authors:  W Li; G Stolovitzky; P Bernaola-Galván; J L Oliver
Journal:  Genome Res       Date:  1998-09       Impact factor: 9.043

4.  GC composition of the human genome: in search of isochores.

Authors:  Netta Cohen; Tal Dagan; Lewi Stone; Dan Graur
Journal:  Mol Biol Evol       Date:  2005-02-23       Impact factor: 16.240

5.  An analysis of eukaryotic genomes by density gradient centrifugation.

Authors:  J P Thiery; G Macaya; G Bernardi
Journal:  J Mol Biol       Date:  1976-11       Impact factor: 5.469

6.  Scaling features of noncoding DNA.

Authors:  H E Stanley; S V Buldyrev; A L Goldberger; S Havlin; C K Peng; M Simons
Journal:  Physica A       Date:  1999       Impact factor: 3.263

7.  An isochore map of human chromosomes.

Authors:  Maria Costantini; Oliver Clay; Fabio Auletta; Giorgio Bernardi
Journal:  Genome Res       Date:  2006-04       Impact factor: 9.043

8.  Isochores merit the prefix 'iso'.

Authors:  Wentian Li; Pedro Bernaola-Galván; Pedro Carpena; Jose L Oliver
Journal:  Comput Biol Chem       Date:  2003-02       Impact factor: 2.877

9.  The major components of the mouse and human genomes. 1. Preparation, basic properties and compositional heterogeneity.

Authors:  G Cuny; P Soriano; G Macaya; G Bernardi
Journal:  Eur J Biochem       Date:  1981-04

10.  Comparing segmentations by applying randomization techniques.

Authors:  Niina Haiminen; Heikki Mannila; Evimaria Terzi
Journal:  BMC Bioinformatics       Date:  2007-05-23       Impact factor: 3.169

View more
  11 in total

1.  Slaying (Yet Again) the Brain-Eating Zombie Called the "Isochore Theory": A Segmentation Algorithm Used to "Confirm" the Existence of Isochores Creates "Isochores" Where None Exist.

Authors:  Dan Graur
Journal:  Int J Mol Sci       Date:  2022-06-12       Impact factor: 6.208

2.  Synonymous codon bias and functional constraint on GC3-related DNA backbone dynamics in the prokaryotic nucleoid.

Authors:  Gregory A Babbitt; Mohammed A Alawad; Katharina V Schulze; André O Hudson
Journal:  Nucleic Acids Res       Date:  2014-09-08       Impact factor: 16.971

3.  A comparative study and a phylogenetic exploration of the compositional architectures of mammalian nuclear genomes.

Authors:  Eran Elhaik; Dan Graur
Journal:  PLoS Comput Biol       Date:  2014-11-06       Impact factor: 4.475

4.  IsoPlotter(+): A Tool for Studying the Compositional Architecture of Genomes.

Authors:  Eran Elhaik; Dan Graur
Journal:  ISRN Bioinform       Date:  2013-04-18

Review 5.  Investigating genomic structure using changept: A Bayesian segmentation model.

Authors:  Manjula Algama; Jonathan M Keith
Journal:  Comput Struct Biotechnol J       Date:  2014-08-27       Impact factor: 7.271

6.  The GenoChip: a new tool for genetic anthropology.

Authors:  Eran Elhaik; Elliott Greenspan; Sean Staats; Thomas Krahn; Chris Tyler-Smith; Yali Xue; Sergio Tofanelli; Paolo Francalacci; Francesco Cucca; Luca Pagani; Li Jin; Hui Li; Theodore G Schurr; Bennett Greenspan; R Spencer Wells
Journal:  Genome Biol Evol       Date:  2013       Impact factor: 3.416

7.  Finding the missing honey bee genes: lessons learned from a genome upgrade.

Authors:  Christine G Elsik; Kim C Worley; Anna K Bennett; Martin Beye; Francisco Camara; Christopher P Childers; Dirk C de Graaf; Griet Debyser; Jixin Deng; Bart Devreese; Eran Elhaik; Jay D Evans; Leonard J Foster; Dan Graur; Roderic Guigo; Katharina Jasmin Hoff; Michael E Holder; Matthew E Hudson; Greg J Hunt; Huaiyang Jiang; Vandita Joshi; Radhika S Khetani; Peter Kosarev; Christie L Kovar; Jian Ma; Ryszard Maleszka; Robin F A Moritz; Monica C Munoz-Torres; Terence D Murphy; Donna M Muzny; Irene F Newsham; Justin T Reese; Hugh M Robertson; Gene E Robinson; Olav Rueppell; Victor Solovyev; Mario Stanke; Eckart Stolle; Jennifer M Tsuruda; Matthias Van Vaerenbergh; Robert M Waterhouse; Daniel B Weaver; Charles W Whitfield; Yuanqing Wu; Evgeny M Zdobnov; Lan Zhang; Dianhui Zhu; Richard A Gibbs
Journal:  BMC Genomics       Date:  2014-01-30       Impact factor: 3.969

8.  Generalization of entropy based divergence measures for symbolic sequence analysis.

Authors:  Miguel A Ré; Rajeev K Azad
Journal:  PLoS One       Date:  2014-04-11       Impact factor: 3.240

9.  OcculterCut: A Comprehensive Survey of AT-Rich Regions in Fungal Genomes.

Authors:  Alison C Testa; Richard P Oliver; James K Hane
Journal:  Genome Biol Evol       Date:  2016-07-03       Impact factor: 3.416

10.  Segmenting the Human Genome into Isochores.

Authors:  Paolo Cozzi; Luciano Milanesi; Giorgio Bernardi
Journal:  Evol Bioinform Online       Date:  2015-11-25       Impact factor: 1.625

View more

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