Skip to main content

Improving the specificity of exon prediction using comparative genomics

Abstract

Background

Computational gene prediction tools routinely generate large volumes of predicted coding exons (putative exons). One common limitation of these tools is the relatively low specificity due to the large amount of non-coding regions.

Methods

A statistical approach is developed that largely improves the gene prediction specificity. The key idea is to utilize the evolutionary conservation principle relative to the coding exons. By first exploiting the homology between genomes of two related species, a probability model for the evolutionary conservation pattern of codons across different genomes is developed. A probability model for the dependency between adjacent codons/triplets is added to differentiate coding exons and random sequences. Finally, the log odds ratio is developed to classify putative exons into the group of coding exons and the group of non-coding regions.

Results

The method was tested on pre-aligned human-mouse sequences where the putative exons are predicted by GENSCAN and TWINSCAN. The proposed method is able to improve the exon specificity by 73% and 32% respectively, while the loss of the sensitivity ≤ 1%. The method also keeps 98% of RefSeq gene structures that are correctly predicted by TWINSCAN when removing 26% of predicted genes that are in non-coding regions. The estimated number of true exons in TWINSCAN's predictions is 157,070. The results and the executable codes can be downloaded from http://www.stat.purdue.edu/~jingwu/codon/

Conclusion

The proposed method demonstrates an application of the evolutionary conservation principle to coding exons. It is a complementary method which can be used as an additional criteria to refine many existing gene predictions.

Background

One of the most important challenges in gene prediction is to identify relatively small amounts of coding DNA among a large number of DNA sequences. Computational approaches based on single genomes, including the identification of likely splice sites [1], integrated models [2], and hidden Markov models such as GENSCAN [3] have been developed to identify a large number of genes [4]. In addition to these approaches, sequence homology – or comparative genomics – has been employed [5, 6]. Instead of using a single genome to predict gene structures, sequence homology uses a pair or multiple DNA sequences of related species (e.g., human and mouse) to study the conservation across them [7, 8]. Recently, a new class of gene-prediction algorithms which exploits the power of comparative genomics have been developed, these include but are not limited to ROSETTA [9], CEM [10], TWINSCAN [11], SLAM [12], and SGP2 [13]. Relative to the single genome approaches, these programs have substantially reduced the number of false predictions, (i.e. improved specificity), but the reduction is not enough simply because of the large amount of non-coding DNA.

A high specificity in exon prediction is shown by Nekrutenko et al. [14] when the exon location and frame are given. Nekrutenko et al. [14] used the K A /K S ratio test to detect the difference between the conservation of codons and non-codons, where K S and K A denote the synonymous and non-synonymous substitutions, respectively. Wu and Haussler [15] incorporated the log odds scores of codons in a hidden markov model that predicts exon structures. Similar as in [16], the log odds ratio in [15] was used to indicate the existence of an exon in the aligned sequence segments without the knowledge of the exon structure. These methods demonstrate that log odds ratios based on codon conservation can be used to indicate the possibility of a coding region existing in the alignment of human and mouse sequences [15, 16]. However, since exon structure was assumed unknown, the high accuracy shown in [14] was not attained.

Existing methods that predict gene structures (using homology or single genomes) have identified many candidates exons, (putative exons), e.g. exons predicted by GENSCAN, TWINSCAN etc., which bridge the power of comparative genomic approaches [1416] and existing gene structure prediction methods [9, 1113]. Since the putative exons naturally split into three types: those that exactly overlap with coding exons, those that partly overlap with coding exons, and those that totally fall into the non-coding regions, if one can develop a methodology which effectively identifies putative exons of third type – those contain nothing but non-coding DNA – one then can filter them out and largely improve the specificity.

The proposed methodology is a scoring method that is based on the idea of homology which takes advantage of the conservation law between two related species. Given that two sequences of related species (e.g., human and mouse) have been aligned, for each codon or triplet in the non-coding region, a probability model is developed for their dependency on the adjacent codon/triplet in the same sequence, as well as their conservation across different sequences (e.g., human and mouse). Based on such models, it is possible to calculate, for each putative exon, the likelihood based on codons or triplets from non-coding regions, or equivalently the log odds ratio. Intuitively, the larger the log odds ratio, the more likely the putative exon is comprised of codons, and vice versa. Therefore, typically the putative exons that contain only non-coding DNA should have a relatively smaller log odds ratio.

