Next Article in Journal
Preference Parameters for the Calculation of Thermal Conductivity by Multiparticle Collision Dynamics
Previous Article in Journal
Spatial Warped Gaussian Processes: Estimation and Efficient Field Reconstruction
Previous Article in Special Issue
AC2: An Efficient Protein Sequence Compression Tool Using Artificial Neural Networks and Cache-Hash Models
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Use of Average Mutual Information and Derived Measures to Find Coding Regions

Department of Electrical and Computer Engineering, University of Nebraska, Lincoln, NE 68588-0511, USA
*
Author to whom correspondence should be addressed.
Entropy 2021, 23(10), 1324; https://doi.org/10.3390/e23101324
Submission received: 21 June 2021 / Revised: 9 August 2021 / Accepted: 16 September 2021 / Published: 11 October 2021
(This article belongs to the Special Issue Information Theoretic Signal Processing and Learning)

Abstract

:
One of the important steps in the annotation of genomes is the identification of regions in the genome which code for proteins. One of the tools used by most annotation approaches is the use of signals extracted from genomic regions that can be used to identify whether the region is a protein coding region. Motivated by the fact that these regions are information bearing structures we propose signals based on measures motivated by the average mutual information for use in this task. We show that these signals can be used to identify coding and noncoding sequences with high accuracy. We also show that these signals are robust across species, phyla, and kingdom and can, therefore, be used in species agnostic genome annotation algorithms for identifying protein coding regions. These in turn could be used for gene identification.

1. Background

The success of sequencing technologies and the resulting explosion of available sequence information has made the task of annotating genomic sequences both more important and more challenging. One of the major annotation tasks is the identification of protein coding genes. This task has become especially important because of the increasing risk of the spread of infectious diseases and the increasing opportunities afforded to molecular medicine. Identifying genes in pathogens can tell us much about their potential impact and the possible avenues of control; identifying genes and their interactions can lead to understanding of disease as well as possible therapeutic pathways.
Computational gene finding techniques are divided into similarity based approaches, ab initio approaches, and hybrid approaches. Similarity based approaches rely on the existence of similar sequences in a database; the annotation of the sequence in question can be guided by the annotation of any similar sequences in the database. Aligning the sequence to be annotated with an already annotated sequence can help identify functional regions in the sequence to be annotated [1,2,3]. As the number of the sequences in the database grows such comparative methods provide a quick and efficient way of identifying functional elements such as protein coding regions. Ab initio methods rely on patterns in the genomic sequence which signal the presence of a gene. These can be patterns of nucleotides or amino acids identified from existing genomic and amino acid databases [4], it could be structural signals such as known promotor regions or CpG islands [5], it could be statistical patterns dependent partially on the triplet nature of coding regions. The statistical patterns are often captured using Markov models [6,7,8].
As the structure of genes is different for prokaryotes and eukaryotes the ab initio methods for gene finding in prokaryotes and eukaryotes generally differ as well. A sequence beginning with a start codon and ending with a stop codon is called an open reading frame or ORF. If the nucleotide sequence was random a stop codon will show up about every fifty nucleotides so if we have a much longer sequence of nucleotides which begin with a start codon and ends with a stop codon it is likely to be a coding sequence. In prokaryotes where the gene is usually a continuous sequence of nucleotides the ORF is often also the gene. In eukaryotes stop codons may be present in introns as well so for a multi-exon gene we would look for sequences bound by a start codon and a boundary between an exon and an intron (i.e., a splice site), regions bound by splice sites, or a region bound by a splice site and a stop site. Gene finding involves a number of operations. Putative regions that might be protein coding genes may be flagged by identifying the location of start, stop, and splice sites, by looking for promoter regions [9], by identifying CpG islands which tend to occur upstream of genes [5]. Once a putative coding region is identified the region and their surroundings can then be tested for other signals that may indicate that it is a coding region. These signals include codon composition as there are codons that occur with higher frequency in some species, hexamer composition [10], nucleotide composition, and periodic occurrence of bases. Another popular method for detecting coding regions is through the use of Markov models. Hidden Markov Models are used in a number of gene prediction software including the popular GenScan [10]. Interpolated Markov models form the basis for the GLIMMER tools [11,12,13].
Coding regions in genes are information bearing structures which is why Markov models have been the workhorse for identifying coding regions. It thus makes sense to see if measures of information can be used as signals for distinguishing coding and noncoding regions. One measure of the information structure of genomes is the average mutual information (AMI) profile [14,15,16] which is based on the information contained in a base about another base k bases away. The average mutual information profile looks at the linear and nonlinear dependencies between residues separated by different lags. The average mutual information profile has been used to generate phylogenetic trees at all levels of the tree of life. The effect of the differences between coding and noncoding regions is visually apparent when we look at AMI profiles of prokaryotes, whose genomes primarily consist of coding regions, and animals where only a small portion of the genome consists of coding regions. However, attempts at using the AMI profile to distinguish between coding and noncoding regions are not particularly successful as we shall see in the results section. However, we show that if we remove the averaging effect of the average mutual information profile by constituting its components to form a new profile we are substantially more successful in using the resultant vector as a signal for discriminating between protein coding regions and non protein coding regions.
In this work we show that the signals generated by these derived metrics are sufficiently robust that they can be used in a universal manner to identify coding regions in organisms throughout the tree of life. While the simplicity of the signals allows for easy incorporation in high throughput gene prediction pipelines, we are not presenting such a pipeline. Our more modest goal is to provide a computational signal that provides effective discrimination between protein coding and noncoding regions in a robust manner. This robustness allows these signals to be used to explore genomic fragments of unknown origin. A major contribution of this work is that unlike most known computational signals used in gene prediction pipelines the signals generated by the proposed metrics are not only highly discriminatory with most The area under the curve (AUC) values greater than 0.9, they also provide robust discrimination when they are applied to species other than the ones used to obtain the signals. This is true even when the other species belong to different kingdoms. The availability of robust signals which can provide cross-species prediction can help remove a significant barrier for exploration of novel genomes.
The MATLAB programs used to generate the results presented in this work are available at the GitHub repository, AMICodingRegionPrediction, https://github.com/gnewcombUNL/AMICodingRegionPrediction (accessed on 7 August 2021). We have also included a detailed example on how to use the program and modify parameters to accommodate the interests of the users.

