| A fast SCOP fold classification system using content-based E-Predict algorithm1Medical and Biological Digital Library Research Lab, Department of Computer Science, University of Missouri, Columbia, MO 65211, USA 2Digital Biology Laboratory, Department of Computer Science and Life Sciences Center, University of Missouri, Columbia, MO 65211, USA
BMC Bioinformatics 2006, 7:362doi:10.1186/1471-2105-7-362 The electronic version of this article is the complete one and can be found online at: http://www.biomedcentral.com/1471-2105/7/362
©
2006 Chi et al; licensee BioMed Central Ltd. AbstractBackgroundDomain experts manually construct the Structural Classification of Protein (SCOP) database to categorize and compare protein structures. Even though using the SCOP database is believed to be more reliable than classification results from other methods, it is labor intensive. To mimic human classification processes, we develop an automatic SCOP fold classification system to assign possible known SCOP folds and recognize novel folds for newly-discovered proteins. ResultsWith a sufficient amount of ground truth data, our system is able to assign the known folds for newly-discovered proteins in the latest SCOP v1.69 release with 92.17% accuracy. Our system also recognizes the novel folds with 89.27% accuracy using 10 fold cross validation. The average response time for proteins with 500 and 1409 amino acids to complete the classification process is 4.1 and 17.4 seconds, respectively. By comparison with several structural alignment algorithms, our approach outperforms previous methods on both the classification accuracy and efficiency. ConclusionIn this paper, we build an advanced, non-parametric classifier to accelerate the manual classification processes of SCOP. With satisfactory ground truth data from the SCOP database, our approach identifies relevant domain knowledge and yields reasonably accurate classifications. Our system is publicly accessible at http://ProteinDBS.rnet.missouri.edu/E-Predict.php webcite. BackgroundProtein structure classification is well-known to be an important research topic in computational and molecular biology. Through the use of structural classification, life science researchers and biologists are able to study evolutionary evidence from similar proteins that have been conserved in multiple species. In addition, similar 3-D conformations of enzyme active sites and binding sites may correlate with biochemical functions [1]. In recent years, structural genomics projects [2-5] have aimed to link protein sequences to possible functions via high-throughput techniques such as X-ray crystallography and nuclear magnetic resonance (NMR) that determine 3-D protein structures. With a large-scale set of newly-discovered structures, a system that classifies similar protein structures with high efficiency and accuracy becomes an indispensable requirement to the study of structure-to-function relationships. Several classification systems categorize proteins based on structural similarities. The Class, Architecture, Topology, Homologous Superfamily (CATH) database [6] is constructed by applying the Secondary Structure Alignment Program (SSAP) [7], which consists of a double dynamic programming technique to find the optimal structural alignment of two proteins. The Fold Classification based on Structure-Structure Alignment of Proteins (FSSP) database [8] is built based on the Distance Alignment (DALI) [9] algorithm that applies Monte Carlo heuristics to compare structural similarities from 2-D distance matrices mapped from 3-D protein structures. Generally, these systems rely on the structural alignment algorithms to measure the similarity of two proteins, which is known to be of complexity NP-Hard [10]. To reduce the computational effort of scanning large-scale protein databases, those structural alignment algorithms need to apply heuristics with trade-offs which may return divergent results from the same query protein. At present, the Structural Classification of Protein (SCOP) database [11], which is manually constructed by human experts, is believed to contain the most accurate structural classifications. In the SCOP database, proteins with similar domain structures are usually clustered into the same fold hierarchy. Even though manual classification provides reliable results, it is labor intensive. As of May 30th, 2006, 10864 newly-discovered proteins deposited in the Protein Data Bank (PDB) [12] have not been classified in the latest SCOP v1.69 release. The number of newly-discovered proteins is increasing continuously. Recent studies [13,14] apply a consensus scheme to classify the SCOP folds for newly-discovered proteins by intersecting multiple classification results from classical structural alignment algorithms such as DALI [9], Combinatorial Extension (CE) [15] and VAST [16]. These consensus approaches yield higher classification accuracies than each individual method. However, a combination of structural alignment algorithms is computationally expensive. To accelerate the manual classification process of SCOP, there is an urgent need to develop a fast, automated SCOP fold classification system with a reasonably high accuracy. By extending our recent works with the real-time tertiary structure retrieval system, ProteinDBS [17-19], we have already studied an efficient model of association rule (AR) mining to identify relevant structural patterns in proteins for SCOP domain and fold classifications [20]. In this paper, we further develop a non-parametric classifier to conduct the SCOP fold classifications with better accuracy and efficiency. Our contribution is to introduce a real-time classification model, E-Predict, that applies the E_Measure metric [21] from the Information Retrieval (IR) field to assign the known SCOP folds and recognize the novel folds for newly-discovered proteins. In the past, a number of systems have been developed to assign a protein structure to an existing fold or recognize it as a novel fold. For example, DALI [22] uses Z-score of the best structural match to either assign a structure to a known fold (Z>2) or novel fold (Z≤2). Other programs, such as CE [15] and VAST [23] can perform similar tasks. However, the computational effort associated with those methods prevents a user from exploring the protein structure database in real time. ResultsThere are two important tasks for the SCOP fold classifications. 1) Known SCOP Fold Assignments: the algorithm assigns newly-discovered protein structures into the known SCOP folds. 2) Novel SCOP Fold Recognitions: the algorithm detects whether or not newly-discovered protein structures should be categorized into the novel folds. Given two SCOP database releases v1 and v2 (v1 ⊂ v2), Assigning newly-discovered proteins to the known foldsWe conduct three experiments for classifying newly-discovered proteins into the known folds. The first experiment compares our classification model, E-Predict, with several methods reported in a recent work [13] such as CE, DALI, VAST and CBOOST. Our test data shown in Table 1 is the same test set used in their work, which has proteins with average sequence identities equal to 16.88% and average sequence similarities equal to 20.76% by conducting all against all pairwise alignments using EMBOSS-Align [24] algorithm. The same ground truth data with their work includes proteins from the entire SCOP vl.59 release. To evaluate the accuracy, we use a general metric, Correct Classification Rate (CCR), which is defined as follows: Table 1. A test set that contains 37 protein chains from Figure 1 shows that E-Predict outperforms DALI, CE, and VAST, exhibiting an accuracy of 64.86%. Can et al. [13] have proposed a method, named CBOOST, which utilizes a decision tree to integrate DALI, CE, and VAST, achieving the same accuracy of 64.86%. It is worth mentioning that the computationally expensive structural alignment algorithms of CBOOST may not be able to efficiently classify a large number of newly-discovered proteins generated from on-going, high-throughput structure determination projects.
The second experiment exhaustively evaluates the accuracy of E-Predict on several general test sets from Table 2. The number of proteins in a test set of novel folds, general and non-redundant test sets in Table 3. The number of proteins in general and non-redundant test sets in
The third experiment evaluates the accuracy of E-Predict on non-redundant test sets, which are obtained from randomly sampling one protein chain among each SCOP superfamily. In Table 2 and Table 3, a non-redundant test set Table 4. The sequence redundancy in a set that contains 10 pairs of proteins, which are randomly sampled from Recognizing the novel folds for newly-discovered proteinsWe measure the accuracies of classifying six sets of proteins with the novel folds from
EfficiencyFor efficiency, we measure the average response time of the entire classification process, including feature extraction, nearest neighbor search on an M-tree [27], and the computation of the SCOP folds by the E-Predict algorithm. The classification process performs one-against-all structural comparisons by scanning the entire SCOP database. Our system runs on a Fedora-Core Linux system with Dual Xeon IV 2.4 GHz processors and 2 GB RAM. A large-scale test set is chosen from the SCOP vl.69 release with 51911 protein chains which have more than 20 amino acids. Figure 5 shows the average response time of fold classifications for various protein chain sizes. When the protein size increases, the E-Predict algorithm demands more computational resources to extract features from larger distance matrices. When the protein chain size reaches a certain threshold, the Linux system may swap huge distance matrices into the virtual memory resulting in a significant I/O time. This effect is reflected in Figure 5 with long computation times for the protein chain size larger than 1099 amino acids, where more memory is required to prevent page swapping. On average, classifying a newly-discovered protein to a SCOP fold takes 3.5 seconds. In our test set, the longest protein chain, comprised of 1409 amino acids, completes the classification process in 17.4 seconds.
DiscussionOur approach yields better accuracy and efficiency compared to the structure alignment algorithms. The accuracy is achieved by analyzing the ranked SCOP folds of a nearest neighbors search using the E-Predict algorithm. In addition, efficiency results from using an M-tree [27] for fast nearest neighbor searches. In the following subsections, we compare our performance with the structural alignment algorithms in terms of efficiency and accuracy. Performance in efficiencySince structural alignment algorithms usually apply dynamic programming techniques to align each pair of amino acids in two proteins, they demand a huge amount of computational resources. Instead of aligning amino acids, our E-Predict model transforms relevant protein structure information into high-level features, and similar protein structures are then retrieved from a high-dimensional feature space by a nearest neighbors search in the M-tree. Our approach is able to return the classification result in seconds. Since performing the structural alignment algorithms with multiple pairwise alignments of a newly-discovered structure against the known protein structures from the SCOP database is known to be computationally expensive [10], the response times for the structural alignment algorithms are not plotted in Figure 5. The accuracy of assigning newly-discovered proteins to the known foldsFor the assignment of proteins to the known SCOP folds, the E-Predict algorithm mainly contributes to the accuracy. Traditional structural alignment methods usually apply heuristics to reduce computational efforts of aligning a large combination of amino acids in two proteins. Different heuristics could return diverse results from the same set of proteins since these algorithms might be trapped in local optimal solutions. Even though a consensus method that combines classification results of multiple structural alignment algorithms outperforms each individual structural alignment approach [13], it is computationally expensive. Instead of performing structural alignments, our model maps both known proteins from the SCOP database and newly-discovered protein structures into 33-D feature vectors. With a nearest neighbor search for a newly-discovered structure t in the high-dimensional feature space, there may exist multiple candidate folds, which are associated with nearest neighbor proteins in the vicinity of t. One way to assign a SCOP fold to t is to choose the fold of the nearest neighbor protein in the high-dimensional feature space. Since it is possible that hundreds of folds are partially overlapped in the high-dimensional feature space, the nearest neighbor of t may be an outlier that deviates from the majority of proteins in its fold. To avoid selecting an outlier, we apply the E_Measure metric that considers the ranks of at least two nearest neighbor proteins for each fold. The algorithm rewards a SCOP fold in which proteins are highly ranked and penalizes a fold with proteins in the lower ranks. Hence, when the SCOP fold includes only a single highly ranked protein with the other proteins from this fold ranked much lower, the algorithm is able to avoid assigning this fold to t based on the penalty of low ranking. From computational results, E_Measure has a vital impact on the classification accuracy. Misclassifications of assigning newly-discovered proteins to the known foldsWithin the framework of ProteinDBS [17-19], our model, E-Predict, transforms a 3-D protein structure into a 33-D feature vector that represents the geometric properties of folded proteins. Applying these features to measure the structural similarity of proteins, E-Predict outperforms several classification methods that apply the structural alignment algorithm using the test set in Table 1. E-Predict also yields reasonably high accuracy for several test sets in Table 3 with sufficient ground truth data. However, misclassifications still exist. The limited amount of 33-D ground truth data available for training contributes to the classification errors. As more ground truth data becomes available in small-size SCOP folds, a higher classification accuracy is expected. The second reason for misclassifications is due to the overlapping of folds in the high-dimensional feature space. To further separate overlapping folds, our system needs more relevant features to detect the protein 3-D folding with sufficient discriminating power. Another possible reason for misclassifications is that SCOP may categorize a partial segment of a PDB protein chain (substructure) into a domain. Since our approach measures the global similarity of distance matrices for classification, users need to submit the portion of the protein chain identified in the SCOP domain to ensure a correct classification. In Figure 6, we measure the correlation between the classification accuracy and a structure variation value, S, for a query protein t and the best matched protein of t in our classified SCOP fold. For a pair of proteins (p1, p2), the structural variation S is defined as follows:
where RMSD means the root mean square deviation of aligned segments, and NA denotes the number of amino acids in the aligned segments of two proteins. Np1 and Np2 represent the number of amino acid residues in p1 and p2, respectively. These measurements are computed using SARF [28]. The smaller S value can be interpreted as a better structural match for two proteins p1 and p2. Two proteins that have a high structural similarity can usually be superimposed with longer aligned residue segments and a small RMSD value, resulting in a small S value. For example, the SARF algorithm aligns a query protein t with 100 amino acids and its best matched protein p1 with 100 amino acids and returns structurally similar segments with 90 amino acid residues and 0.3 Å of RMSD. Their structure variation value S is computed as 0.3/( The accuracy of recognizing the novel folds for newly-discovered proteinsSince no protein has been labeled with the novel folds in our 33-D ground truth data, the novel fold recognition becomes a challenging problem. To address this issue, we introduce three features: E_Measure evaluation score, structural variation value, and Euclidean distance measurement. These features measure structural similarity between a newly-discovered protein and the nearest neighbor protein in a candidate known fold suggested by the E-Predict algorithm. Then, our method applies the E-Predict algorithm as a classifier to identify meaningful patterns from ground truth data, which has been obtained by the aggregation of proteins in several prior SCOP releases. Computational results show that using these three features benefits the classification accuracy. Misclassifications of recognizing the novel folds for newly-discovered proteinsTo recognize the novel folds for newly-discovered protein structures, our classification model exploits three relevant features. With the assumption that protein structures in the novel folds usually present low structural similarities to proteins in the known folds, a high E_Measure evaluation score, a high Euclidean distance, and a high structural variation value are expected for newly-discovered protein structures from the novel folds. Due to noise in ground truth data and imperfect features, a few proteins in the novel folds may have a low structural variation value, a low E_Measure score, or a low Euclidean distance measurement. Even though our approach presents an improved accuracy over NN and C4.5 DT, there is still a need to discover more relevant features for better recognition performance. ConclusionWe have developed an automatic SCOP fold classification system that is able to assign the known SCOP folds and recognize the novel folds for newly-discovered proteins. For the known fold assignments, the algorithm transforms protein structures into 33-D feature vectors and constructs an M-tree to index these feature vectors for fast retrievals. The E-Predict algorithm is then applied to classify newly-discovered proteins in the known SCOP folds. For the novel fold recognitions, the algorithm utilizes three relevant features that are related to structural similarity of proteins. From the computational results, our method outperforms several structural alignment algorithms such as DALI, CE and VAST, achieving reasonably high classification accuracy and efficiency. This research can help accelerate the classification process of the SCOP database and benefit the biomedical research community to further study biochemical functions of proteins with similar 3-D structures. MethodsOur classification model, E-Predict, contains three primary functions. First, E-Predict assigns newly-discovered protein structures to the known SCOP folds. Second, E-Predict recognizes the novel folds for newly-discovered protein structures. Third, E-Predict indexes the high-dimensional protein data for a fast nearest neighbors search. Assigning newly-discovered proteins to the known foldsAccording to the SCOP hierarchical setting, proteins that share similar secondary structure arrangements are usually classified in the fold level [11]. The entire process of assigning newly-discovered proteins to the known folds is shown in Figure 7. The labeling procedure transforms protein structures from the SCOP database into 33-D feature vectors, which are labeled with their corresponding SCOP folds. These labeled proteins are then used as our ground truth data. The testing procedure converts newly-discovered proteins into feature vectors and submits these unlabeled vectors into a classifier to obtain possible SCOP fold assignments. In the following, we discuss several components of the entire process such as distance matrix generation, feature extraction, and classifier design.
Mapping 3-D backbone structures into 2-D distance matricesProteins are polypeptide chains, which are chained by 20 types of amino acids. Instead of considering the side chains of amino acids, many computational biology papers [6,9,15] use the Cα atom to describe each amino acid. In our model, the Cα backbone of the kth protein chain with n amino acids can be represented by a set of vectors, Ωk = {
Feature extractionIn the area of content-based image retrieval (CBIR), several computational techniques have been developed to retrieve visually similar images from databases for a query image [32-34]. When each element of the distance matrix is interpreted as a grayscale pixel, the distance matrix can be converted into a 2-D image. After preprocessing protein structures into grayscale images, we apply the CBIR technique to retrieve similar distance matrices in ranked order. In our previous work [17,19], we extract 24 local and 9 global features that are relevant to the visual content of distance matrices using a suite of computer vision algorithms such as histograms and textures [35-37]. To obtain local features, each distance matrix is partitioned into six band regions, which are parallel to the diagonal of the matrix. In each band, histograms are computed by four bins of distance ranges: [0–5], [6–10], [11–15], and [16-∞]. Since the distance matrix is symmetric, global features such as Entropy, Homogenity and Contrast are computed for the entire upper triangle of each distance image. Interested readers are referred to our previous publications [17,19] for details of the feature extraction algorithms applied in this work. The transformation of a distance matrix into a 33-D feature vector ensures each feature vector uniquely identifies a protein chain. Table 5 and Table 6 list the 24 local features and 9 global features extracted for proteins from the SCOP Heme-dependent peroxidases and Acid proteases folds, respectively. For a large-scale protein database such as the SCOP database, it is important to develop a classifier that groups proteins within the same fold and separates proteins from different folds. Table 5. Local features of proteins from the SCOP folds: (1)Heme-dependent peroxidases : 1stq_A, 1sog_A, (2) Acid proteases: 1lee_A, 1lf2_A. Histogram [a,b] denotes the distance histogram for the ath band region and the bth grayscale bin. Table 6. Global features of proteins from the SCOP folds: (1)Heme-dependent peroxidases: 1stq_A, 1sog_A, (2)Acid proteases: 1lee_A, 1lf2_A. Fold assignmentTo ensure high accuracy when classifying a newly-discovered protein, we have designed a novel method that extends algorithms from Information Retrieval (IR) [38]. For the assignment of newly-discovered proteins to the known folds, we first discuss two well-recognized methods, C4.5 Decision Tree (DT) [26] and Nearest Neighbor (NN) [25], and then our new approach, E-Predict, which achieves a better classification accuracy than C4.5 DT or NN. Decision tree approaches have been developed for classification in supervised machine learning [26]. Using a set of ground truth data that contains feature vectors of proteins and their associated fold labels, a classifier usually divides the high-dimensional feature space, discussed previously, into multiple subspaces, which are normally in the form of hyper-cubes or hyper-spheres. In the labeling process using C4.5 DT, the majority of proteins from the same fold are expected to be clustered into a small number of subspaces. Proteins from different folds are separated into different subspaces based on minimization of entropy. A newly-discovered protein can then be classified into one of the known subspaces for fold assignment by following decision features of internal tree nodes and their corresponding thresholds. However, a small number of proteins from the same SCOP fold with similar feature values may be partitioned into different leaf nodes by C4.5 DT due to their feature values, which are distributed around thresholds of internal nodes. With hundreds of folds in the SCOP database, the more proteins from different folds that have been grouped into a leaf node, the higher the probability of misclassification. Instead of partitioning the high-dimensional space, Nearest Neighbor (NN) [25] assigns a SCOP fold for a newly-discovered protein by searching for its nearest neighbor with the Euclidean distance measurement. Figure 9(a) shows that NN outperforms C4.5 DT by 13%, on average, for fold assignments using the test sets in
In this work, we have developed the E-Predict algorithm which applies the E_Measure metric [21] to calculate the ranking information of nearest neighbor proteins. E_Measure was originally developed to evaluate the effectiveness of retrieval systems in IR. The more relevant documents retrieved with high ranks, the higher the retrieval accuracy. In the context of IR, Precision and Recall are two commonly used metrics for evaluating the retrieval performance. Let nt be the total number of relevant documents in the database for a certain query t and s(R,i) be the rank of the top ith relevant document in the retrieved document set R with 1 ≤ i ≤ nt. Precision can be obtained by computing the ratio of the number of relevant documents retrieved to the total number of documents retrieved. For example, if the second relevant document is ranked seventh in R, (i.e. s(R, 2) = 7), then Precision(2) = For example, if there exist 11 relevant documents for query t, the second relevant document in the results will have Recall(2) = When a relevant document is highly ranked, a low E_Measure is expected. The effectiveness of a retrieval system ς can be evaluated by the summation of E_Measures for all nt relevant documents. In practice, the best IR system is the one with the smallest E_sum(ς). Instead of directly applying the above-mentioned evaluation method for our SCOP fold classification task, our E-Predict algorithm extends the method by visiting candidate folds in the top k nearest neighbor results R, and then ranking the folds using E_Measure. The E-Predict algorithm is shown in Appendix 1. From lines 2 to 16, the algorithm collects the SCOP folds of retrieved proteins in R into a set of candidate SCOP folds, II, with each candidate fold having at least nt proteins appearing in R. The algorithm then computes an evaluation score For fold F1, the pairs of (precision, recall) for these two proteins are (Precision(1) = According to Figure 3, there exists a significant number of small-size folds in the SCOP v1.69 release with 143 folds containing only one protein chain and 140 folds with two protein chains. When a newly-discovered protein belongs to a small-size fold, the algorithm might give a false positive due to insufficient ground truth data. To classify proteins in these small-size folds, we expect the NN search to retrieve a correct fold in the high-dimensional space by turning on a parameter λ in the E-Predict algorithm. Let P0 be the nearest neighbor protein of a query t in R and In the E-Predict algorithm, there exist two parameters, b and nt, that affect classification results. From our empirical observations, the best setting for the latest SCOP v1.69 release has b = 1.5 and nt = 6 with λ = on and k set to 500 nearest neighbors. Figure 9 shows comparisons of classification accuracies among E-Predict, NN, 3-NN, 5-NN, and C4.5 DT across seven test sets from Recognizing the novel folds for newly-discovered proteinsClassifying newly-discovered proteins into either the novel folds or the known folds has been identified as a two-class recognition problem [13]. Let v1, v2 and v3 denote three different SCOP releases in chronological order. To classify proteins from
Feature extractionFor a newly-discovered protein PN that does not belong to the known folds, we assume this protein has a low structural similarity to those proteins in the known folds. Under this assumption, we identify the three features that are used to achieve the novel fold recognition task. Figure 12 illustrates an example showing the three features for PN. The first feature,
Table 7. A comparison of the three features for proteins in the novel folds and the known folds. Novel fold recognitionWith the three features, labeling and testing procedures can be conducted to recognize the novel folds for newly-discovered proteins. According to the statistics in Table 2 for a certain release of the SCOP database, the majority of proteins are from the known folds. From our empirical observations, the classifier is biased to favor the known folds in a 3-D feature space with two overlapping classes. To reduce noise from the known folds, our model randomly selects an equal number of proteins from the known folds and the novel folds in the labeling procedure. We then apply the E-Predict algorithm to classify test proteins into either the novel folds or the known folds. Online index using the M-treeExhaustively searching for the nearest neighbors within a large-scale database such as the SCOP database is known to be computationally expensive. To improve the efficiency of k-NN search, we use an M-tree to index the high-dimensional feature vectors of proteins. The M-tree [27] scales well to support dynamic operations such as insert, delete and update. Each root node in a subtree maintains two values, a radius Rs and a prototype protein, that create a hyper-sphere in the high-dimensional feature space, As, to include all proteins within the subtree. During the Depth-First-Search(DFS) traversal, the M-tree algorithm maintains a priority queue with k slots to record the current k nearest neighbors. In addition, a radius centered at the query protein, Rq, defines a search space Aq. Initially, both Rq and Aq are set to ∞. Once a protein has been inserted into the queue, Rq is then updated by the maximum Euclidean distance between the current proteins in the queue and the query protein, resulting in a much smaller search space Aq. A fast nearest neighbor search is achieved by: 1) Applying the triangle inequality, the M-tree algorithm avoids traversing subtrees which do not overlap with the search space Aq. 2) Concurrently, Aq shrinks at a rapid rate due to the insertion of proteins in the queue. In our implementation, the M-tree indices have been properly organized into memory on several servers for a robust, fast nearest neighbor search. Web interfaceWe have implemented a web interface to suggest a set of known SCOP folds and to recognize the novel folds for newly-discovered proteins. Users are allowed to submit 3-D protein structures in the PDB format. Our system first converts protein structures into 33-D feature vectors. Then, an evaluation score for each fold is computed from the ranked results of a nearest neighbors search. In seconds, a ranked list of SCOP folds is displayed to the user. To aid in visually inspecting the classification results, a tool is provided to superimpose a known protein from a suggested fold on the query structure using the KiNG (Kinemage, Next Generation) graphic package http://kinemage.biochem.duke.edu/software/king.php webcite. In Figure 13, a 3-D superimposition view shows that the query protein is structurally similar to a known protein 9xim_A in the suggested fold. Our system, ProteinDBS-predict, is publicly accessible at http://ProteinDBS.rnet.missouri.edu/E-Predict.php webcite.
Authors' contributionsBoth CS and PC designed the algorithm. PC implemented related programs and a web-based interface. CS supervised the whole project. DX contributed technical advice and helped test the system. PC drafted the manuscript and all authors finalized it. All authors read and approved the final manuscript. Appendix. Appendix 1 E-Predict Algorithm AcknowledgementsThe authors would like to thank Dr.Tolga Can of University of Middle East Technical University, Ankara, Turkey for the classification results of DALI, CE, and VAST algorithms. This research was supported by the University of Missouri-Columbia Research Council. References
Have something to say? Post a comment on this article! |



on Google Scholar







author email
corresponding author email





Figure 1.

Figure 2.
Figure 3.







Figure 4.
Figure 5.
Figure 6.

Figure 7.


Figure 8.
Figure 9.
Figure 10.


















Figure 11.
Figure 12.
Figure 13.