Compared to the existing methods, the probability model is equivalent to the model in [14] except for the codon dependency model. However, an important difference is that it provided an application for the homology approach studied by [14], as it directly implements the log odds ratio methodology to the putative exons identified by other programs (e.g., GENSCAN and TWINSCAN).

Results

The proposed method is first compared with GENSCAN, TWINSCAN, and shorthmm in [15]. In order to train and test the proposed method, the data sets used in [15] were adopted. Then, the effects of the proposed method on TWINSCAN's prediction of the entire RefSeq exons and RefSeq genes after filtering out the false predictioins are examined.

Data sets

The test data are summarized in Table 1. First, the sets of clearly orthologous exons and potential non-exons used in [15] were used to compare the proposed method with other methods. In [15], the locations of RefSeq exons [1719] were first downloaded from assembly hg12 (June 2002) in UCSC's genome database [20]. The non-overlapping RefSeq exons were then extended 90 bps on both ends and the human-mouse alignments [21] of the extended exons were extracted from the chained and netted human-mouse alignments in assembly hg12. Those RefSeq exons that have full extended alignments were called the clearly orthologous exons. The potential non-exons in human genome were obtained by eliminating the alignment segment of human mRNAs and ESTs and the 100 bps beyond their end points from the chained and netted human-mouse alignments in assembly hg12, where the coordinates of human mRNAs and ESTs were based on the annotations of mRNA and ESTs in assembly hg12. Out of the two sets, 5,000 alignments of clearly orthologous exons and 20,000 alignments of potential-non exons were used as training data and the rest were used as test data in [15]. In this experiment, the coordinates of the clearly orthologous exons and the potential non-exons were first lifted from hg12 to the assembly of hg17 in UCSC's genome database by the batch coordinate conversion [22]. The alignment of clearly orthologous exons and potential non-exons were then extracted from the chained and netted alignments with mouse [23] and dog [24] in assembly hg17 in UCSC's genome database (mm5, May 2004; v. 1.0., July 2004; axtNet folder) respectively. The clearly orthologous exons that do not have full alignments were discarded. In the remaining clearly orthologous exons and potential non-exons, those used as training sets in [15] were used to train the proposed model and the rest alignments were used to test the model. The coordinates of the sequences can be downloaded from http://www.stat.purdue.edu/~jingwu/codon/.

Table 1 Summary of the data sets.

Next, the putative exons of GENSCAN and TWINSCAN were downloaded from assembly hg17. The alignments of putative exons were also extracted from the chained and netted alignments of human-mouse and human-dog in assembly hg17.

Last, to examine the effect of the proposed method on the correctly predicted RefSeq exons and RefSeq genes, the locations of the entire 172,042 non-overlapping human RefSeq exons were downloaded from UCSC's genome database (hg17), which correspond to 20,193 RefSeq genes.

The true positive and false positive are defined as follows. A putative exon is called a true positive (TP) when both ends of the putative exon match a clearly orthologous exon. A putative exon is called a false positive (FP) when both ends of the predicted exon are within or match a potential non-exon. A putative gene is called a true positive when the gene exactly matches a RefSeq gene. A putative gene is called a potential non-gene (FP) when all the exons of the gene are located in potential non-exons.

Application of the log-odds score on the existing algorithms

To illustrate the improvement of existing gene prediction methods based on single species, the improvement of GENSCAN's predictions using the log odds ratio is compared with TWINSCAN's predictions, where TWINSCAN is an improvement relative to GENSCAN by incorporating conservation information not only in exon models but also in other parts of the gene structure (e.g. splicing sites etc.) to GENSCAN. Another comparison is between TWINSCAN's predictions that have high log odds ratios and the predictions from [15], where [15] incorporated the same probability matrices as in the log odds ratio into a model that predicts exon structure. The results are summarized in Table 2, which show that the refinement of GENSCAN's predictions gives comparable results to TWINSCAN's and the refinement of TWINSCAN's prediction gives comparable results to [15]. These comparisons show that one could gain similar improvements in false positive rate by merely refining the existing results instead of refining the original prediction model. A set of simulated alignments, i.e. 26 alignments with length around 100,000 bps are also generated according to the frequency and the conservation of the nucleotides in the alignment of potential non-exons. To study the threshold, we ran GENSCAN on the simulated data and obtained 47 false predictions. By setting the threshold for the log odds ratio of the alignments that are falsely predicted at -0.33, only 3 false predictions remains, corresponding to a 94% improvement in false positive rate.