2. Average Mutual Information and Its Derivatives

2.1. Average Mutual Information

Genomic sequences are information bearing sequences and hence the arrangement of nucleotides in the sequence is not random. This deviation from randomness reflects biological constraints. There are a number of ways to measure this structure in genomes including correlation analysis [17], complexity measures [18,19], and various information theoretic measures [20]. One information theoretic measure that has been particularly effective for identifying structural similarities between genomes of evolutionarily related organisms has been the average mutual information.
The information associated with an event depends on the uncertainty associated with the event. The average uncertainty is quantified by the Shannon entropy [21], H ( X ) , which is defined as:
H ( X ) = x A p ( x ) log p ( x )
where A is the alphabet which makes up the sample space for the discrete random variable X. In our current application the alphabet consists of the letters denoting the nucleotides adenine, cytosine, guanine, and thymine.
A = { A , G , C , T }
This is easily extended to multiple events. Events which influence each other have mutual information. This means that knowing the outcome of one event provides information about the other. That is, the uncertainty concerning the latter event is reduced. Average mutual information (AMI), I ( X ; Y ) , measures the information contained in event X about event Y, and is defined as:
I ( X ; Y ) = H ( X ) H ( X | Y ) = X A Y A p ( X , Y ) log p ( X , Y ) p ( X ) p ( Y )
While the principal use of average mutual information is in the area of communication and data compression [22] it has been used in a variety of fields, including bioinformatics. Specifically, it has been used to study the covariation of residues in the envelope protein of HIV [23] and other proteins [20,24]. It has also been used to aid in sequence assembly [25], and to generate a species-specific signature [16] for phylogenetic analysis. Previously, whole and partial genome AMI profiles have been used to classify fungal and mycobacterial samples [26], study changes in HIV populations [27], and study genomic signatures in viral sequences [28]. While there have been indications that the average mutual information could be used to differentiate between coding and noncoding sequences [14,29] the attempts to do so have not been particularly successful. In this work we show that while the average mutual information profile as it has been previously used is not a very strong signal for coding regions we can derive metrics from it that are stronger signals for protein coding regions than even the highly popular interpolated Markov models.
Let the discrete random variable X correspond to a nucleotide at an arbitrary location n and the discrete random variable Y correspond to a nucleotide at location n + k . We refer to k as the lag. The random variables X and Y take on values from the alphabet: A = { A , C , G , T } . We can estimate the marginal probability distributions p ( X ) and p ( Y ) by counting the number of times each nucleotide occurs divided by the length of the sequence. In other words the probability that X takes on the value A is estimated by counting the number of times A occurs in the sequence divided by the length of the sequence. The other probabilities are estimated in the same manner. Note that because we are not taking into account the locations of the nucleotides the estimates for p ( X ) and p ( Y ) are the same, since both are measured across the entire sequence. We call this estimate p ^ 0 ( X ) . Similarly, the joint probability distribution p ( X , Y ) is estimated by counting the number of times each of the 16 possible pairs of nucleotides separated by k base pairs occurs, and dividing by the total number of such pairs in the sequence. We call this estimate p ^ k ( X , Y ) for lag k. Using these probability estimates, we generate an AMI profile A M I k for selected values of k as follows:
A M I K = X A Y A p ^ k ( X , Y ) log p ^ k ( X , Y ) p ^ 0 ( X ) p ^ 0 ( Y )
If the nucleotide occurring at position n + k is independent of the nucleotide at position n, then the average mutual information between the two events is 0 (i.e., A M I K = 0 ). Likewise, if there is a peak in the AMI profile at some lag k, this indicates increased dependency between nucleotides k base pairs apart.

2.2. Average Mutual Information Derivatives