Table 2 Comparing the enhancement on putative exons with existing models results based on human-mouse sequence conservation.

The effect on all RefSeq exons and RefSeq genes that are correctly predicted by TWINSCAN when thresholding on the log odds ratios are listed in Table 3 and Table 4, which show that by losing 2% of correctly predicted RefSeq exons, thresholding on putative exons could remove 37% false exons from TWINSCAN's predictions and by losing 2% of correctly predicted RefSeq genes, thresholding on putative exons could remove 26% false genes from TWINSCAN's predictions.

Table 3 Improvement of putative exons from TWINSCAN.
Table 4 Improvement of putative genes from TWINSCAN.

The overall refinements on exon prediction by thresholding of the log odds score of TWINSCAN's exons in clearly orthologous exons and potential non-exons are shown by the ROC curve in Figure 1. In the ROC curve, for a given threshold on the log odds ratio, TP is the fraction of the true exon from TWINSCAN with the log odds score greater than the threshold and FP is the fraction of the false exon from TWINSCAN with the log odds score greater than the threshold. The figures show that the level of refinement is almost identical for human-mouse and human-dog alignments.

Figure 1
figure 1

Improving TWINSCAN's prediction on exons. ROC curves by applying the log odds ratio on TWINSCAN's exons. The x-axis is the false prediction rate (FP) of the exon by the log odds score and the y-axis is the true prediction rate (TP) of the exon by the log odds score. The upper graph is the result from human-mouse alignments of TWINSCAN's exons. The lower graph is the result from human-dog alignments of TWINSCAN's exons. The plot shows that by using the log odds score to refine TWINSCAN, we could largely reduce the number of false predictions, e.g., by 32% while keeping over 99% of true positives. The plot also shows that the improvement on TWINSCAN is not affected by the type of alignments used since the two curves are almost identical.

Whole genome scan

Using the human-mouse alignments, the entire 182,412 exons predicted by TWINSCAN are scored. By setting the threshold at -0.12 as in Table 2 and Table 3, the estimated number of true exons in TWINSCAN's predictions is 157,070. The scores can be downloaded from http://www.stat.purdue.edu/~jingwu/codon/twinscanScore/.

Discussion

This paper demonstrates the application of the scoring method as an addition to existing gene prediction methods. The scoring method efficiently removes conserved non-coding regions from putative exons. The improvement over GENSCAN and TWINSCAN demonstrates that the method can not only benefit prediction methods based on a single organism, but also benefit prediction methods based on comparative genomics. The notable improvement in TWINSCAN's sensitivity is especially encouraging since TWINSCAN also incorporated homology in its algorithm. Furthermore, the application of the proposed scoring method is not limited by the availability of alignments, since more than 98% of the total RefSeq exons predicted by GENSCAN and TWINSCAN have full alignments with mouse and dog sequences.

The proposed scoring method considers a first order dependency in the codons. Because of the large parameter space brought by the dependency model, directly extend the current model to a higher order dependency model would make the estimation of the parameters less accurate.

One limitation of the proposed approach is that it does not predict new exons. Specifically, the performance of the method is dependent on the gene prediction method that provides putative exons. The sensitivity of the proposed scoring method is bounded by the sensitivity of the method that provides the putative exon. As shown in the results, in order to filter out false predictions, some sacrifice, i.e. 1% – 2%, in sensitivity is necessary. Although the improvement in specificity is not sensitive to the alignment used, it does depend on how the putative exon is obtained (e.g., from a single organism or from two related genomes). The level of the improvement of an existing method depends on how much of the conservation information used in the proposed scoring method has already been used to generate the putative exons.

For example, post-processing the predictions reported by Wu and Haussler [15] would not remove any false predictions, since Wu and Haussler [15] incorporated the same probability matrices as in this paper in their hidden Markov model.

Conclusion

The proposed scoring method illustrates a strategy of data refinement. By examining the difference between the conservation and dependency between the codon and the triplet in the alignment, it conducts a filtering process on gene prediction results. The benefit of this approach is that it can be used as an addition to existing algorithms that predict gene structures to improve prediction quality.

Methods

Hypothesis testing

For a set of putative exons, a log odds score for each individual is developed. We test whether a putative exon is a coding exon or not based on the log odds ratio. Our hypotheses for each putative exon are:

H 0 : the putative exon is from a non-coding region ; H 1 : the putative exon is a coding exon . MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaqbaeaabiqaaaqaaiabdIeainaaBaaaleaacqaIWaamaeqaaOGaeiOoaOJaeeiDaqNaeeiAaGMaeeyzauMaeeiiaaIaeeiCaaNaeeyDauNaeeiDaqNaeeyyaeMaeeiDaqNaeeyAaKMaeeODayNaeeyzauMaeeiiaaIaeeyzauMaeeiEaGNaee4Ba8MaeeOBa4MaeeiiaaIaeeyAaKMaee4CamNaeeiiaaIaeeOzayMaeeOCaiNaee4Ba8MaeeyBa0MaeeiiaaIaeeyyaeMaeeiiaaIaeeOBa4Maee4Ba8MaeeOBa4Maeeyla0Iaee4yamMaee4Ba8MaeeizaqMaeeyAaKMaeeOBa4Maee4zaCMaeeiiaaIaeeOCaiNaeeyzauMaee4zaCMaeeyAaKMaee4Ba8MaeeOBa4Maei4oaSdabaGaemisaG0aaSbaaSqaaiabigdaXaqabaGccqGG6aGocqqG0baDcqqGObaAcqqGLbqzcqqGGaaicqqGWbaCcqqG1bqDcqqG0baDcqqGHbqycqqG0baDcqqGPbqAcqqG2bGDcqqGLbqzcqqGGaaicqqGLbqzcqqG4baEcqqGVbWBcqqGUbGBcqqGGaaicqqGPbqAcqqGZbWCcqqGGaaicqqGHbqycqqGGaaicqqGJbWycqqGVbWBcqqGKbazcqqGPbqAcqqGUbGBcqqGNbWzcqqGGaaicqqGLbqzcqqG4baEcqqGVbWBcqqGUbGBcqGGUaGlaaaaaa@98BA@

The proposed scoring method is based on the principle that functional elements such as exons tend to be more strongly conserved through evolution than random genomic sequences, and adjacent codons tend to depend on each other. A log-odds ratio is developed to capture this information. In detail, call the genomic sequence of interest, the target sequence, and the sequence from a related species that is aligned to the target sequence, the information sequence. Let X = {h1,..., h n } be a putative exon made of n codons, with partial codons on both ends and stop codons removed. Let m i be the triplet in the information sequence aligned to h i , i = 1,..., n. For each X, the log odds ratio is defined as follows,

S = 1 n 1 log P A ( h 2 | h 1 ) P B ( m 2 | h 2 ) P A ( h n | h n 1 ) P B ( m n | h n ) Q A ( h 2 | h 1 ) Q B ( m 2 | h 2 ) Q A ( h n | h n 1 ) Q B ( m n | h n ) , MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaem4uamLaeyypa0tcfa4aaSaaaeaacqaIXaqmaeaacqWGUbGBcqGHsislcqaIXaqmaaGccyGGSbaBcqGGVbWBcqGGNbWzjuaGdaWcaaqaaiabdcfaqnaaBaaabaGaemyqaeeabeaacqGGOaakcqWGObaAdaWgaaqaaiabikdaYaqabaGaeiiFaWNaemiAaG2aaSbaaeaacqaIXaqmaeqaaiabcMcaPiabdcfaqnaaBaaabaGaemOqaieabeaacqGGOaakcqWGTbqBdaWgaaqaaiabikdaYaqabaGaeiiFaWNaemiAaG2aaSbaaeaacqaIYaGmaeqaaiabcMcaPiabl+UimjabdcfaqnaaBaaabaGaemyqaeeabeaacqGGOaakcqWGObaAdaWgaaqaaiabd6gaUbqabaGaeiiFaWNaemiAaG2aaSbaaeaacqWGUbGBcqGHsislcqaIXaqmaeqaaiabcMcaPiabdcfaqnaaBaaabaGaemOqaieabeaacqGGOaakcqWGTbqBdaWgaaqaaiabd6gaUbqabaGaeiiFaWNaemiAaG2aaSbaaeaacqWGUbGBaeqaaiabcMcaPaqaaiabdgfarnaaBaaabaGaemyqaeeabeaacqGGOaakcqWGObaAdaWgaaqaaiabikdaYaqabaGaeiiFaWNaemiAaG2aaSbaaeaacqaIXaqmaeqaaiabcMcaPiabdgfarnaaBaaabaGaemOqaieabeaacqGGOaakcqWGTbqBdaWgaaqaaiabikdaYaqabaGaeiiFaWNaemiAaG2aaSbaaeaacqaIYaGmaeqaaiabcMcaPiabl+UimjabdgfarnaaBaaabaGaemyqaeeabeaacqGGOaakcqWGObaAdaWgaaqaaiabd6gaUbqabaGaeiiFaWNaemiAaG2aaSbaaeaacqWGUbGBcqGHsislcqaIXaqmaeqaaiabcMcaPiabdgfarnaaBaaabaGaemOqaieabeaacqGGOaakcqWGTbqBdaWgaaqaaiabd6gaUbqabaGaeiiFaWNaemiAaG2aaSbaaeaacqWGUbGBaeqaaiabcMcaPaaacqGGSaalaaa@9728@
(1)