The AMI profile provides a glimpse into how a sequence’s base pairs bias surrounding base pairs at particular lags. A less succinct profile that provides additional information can be defined by collecting the individual terms that are summed when calculating AMI. We call this profile “expanded adjusted Average Mutual Information” (eaAMI). For each value of k, the profile consists of 16 elements, one for each possible pair of nucleotides k bases apart. The frequency of each nucleotide pair is estimated, and then scaled by the dependence between the two nucleotides. That is, the profile element for lag k and nucleotide pair X , Y is defined as:
e a A M I K ( X , Y ) = p ^ k ( X , Y ) log p ^ k ( X , Y ) p ^ 0 ( X ) p ^ 0 ( Y )
Thus, the profile consists of 16 k values, concatenated into a single vector.
A slightly simpler profile utilizes the unadjusted nucleotide pair frequencies, and is thus termed the “expanded Average Mutual Information” (eAMI). Formally, each profile element is defined as:
e A M I K ( X , Y ) = p ^ k ( X , Y )
As with eaAMI, the eAMI profile consists of 16 k values. These AMI variants are easily extended to use with amino acid sequences, which may provide different (but overlapping) information about the sequence.

3. Prediction Methodology

The numerical profiles defined above provide a mechanism to map a nucleic acid sequence into a vector space that is readily analyzed and manipulated. Each profile presented here defines a different space, but the techniques used to operate on the space are generic. We use linear Support Vector Machines (SVMs) to perform binary classification. As with any classification problem, data is partitioned into training sets and test sets. In order to objectively measure the methods’ performance, the data sets are intentionally contrived. The data sets are generated from a repository of 82 species with well-annotated genomes. The full list of species is included in the Supplementary Materials. Each species is identified by its taxonomic ID. We downloaded the genomic FASTA and GTF files for that assembly from NCBI. For each GTF file, we compiled all annotated protein coding regions, denoted “CDS” (Coding DNA Sequence) in the annotation. We accepted the annotation as-is and did not speculate on the possible existence of unannotated CDSs. For large eukaryotic genomes, we used only the first three chromosomes. Given the CDS coordinates, we extracted each from the corresponding genome, taking the reverse complement of each CDS on the negative strand. All CDSs were then concatenated into a parent coding sequence, such that there was a single coding sequence for each species. These range from 500 thousand base pairs to tens of millions of base pairs. We then extracted the noncoding sequences. Any segment of the genome that is not included in any CDS on either strand was considered to be noncoding. Noncoding regions from both strands were included so that noncoding regions surrounding CDSs on both strands are represented. These were all extracted and concatenated into a single parent noncoding sequence for each species. These range in length from 60 thousand base pairs to hundreds of millions of base pairs
The data sets are then constructed by randomly drawing 2000 non-overlapping sequences of constant length from each of the two parent sequences. Each data set used to train and test an SVM includes sequences of constant length, but multiple data sets were constructed with a different length for each. If the genome is too short to allow for 2000 non-overlapping sequences at the given length, the number of sequences in the data set is reduced accordingly. This allows us to evaluate the effect of sequence length on predictive performance for a range of 25 to 10,000 base pairs.
We use k-fold cross-validation, with k = 5. The SVM is trained on the training folds, and its performance evaluated by using it to classify the test folds. The output of the SVM classifier is a score assigned to each input profile. The magnitude of the classification score is the distance from the profile to the SVM decision boundary, and the sign specifies on which side of the boundary the profile falls. Positive scores indicate profiles on the side of the boundary corresponding to the coding region class. A higher score indicates a higher probability that the test sequence was drawn from the coding region parent sequence. We also evaluate a Euclidean distance classifier. Given a training set of sequence profiles from coding and noncoding regions, we calculate the centroid for both sets. For each sequence in the test set, we determine the Euclidean distance to both centroids, and subtract one from the other to determine classification scores. Positive values indicate that the test sequence profile is closer to the coding region centroid. Scores produced by each classifier for each type of profile are used to evaluate the classification performance.
In practice, when predicting coding regions for an unannotated genome, we would need to use a model trained on some other organism. We evaluate this cross-species scenario by training a model for each organism we consider, and using the model to predict coding regions in all other organisms.

4. Results