where the probability matrix P A gives the conditional probability of observing codon h i given the previous codon is hi-1, P B gives the conditional probability of observing a triplet m i given h i is a codon, Q A gives the conditional probability of observing a triplet h i from non-coding regions given the previous triplet is hi-1, Q B gives the conditional probability of observing a triplet m i given h i is from non-coding regions.

The hypothesis testing is performed by thresholding the log odds score. That is, given a cutoff value t, we accept H1 if and only if S >t. Hence, we predict that a putative exon is an exon when S >t and it is not an exon when St. If the putative exon does not have enough base pairs in the alignment to be scored, we accept H0. For a putative gene, we predict it is a gene if and only if we accept H1 for all the exons in the gene.

Training the model

The method is trained and tested on human-mouse and human-dog sequence alignments. Since the estimation procedure on the two types of alignments are equivalent, only the estimation of the probability matrices in definition (1) from the training sets of human-mouse sequence alignments is introduced.

Specifically,

P A ( h | h ) = Number of pairs  ( h h ) + e Number of  h + 125 e , MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemiuaa1aaSbaaSqaaiabdgeabbqabaGccqGGOaakcqWGObaAcqGG8baFcuWGObaAgaqbaiabcMcaPiabg2da9KqbaoaalaaabaGaeeOta4KaeeyDauNaeeyBa0MaeeOyaiMaeeyzauMaeeOCaiNaeeiiaaIaee4Ba8MaeeOzayMaeeiiaaIaeeiCaaNaeeyyaeMaeeyAaKMaeeOCaiNaee4CamNaeeiiaaIaeiikaGIafmiAaGMbauaacqWGObaAcqGGPaqkcqGHRaWkcqWGLbqzaeaacqqGobGtcqqG1bqDcqqGTbqBcqqGIbGycqqGLbqzcqqGYbGCcqqGGaaicqqGVbWBcqqGMbGzcqqGGaaicuWGObaAgaqbaiabgUcaRiabigdaXiabikdaYiabiwda1iabdwgaLbaacqGGSaalaaa@6446@
(2)
P B ( m | h ) = Number of pairs  ( h m ) + e Number of  h + 125 e , MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemiuaa1aaSbaaSqaaiabdkeacbqabaGccqGGOaakcqWGTbqBcqGG8baFcqWGObaAcqGGPaqkcqGH9aqpjuaGdaWcaaqaaiabb6eaojabbwha1jabb2gaTjabbkgaIjabbwgaLjabbkhaYjabbccaGiabb+gaVjabbAgaMjabbccaGiabbchaWjabbggaHjabbMgaPjabbkhaYjabbohaZjabbccaGiabcIcaOiabdIgaOjabd2gaTjabcMcaPiabgUcaRiabdwgaLbqaaiabb6eaojabbwha1jabb2gaTjabbkgaIjabbwgaLjabbkhaYjabbccaGiabb+gaVjabbAgaMjabbccaGiabdIgaOjabgUcaRiabigdaXiabikdaYiabiwda1iabdwgaLbaacqGGSaalaaa@6438@
(3)
Q A ( a | a ) = Number of pairs  ( a a ) + e Number of  a + 125 e , MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemyuae1aaSbaaSqaaiabdgeabbqabaGccqGGOaakcqWGHbqycqGG8baFcuWGHbqygaqbaiabcMcaPiabg2da9KqbaoaalaaabaGaeeOta4KaeeyDauNaeeyBa0MaeeOyaiMaeeyzauMaeeOCaiNaeeiiaaIaee4Ba8MaeeOzayMaeeiiaaIaeeiCaaNaeeyyaeMaeeyAaKMaeeOCaiNaee4CamNaeeiiaaIaeiikaGIafmyyaeMbauaacqWGHbqycqGGPaqkcqGHRaWkcqWGLbqzaeaacqqGobGtcqqG1bqDcqqGTbqBcqqGIbGycqqGLbqzcqqGYbGCcqqGGaaicqqGVbWBcqqGMbGzcqqGGaaicuWGHbqygaqbaiabgUcaRiabigdaXiabikdaYiabiwda1iabdwgaLbaacqGGSaalaaa@6402@
(4)
Q B ( b | a ) = Number of pairs  ( a b ) + e Number of  a + 125 e , MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemyuae1aaSbaaSqaaiabdkeacbqabaGccqGGOaakcqWGIbGycqGG8baFcqWGHbqycqGGPaqkcqGH9aqpjuaGdaWcaaqaaiabb6eaojabbwha1jabb2gaTjabbkgaIjabbwgaLjabbkhaYjabbccaGiabb+gaVjabbAgaMjabbccaGiabbchaWjabbggaHjabbMgaPjabbkhaYjabbohaZjabbccaGiabcIcaOiabdggaHjabdkgaIjabcMcaPiabgUcaRiabdwgaLbqaaiabb6eaojabbwha1jabb2gaTjabbkgaIjabbwgaLjabbkhaYjabbccaGiabb+gaVjabbAgaMjabbccaGiabdggaHjabgUcaRiabigdaXiabikdaYiabiwda1iabdwgaLbaacqGGSaalaaa@63E4@
(5)