Receiver Operating Characteristic (ROC) curves are generated by sweeping a prediction threshold across the entire range of scores for each prediction methodology. That is, each score that is produced by the SVM is used as a threshold to generate a point on the ROC curve. For each threshold, sequences that score higher than the threshold are declared to be coding regions, while those that score lower are declared to be noncoding regions. We then calculate the true and false positive rates, which yields a point on the ROC curve. This is repeated for all scores produced by the SVM.
Sample curves for the organism S. cerevisiae are shown in Figure 1. The area under the curve (AUC) is then used as an objective single-value metric for evaluating prediction performance. Additionally, the classifier’s sensitivity and specificity are calculated using a threshold of 0. That is, coding regions assigned a positive score by the SVM are considered true positives, while noncoding regions assigned a negative score are considered true negatives. All quoted values of sensitivity and specificity that appear in this paper use this 0 threshold.
Increasing the information available to the classifiers yields AUC improvements. As is to be expected, the improvement tapers as k continues to increase. For eAMI, there are diminishing returns for k values greater than 2. The ROC curves are reasonably symmetric about the line y = 1 x . This suggests that at the optimal decision threshold (the point on the ROC curve closest to a 0% false positive rate and 100% true positive rate), the false positive and true positive rates will be balanced.
The longer a sequence is, the more closely it will tend to resemble the aggregate profile of the set to which it belongs. Accordingly, we would expect prediction performance to increase as sequence length increases. To evaluate this effect, we constructed data sets consisting of sequences of increasing length. This is shown for S. cerevisiae in Figure 2 for the proposed profiles. We can see that while the results for each profile is different, in each case the SVM classifier works better than the simple Euclidean distance classifier. For AMI, it does no better than Euclidean distance, but there is a significant performance premium for eAMI, and a small but meaningful gain for eaAMI. For the remainder of this work we only present results using the SVM classifier.

4.1. Profile Analysis

For all profiles considered here, we can effectively distinguish between coding regions and noncoding regions provided we have a sequence of sufficient length. This suggests that profiles for members of both classes converge to some characteristic profile. To best represent these characteristic profiles, we calculate the centroid of profiles drawn from the longest sequences considered in this analysis (12,800 base pairs). These centroids provide a visual representation of the differences between coding and noncoding regions, from which we can glean features about the class from which they were drawn.
Centroid AMI profiles are presented in Figure 3. The most obvious feature is the presence of distinct peaks at multiples of three in coding regions, resulting from the triplet periodicity conferred by codon abundance biases. The notable exception to this periodicity is the inflated values for lags 1–2, suggesting biases in the occurrences of certain nucleotide pairs and triplets. This is possibly due to the fact that most amino acids are encoded by a number of different triplets or synonymous codons [30]. Different organisms show a bias to one of the synonymous codons resulting in their higher abundance in the coding sequence. For lags greater than 4, magnitude decreases only slightly over the window considered here. The noncoding centroid also has noticeable, if less pronounced features. It too is marked by significant magnitudes for small lags, but with more gradual degradation thereafter. Curiously, there appear to be small but significant peaks at even lags from 6 to 14.
Centroid eAMI profiles are presented in Figure 4 for lags 1–4. Subsequent lags are omitted for brevity, but they bear resemblance to those presented. The presence of strings of thymine is most indicative of a noncoding region. This would occur in the opposite strand of a poly(A) tail downstream of a coding region. Noncoding regions are more symmetric, in the sense that complementary nucleotide pairs have similar abundance. This is due to the relatively higher likelihood of the opposing strand of a noncoding region also being noncoding.
Centroid eaAMI profiles are presented in Figure 5 for lags 1–4. Again, subsequent lags are omitted for brevity.

4.2. All Species Predictions

In order to evaluate the robustness of this method, we applied it to 82 genomes, consisting of 70 bacteria, 1 archaea, and 11 eukaryotes. For length 100 base pair sequences, eAMI produced the highest AUC in 78 of the 82 species considered. AUC results for all profile types and species are summarized in the histograms in Figure 6. The eAMI SVM performed best for the lone archaea, M. maripaludis (0.971 AUC, 92.7% sensitivity, and 89.6% specificity), and worst for A. nidulans (0.826 AUC, 80.5% sensitivity, and 68.7% specificity).
As would be expected from the results in Figure 2 for S. cerevisiae increasing the length of the sequences results in better performance as can be seen in Figure 7 and Figure 8.
We can see that while the AUC, sensitivity, and specificity values for classifiers using the AMI metric perform poorly for much of range of lengths, the performance of the classifiers using the eaAMI and eAMI metrics perform well for a wide range of lengths, the performance improving with the length of the sequence. Comparing the performance using eaAMI and eAMI profiles we see that the latter performs better for sequences of length less than 250 bp wile the former performs better for all lengths greater than 250 bp.

4.3. Cross-Species Predictions