where e = 1 is the pseudo-count added, h is a codon in clearly orthologous exons, h' is the codon before h, m is the triplet aligned to h, a is a triplet in potential non-exons, a' is the triplet before a, and b is the triplet aligned to a. The probability matrices can be downloaded from http://www.stat.purdue.edu/~jingwu/codon/probs/, where for any two nucleotide triplets c1c2c3 and d1d2d3, c k , d k {A, C, G, T, indel}, the nucleotides are coded as A = 0, T = 1, G = 2, C = 3, indel = 4, P(d1d2d3 | c1c2c3) corresponds to the (i, j)-th entry i = 25c1 + 5c2 + c3, j = 25d1 + 5d2 + d3.

References

  1. Gelfand MS, Mironov AA, Pevzner PA: Gene recognition via spliced sequence alignment. Proc Natl Acad Sci USA. 1996, 93: 9061-9066. 10.1073/pnas.93.17.9061.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  2. Kulp D, Haussler D, Reese MG, Eeckman FH: A generalized Hidden Markov Model for the recognition of human genes in DNA. 1996, AAAI/MIT Press, St. Louis, MO

    Google Scholar 

  3. Burge C, Karlin S: Prediction of complete gene structures in human genomic DNA. J Mol Biol. 1997, 268: 78-94. 10.1006/jmbi.1997.0951.

    Article  PubMed  CAS  Google Scholar 

  4. Burset M, Guigo R: Evaluation of gene structure prediction programs. Genomics. 1996, 34: 353-367. 10.1006/geno.1996.0298.

    Article  PubMed  CAS  Google Scholar 

  5. Pachter L, Batzoglou S, Spitkovsky VI, Banks E, Lander ES, Kleitman DJ, Berger B: A dictionary-based approach for gene annotation. J Comput Biol. 1999, 6 (3-4): 419-430. 10.1089/106652799318364.

    Article  PubMed  CAS  Google Scholar 

  6. Hardison RC, Oeltjen J, Miller W: Long human-mouse sequence alignments reveal novel regulatory elments: a reason to sequence the mouse genome. Genome Research. 1997, 7: 959-966.

    PubMed  CAS  Google Scholar 

  7. Ansari-Lari MA, Schaffer AA, Zhang J, Zhang Z, Miller W, Lipman DJ: Comparative sequence anlaysis of a gene-rich cluster at human chromosome 12p13 and its syntenic region in mouse chromosome 6. Genome Research. 1998, 8: 29-40.

    PubMed  CAS  Google Scholar 

  8. Jang W, Hua A, Spilson SV, Miller W, Roe BA, Meisler MH: Comparative sequence of human and mouse BAC clones from the mnd region of chromosome 2p13. Genome Research. 1999, 9: 53-61.

    PubMed  CAS  PubMed Central  Google Scholar 

  9. Batzoglou S, Pachter L, Mesirov JP, Berger B, Lander ES: Human and Mouse Gene Structure: Comparative Analysis and Application to Exon Prediction. Genome Research. 2000, 10: 950-958. 10.1101/gr.10.7.950.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  10. Bafna V, Huson DH: The conserved exon method for gene finding. Proceedings from the Eigth International Conference on Intelligent Systems for Molecular Biology. 2000, AAAI Press, 3-12.

    Google Scholar 

  11. Korf I, Flicek P, Duan D, Brent MR: Integrating genomic homology into gene structure prediction. Bioinformatics. 2001, 17 (Suppl 1): S140-S148.

    Article  PubMed  Google Scholar 

  12. Cawley C, Pachter L, Alexandersson M: SLAM web server for comparative gene finding and alignment. Nucleic Acids Res. 2003, 31 (13): 3507-3509. 10.1093/nar/gkg583.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  13. Guigó R, Dermitzakis ET: Comparison of mouse and human genomes followed by experimental verification yields an estimated 1,019 additional genes. Proc Natl Acad Sci USA. 2003, 100: 1140-1145. 10.1073/pnas.0337561100.

    Article  PubMed  PubMed Central  Google Scholar 

  14. Nekrutenko A, Makova K, Li W: The KA/KS ratio test for assessing the protein-coding potential of genomic regions: an empirical and simulation study. Genome Research. 2002, 12: 198-202. 10.1101/gr.200901.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  15. Wu J, Haussler D: Coding exon detection using comparative sequences. J Comput Biol. 2006, 13: 1148-1164. 10.1089/cmb.2006.13.1148.

    Article  PubMed  CAS  Google Scholar 

  16. Nekrutenko A, Chung W, Li W: An evolutionary approach reveals a high protein-coding capacity of the human genome. TRENDS in Genetics. 2003, 19 (6): 306-310. 10.1016/S0168-9525(03)00114-8.

    Article  PubMed  CAS  Google Scholar 

  17. Pruitt KD, Katz KS, Sicotte H, Maglott DR: Introducing RefSeq and LocusLink: curated human genome resources at the NCBI. Trends Genet. 2000, 16 (1): 44-47. 10.1016/S0168-9525(99)01882-X.

    Article  PubMed  CAS  Google Scholar 

  18. Pruitt KD, Tatusova T, Maglott DR: NCBI Reference Sequence (RefSeq): a curated non-redundant sequence database of genomes, transcripts and proteins. Nucleic Acids Res. 2005, 33 (1): D501-D504.

    PubMed  CAS  PubMed Central  Google Scholar 

  19. NCBI Website. [http://www.ncbi.nih.gov/RefSeq]

  20. Genome database at UC Santa Cruz. [http://genome.ucsc.edu]

  21. Schwartz S, Kent WJ, Smit A, Zhang Z, Baertsch R, Hardison RC, Haussler D, Miller W: Human-mouse alignments with BLASTZ. Genome Research. 2003, 13: 103-107. 10.1101/gr.809403.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  22. Batch coordinate conversion. [http://genome.ucsc.edu/cgi-bin/hgLiftOver]

  23. Mouse Genome Sequencing Consortium: Initial sequencing and comparative analysis of the mouse genome. Nature. 2002, 420: 520-562. 10.1038/nature01262.

    Article  Google Scholar 

  24. Dog Genome Sequencing Consortium: [http://www.broad.mit.edu]

Download references

Acknowledgements

The author is grateful to David Haussler for introducing her the idea of comparative genomics and inspiring discussions. Thank you to Simon Tavaré and R.W. Doerge for reading the manuscript.

This article has been published as part of BMC Genomics Volume 9 Supplement 2, 2008: IEEE 7th International Conference on Bioinformatics and Bioengineering at Harvard Medical School. The full contents of the supplement are available online at http://0-www-biomedcentral-com.brum.beds.ac.uk/1471-2164/9?issue=S2

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Jing Wu.

Additional information

Competing interests

The author declares that they have no competing interests.

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an open access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Wu, J. Improving the specificity of exon prediction using comparative genomics. BMC Genomics 9 (Suppl 2), S13 (2008). https://0-doi-org.brum.beds.ac.uk/10.1186/1471-2164-9-S2-S13

Download citation

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/1471-2164-9-S2-S13

Keywords