To see the robustness of this approach to training based on organisms from different branches of the tree of life—other species, phyla, and kingdoms—we show the AUC, sensitivity, and specificity of the classification when using training sets from widely different organisms. The complete results are available in the Supplementary Materials. We compare these results to results obtained using the widely used Glimmer package under identical conditions. In order to get these results we used “build-icm” to train a model, and ”glimmer3” to score the test set. We used the “-separate_genes” option, which interprets the input file as a set of (potential) genes to score as such, rather than a genome fragment to be scanned for ORFs that are then scored. We use the “Raw Score” to compute AUC, sensitivity, and specificity.
AUC results for all proposed profile types and species are summarized in the histograms in Figure 9 for length 1000 base pair sequences. Interestingly, eaAMI produces better results on average, and is also considerably more consistent. A total of 95.4% of cross-species predictions made using eaAMI profiles resulted in AUC greater than 0.9, compared with 76.6% of predictions using eAMI profiles.
The corresponding AUC results for Glimmer are shown in Figure 10.
The classification performance using the latest version of Glimmer is better than the classification performance using AMI, slightly worse than the classification performance using eAMI, and considerably worse than the classification performance using eaAMI. We compare the classification performance of Glimmer with the performance using eAMI and eaAMI in Figure 11.
Median AUC, sensitivity, and specificity for each profile (including Glimmer) for two different sequence lengths are shown in Table 1.
Glimmer outperforms the classifier using the AMI profile and is considerably outperformed by the eaAMI and eAMI profiles regardless of sequence length.
Given the superior performance of the eaAMI signal we sample some of the results using eaAMI to show the robustness of this particular signal to differences in the species, phylum, or kingdom of the organism used for training and the one used for testing. The complete results for all cross-species predictions are available in the Supplementary Materials.
In Table 2, we show the results when using different organisms in the fungal genus Aspergillus for training and testing. The first number in the table is the AUC, the second is the sensitivity, and the third is the specificity.
We compare these results with those obtained using the latest version of Glimmer in Table 3.
Notice that while the performance metrics for Glimmer are close to the performance metrics using eaAMI when we use the same species for training and prediction they are worse when we use different species for training and prediction.
To see how the performance changes when we use organisms belonging to different orders we use four Gammaproteobacteria: Acinetobacter baumanii belonging to the Pseudomondales order, Streptococcus pneumoniae belonging to the Lactobacillales order, Salmonella enterica belonging to the Enterobacter order, and Vibrio cholerae belonging to the Vibrioles order. The results are shown in Table 4.
As we can see there is remarkable consistency in classification performance.
However when we use Glimmer under the same conditions there is a significant drop in performance as we can see from Table 5.
Finally, let us look at what happens if we use DNA sequences from organisms belonging to different kingdoms for training and testing. Our organisms are Homo sapiens from the Animalia kingdom, Aspergillus nidulans from the Fungi kingdom, Methanococcus maripaludis from the Archaea kingdom, and Streptococcus pneumoniae from the Bacteria kingdom. The performance metrics—AUC, specificity, and sensitivity—are shown in Table 6.
You can see some drop off in sensitivity but overall the results are quite robust. Furthermore, given the high values of both the AUC and specificity we could easily adjust the detection threshold to bring the sensitivity into a desired range without significant degradation of the specificity.
For completeness we include the corresponding results for Glimmer in Table 7.
As might be expected we can see a considerable drop off in performance.
The MATLAB programs used to generate the results presented in this work are available on the GitHub repository, AMICodingRegionPrediction, https://github.com/gnewcombUNL/AMICodingRegionPrediction (accessed on 7 August 2021). We have also included a detailed example on how to use the program and modify parameters to accommodate the interests of the users. We have also included a MATLAB script for readers who would like to develop an annotation tool using the metrics presented here.

5. Conclusions

We have presented signals generated using three different measures, the average mutual information, the eaAMI, and the eAMI for differentiating between coding and noncoding regions. The AMI profile has never quite lived up to its original promise of differentiating between coding and noncoding regions since their introduction almost twenty years ago [14,16,29]. Here we show that if we remove some of the averaging effect involved in the computation of the profile the coding/noncoding signal not only becomes very strong under conditions where we use sequences from the same species for both training and testing, the signals are also highly discriminatory when the training and test sequences belong to different species. This is true even when the different species belong to different kingdoms thus in a sense redeeming the promise of twenty years. While the AMI profile has some predictive value, it is substantially outperformed by the simpler derived measure eaAMI. The signal generated by using eaAMI is strong enough to generate AUC values for a SVM classifier of greater than 0.9 in almost all cases. This is true even when the classifier is trained using DNA from an organism belonging to a different kingdom. The robustness and strength of this signal is such that it should substantially enhance the performance of current genome annotation algorithms. In particular it should be useful for annotating genomes of unknown origin. Such situations are likely to arise more often with the increasing recurrence of previously unknown infectious diseases.

Supplementary Materials

Spreadsheets containing all the cross species prediction results for the proposed metric and Glimmer and the list of organism with taxa id and accession numbers are available online at https://www.mdpi.com/article/10.3390/e23101324/s1.

Author Contributions

Conceptualization, K.S. and G.N; Investigation, G.N.; Writing—original draft, G.N. and K.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The data and the programs used to generate the results presented in this work are available on the GitHub repository, AMICodingRegionPrediction, https://github.com/gnewcombUNL/AMICodingRegionPrediction (accessed on 7 August 2021).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Gotoh, O. Homology-based gene structure prediction: Simplified matching algorithm using a translated codon (tron) and improved accuracy by allowing for long gaps. Bioinformatics 2000, 16, 190–202. [Google Scholar] [CrossRef] [Green Version]
  2. Novichkov, P.S.; Gelfand, M.S.; Mironov, A.A. Gene recognition in eukaryotic DNA by comparison of genomic sequences. Bioinformatics 2001, 17, 1011–1018. [Google Scholar] [CrossRef] [Green Version]
  3. Kent, W.J.; Sugnet, C.W.; Furey, T.S.; Roskin, K.M.; Pringle, T.H.; Zahler, A.M.; Haussler, D. The human genome browser at UCSC. Genome Res. 2002, 12, 996–1006. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Guo, F.B.; Dong, C.; Hua, H.L.; Liu, S.; Luo, H.; Zhang, H.W.; Jin, Y.T.; Zhang, K.Y. Accurate prediction of human essential genes using only nucleotide composition and association information. Bioinformatics 2017, 33, 1758–1764. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Cross, S.H.; Bird, A.P. CpG islands and genes. Curr. Opin. Genet. Dev. 1995, 5, 309–314. [Google Scholar] [CrossRef]
  6. Salamov, A.A.; Solovyev, V.V. Ab initio gene finding in Drosophila genomic DNA. Genome Res. 2000, 10, 516–522. [Google Scholar] [CrossRef] [Green Version]
  7. Lukashin, A.V.; Borodovsky, M. GeneMark. hmm: New solutions for gene finding. Nucleic Acids Res. 1998, 26, 1107–1115. [Google Scholar] [CrossRef] [Green Version]
  8. Majoros, W.H.; Pertea, M.; Salzberg, S.L. TigrScan and GlimmerHMM: Two open source ab initio eukaryotic gene-finders. Bioinformatics 2004, 20, 2878–2879. [Google Scholar] [CrossRef]
  9. Lee, W.P.; Tzou, W.S. Computational methods for discovering gene networks from expression data. Brief. Bioinform. 2009, 10, 408–423. [Google Scholar] [CrossRef]
  10. Burge, C.; Karlin, S. Prediction of complete gene structures in human genomic DNA. J. Mol. Biol. 1997, 268, 78–94. [Google Scholar] [CrossRef] [Green Version]
  11. Salzberg, S.L.; Delcher, A.L.; Kasif, S.; White, O. Microbial gene identification using interpolated Markov models. Nucleic Acids Res. 1998, 26, 544–548. [Google Scholar] [CrossRef] [Green Version]
  12. Delcher, A.L.; Harmon, D.; Kasif, S.; White, O.; Salzberg, S.L. Improved microbial gene identification with GLIMMER. Nucleic Acids Res. 1999, 27, 4636–4641. [Google Scholar] [CrossRef]
  13. Delcher, A.L.; Bratke, K.A.; Powers, E.C.; Salzberg, S.L. Identifying bacterial genes and endosymbiont DNA with Glimmer. Bioinformatics 2007, 23, 673–679. [Google Scholar] [CrossRef]
  14. Bauer, M.T. A Distance Measure for DNA Sequences. Ph.D. Thesis, The University of Nebraska-Lincoln, Lincoln, NE, USA, 2001. [Google Scholar]
  15. Bauer, M.; Schuster, S.M.; Sayood, K. The use of average mutual information profile as a species signature. In Proceedings of the Data Compression Conference, Snowbird, UT, USA, 29–31 March 2005; p. 452. [Google Scholar]
  16. Bauer, M.; Schuster, S.M.; Sayood, K. The Average Mutual Information Profile as a Genomic Signature. BMC Bioinform. 2008, 9, 48. [Google Scholar] [CrossRef] [Green Version]
  17. Peng, C.; Buldyrev, S.; Goldberger, A.; Havlin, S.; Sciortino, F.; Simons, M.; Stanley, H. Long Range Correlations in Nucleotide Sequences. Nature 1992, 356, 168–170. [Google Scholar] [CrossRef]
  18. Bernaolo-Galvan, P.; Oliver, J.; Ramon-Roldan, R. Decomposition of DNA Sequence Complexity. Phys. Rev. Lett. 1999, 83, 3336–3339. [Google Scholar] [CrossRef] [Green Version]
  19. Otu, H.; Sayood, K. A new sequence distance measure for phylogenetic tree construction. Bioinformatics 2003, 19, 2122. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  20. Román-Roldán, R.; Bernaola-Galván, P.; Oliver, J. Application of information theory to DNA sequence analysis: A review. Pattern Recognit. 1996, 29, 1187–1194. [Google Scholar] [CrossRef]
  21. Shannon, C.E. A Mathematical Theory of Communication. Bell Syst. Tech. J. 1948, 27, 379–423. [Google Scholar] [CrossRef] [Green Version]
  22. Sayood, K. Introduction to Data Compression, 4th ed.; Morgan Kaufmann: Waltham, MA, USA, 2012. [Google Scholar]
  23. Korber, B.T.; Farber, R.M.; Wolpert, D.H.; Lapedes, A.S. Covariation of mutations in the V3 loop of human immunodeficiency virus type 1 envelope protein: An information theoretic analysis. Proc. Natl. Acad. Sci. USA 1993, 90, 7176–7180. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  24. Giraud, B.G.; Lapedes, A.; Liu, L.C. Analysis of correlations between sites in models of protein sequences. Phys. Rev. E 1998, 58, 6312–6322. [Google Scholar] [CrossRef]
  25. Otu, H.H.; Sayood, K. A divide-and-conquer approach to fragment assembly. Bioinformatics 2003, 19, 22–29. [Google Scholar] [CrossRef] [Green Version]
  26. Sayood, K.; Bastola, D.; Iwen, P.; Hinrichs, S.H. Use of Average Mutual Information based Species Signature for Fungal and Mycobacterial Differentiation. In Proceedings of the International Conference on Bioinformatics & Computational Biology, BIOCOMP 2007, Las Vegas, NV, USA, 25–28 June 2007; Volume I, pp. 289–295. [Google Scholar]
  27. Sayood, K.; Hoffman, F.; Wood, C. Use of average mutual information for studying changes in HIV populations. In Proceedings of the 2009 Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Minneapolis, MN, USA, 3–6 September 2009; pp. 3861–3864. [Google Scholar] [CrossRef] [Green Version]
  28. Serrano-Solís, V.; Cocho, G.; José, M.V. Genomic signatures in viral sequences by in-frame and out-frame mutual information. J. Theor. Biol. 2016, 403, 1–9. [Google Scholar] [CrossRef] [PubMed]
  29. Grosse, I.; Herzel, H.; Buldyrev, S.V.; Stanley, H.E. Species independence of mutual information in coding and noncoding DNA. Phys. Rev. E 2000, 61, 5624–5629. [Google Scholar] [CrossRef] [Green Version]
  30. Athey, J.; Alexaki, A.; Osipova, E.; Rostovtsev, A.; Santana-Quintero, L.V.; Katneni, U.; Simonyan, V.; Kimchi-Sarfaty, C. A new and updated resource for codon usage tables. BMC Bioinform. 2017, 18, 391. [Google Scholar] [CrossRef] [PubMed] [Green Version]
Figure 1. ROC curves for coding region prediction using SVMs on AMI profiles with length 100 bp sequences drawn from the S. cerevisiae genome.
Figure 1. ROC curves for coding region prediction using SVMs on AMI profiles with length 100 bp sequences drawn from the S. cerevisiae genome.
Entropy 23 01324 g001
Figure 2. AUC for coding region prediction using SVMs and Euclidean distance on AMI profiles derived from sequences of increasing length drawn from the S. cerevisiae genome.
Figure 2. AUC for coding region prediction using SVMs and Euclidean distance on AMI profiles derived from sequences of increasing length drawn from the S. cerevisiae genome.
Entropy 23 01324 g002
Figure 3. Centroid AMI profiles for S. cerevisiae coding and noncoding regions.
Figure 3. Centroid AMI profiles for S. cerevisiae coding and noncoding regions.
Entropy 23 01324 g003
Figure 4. Centroid eAMI profiles for S. cerevisiae coding and noncoding regions.
Figure 4. Centroid eAMI profiles for S. cerevisiae coding and noncoding regions.
Entropy 23 01324 g004
Figure 5. Centroid eaAMI profiles for S. cerevisiae coding and noncoding regions.
Figure 5. Centroid eaAMI profiles for S. cerevisiae coding and noncoding regions.
Entropy 23 01324 g005
Figure 6. AUC distribution for all three profiles across all 82 species.
Figure 6. AUC distribution for all three profiles across all 82 species.
Entropy 23 01324 g006
Figure 7. Median AUC values for all three profiles as a function of the length of the sequence being classified.
Figure 7. Median AUC values for all three profiles as a function of the length of the sequence being classified.
Entropy 23 01324 g007
Figure 8. Median sensitivity and specificity values for all three profiles as a function of the length of the sequence being classified.
Figure 8. Median sensitivity and specificity values for all three profiles as a function of the length of the sequence being classified.
Entropy 23 01324 g008
Figure 9. AUC distribution for eAMI and eaAMI profiles across all pairwise cross-species predictions.
Figure 9. AUC distribution for eAMI and eaAMI profiles across all pairwise cross-species predictions.
Entropy 23 01324 g009
Figure 10. AUC distribution for Glimmer across all pairwise cross-species predictions.
Figure 10. AUC distribution for Glimmer across all pairwise cross-species predictions.
Entropy 23 01324 g010
Figure 11. AUC distribution for Glimmer, eAMI, and eaAMI across all pairwise cross-species predictions.
Figure 11. AUC distribution for Glimmer, eAMI, and eaAMI across all pairwise cross-species predictions.
Entropy 23 01324 g011
Table 1. Median cross-species results for all profiles using length 100 and 1000 base pair sequences.
Table 1. Median cross-species results for all profiles using length 100 and 1000 base pair sequences.
100 bp Sequences1000 bp Sequences
AUCSensitivitySpecificityAUCSensitivitySpecificity
eaAMI0.7880.6060.8370.9910.9040.985
eAMI0.8470.6720.8400.9700.7030.983
AMI0.5150.4940.5400.7370.6780.727
Glimmer0.6940.2530.8840.8320.1220.996
Table 2. Cross-species coding region prediction results for selected Aspergillus species using eaAMI profiles. SVMs were trained on length 1000 sequences from the species denoted in the row headers, and used to classify sequences from the species denoted in the column headers.
Table 2. Cross-species coding region prediction results for selected Aspergillus species using eaAMI profiles. SVMs were trained on length 1000 sequences from the species denoted in the row headers, and used to classify sequences from the species denoted in the column headers.
A. nidulansA. fumigatusA. nigerA. oryzae
TrainAUCSNSPAUCSNSPAUCSNSPAUCSNSP
A. nid0.980.940.930.990.960.930.990.960.930.970.920.91
A. fum0.980.930.940.990.940.950.990.940.940.970.890.93
A. nig0.980.950.920.990.960.920.990.960.930.970.920.90
A. ory0.980.970.900.990.970.890.990.970.910.980.940.91
Table 3. Cross-species coding region prediction results for selected Aspergillus species using Glimmer. Glimmer was trained on length 1000 sequences from the species denoted in the row headers, and used to classify sequences from the species denoted in the column headers.
Table 3. Cross-species coding region prediction results for selected Aspergillus species using Glimmer. Glimmer was trained on length 1000 sequences from the species denoted in the row headers, and used to classify sequences from the species denoted in the column headers.
A. nidulansA. fumigatusA. nigerA. oryzae
TrainAUCSNSPAUCSNSPAUCSNSPAUCSNSP
A. nid0.930.910.760.910.920.710.890.840.760.900.880.83
A. fum0.920.860.840.920.910.800.900.820.840.910.860.88
A. nig0.930.910.800.920.930.740.920.900.730.920.900.84
A. ory0.900.890.670.910.910.600.860.830.620.930.900.76
Table 4. Cross-species coding region prediction results for selected species from different orders of the Gammaproteobacteria class using eaAMI profiles.
Table 4. Cross-species coding region prediction results for selected species from different orders of the Gammaproteobacteria class using eaAMI profiles.
A. baumanniiS. pneumoniaeS. entericaV. cholerae
TrainAUCSNSPAUCSNSPAUCSNSPAUCSNSP
A. bau1.000.970.991.000.880.991.000.960.991.000.960.99
S. pne1.000.970.981.000.980.990.990.870.980.990.940.94
S. ent0.990.880.990.990.860.991.000.971.001.000.941.00
V. cho0.990.950.970.990.880.991.000.970.981.000.980.99
Table 5. Cross-species coding region prediction results for selected species from different orders of the Gammaproteobacteria class using Glimmer.
Table 5. Cross-species coding region prediction results for selected species from different orders of the Gammaproteobacteria class using Glimmer.
A. baumanniiS. pneumoniaeS. entericaV. cholerae
TrainAUCSNSPAUCSNSPAUCSNSPAUCSNSP
A. bau0.920.940.440.790.690.830.300.120.650.640.620.57
S. pne0.800.730.800.960.980.440.210.030.870.410.240.78
S. ent0.910.320.990.850.071.000.980.990.430.940.660.99
V. cho0.960.770.970.930.540.980.910.880.760.980.980.59
Table 6. Cross-species coding region prediction results for selected highly divergent species from different kingdoms using eaAMI profiles.
Table 6. Cross-species coding region prediction results for selected highly divergent species from different kingdoms using eaAMI profiles.
H. sapiensA. nidulansM. maripaludisS. pneumoniae
TrainAUCSNSPAUCSNSPAUCSNSPAUCSNSP
H. sap0.990.940.970.930.690.940.990.741.000.990.831.00
A. nid0.930.660.970.980.940.931.000.980.990.990.920.96
M. mar0.890.590.980.930.660.941.001.001.000.990.841.00
S. pne0.940.860.890.920.930.701.000.980.991.000.980.99
Table 7. Cross-species coding region prediction results for selected highly divergent species from different kingdoms using Glimmer.
Table 7. Cross-species coding region prediction results for selected highly divergent species from different kingdoms using Glimmer.
H. sapiensA. nidulansM. maripaludisS. pneumoniae
TrainAUCSNSPAUCSNSPAUCSNSPAUCSNSP
H. sap0.710.950.040.500.080.930.880.360.930.770.340.99
A. nid0.800.770.740.930.910.760.890.160.910.870.300.96
M. mar0.390.190.770.230.000.990.980.990.550.530.260.89
S. pne0.420.410.430.220.010.920.920.760.950.960.980.44
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Newcomb, G.; Sayood, K. Use of Average Mutual Information and Derived Measures to Find Coding Regions. Entropy 2021, 23, 1324. https://doi.org/10.3390/e23101324

AMA Style

Newcomb G, Sayood K. Use of Average Mutual Information and Derived Measures to Find Coding Regions. Entropy. 2021; 23(10):1324. https://doi.org/10.3390/e23101324

Chicago/Turabian Style

Newcomb, Garin, and Khalid Sayood. 2021. "Use of Average Mutual Information and Derived Measures to Find Coding Regions" Entropy 23, no. 10: 1324. https://doi.org/10.3390/e23101324

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop