Skip to main content

Identification and characterization of plastid-type proteins from sequence-attributed features using machine learning

Abstract

Background

Plastids are an important component of plant cells, being the site of manufacture and storage of chemical compounds used by the cell, and contain pigments such as those used in photosynthesis, starch synthesis/storage, cell color etc. They are essential organelles of the plant cell, also present in algae. Recent advances in genomic technology and sequencing efforts is generating a huge amount of DNA sequence data every day. The predicted proteome of these genomes needs annotation at a faster pace. In view of this, one such annotation need is to develop an automated system that can distinguish between plastid and non-plastid proteins accurately, and further classify plastid-types based on their functionality. We compared the amino acid compositions of plastid proteins with those of non-plastid ones and found significant differences, which were used as a basis to develop various feature-based prediction models using similarity-search and machine learning.

Results

In this study, we developed separate Support Vector Machine (SVM) trained classifiers for characterizing the plastids in two steps: first distinguishing the plastid vs. non-plastid proteins, and then classifying the identified plastids into their various types based on their function (chloroplast, chromoplast, etioplast, and amyloplast). Five diverse protein features: amino acid composition, dipeptide composition, the pseudo amino acid composition, Nterminal-Center-Cterminal composition and the protein physicochemical properties are used to develop SVM models. Overall, the dipeptide composition-based module shows the best performance with an accuracy of 86.80% and Matthews Correlation Coefficient (MCC) of 0.74 in phase-I and 78.60% with a MCC of 0.44 in phase-II. On independent test data, this model also performs better with an overall accuracy of 76.58% and 74.97% in phase-I and phase-II, respectively. The similarity-based PSI-BLAST module shows very low performance with about 50% prediction accuracy for distinguishing plastid vs. non-plastids and only 20% in classifying various plastid-types, indicating the need and importance of machine learning algorithms.

Conclusion

The current work is a first attempt to develop a methodology for classifying various plastid-type proteins. The prediction modules have also been made available as a web tool, PLpred available at http://bioinfo.okstate.edu/PLpred/ for real time identification/characterization. We believe this tool will be very useful in the functional annotation of various genomes.

Background

One of the major organelles in the plant cell is plastids; they perform essential biosynthetic and metabolic functions [1]. These functions include photosynthetic carbon fixation, synthesis of amino acids, fatty acids, starch and secondary metabolites such as pigments [2]. On the basis of their structure, pigment composition (color), metabolism and function, plastids are classified as 'chloroplasts' in photo-synthetically active tissues, 'chromoplasts' in fruits and petals, 'amyloplasts' in roots, 'etioplasts' in dark-grown seedlings and 'elaioplasts' that are found in the seed endosperm (Figure 1). Though plastids are of significant biological interest, current understanding of the metabolic functions and capacities of different plastid types is still limited [3]. Proteomics is a powerful approach to map the complete set of plastid proteins, and to infer plastid-type specific metabolic functions as well. Over the years, several proteomic analyses of plastids have been reported [4–11], although these come with limitations. Besides being time consuming, the experimental approaches face other constraints; for example, chloroplast proteome analysis is nearing saturation because the detection of new proteins is constrained by highly abundant photosynthetic proteins that dominate the proteome of photosynthetically active chloroplasts [12]. This has become more evident recently where the identical (or nearly identical) set of chloroplast proteins were repeatedly identified in different studies, whereas the reported detection rate of new proteins is small [13, 14].

Figure 1
figure 1

Plastid and its various types with their respective organelle function.

Moreover, in cases such as the ordered rearrangement of the proteome during plastid differentiation, profiling of static proteomes provides only limited information on proteome dynamics [1]. To circumvent these constraints and to increase proteome coverage, the development of highly efficient computational prediction tools is another complementary approach to provide useful global information about the plastid proteomes. Various proteomic approaches have led to the development of some databases available for plant plastids, for example, the Chloroplast Genome Database [2], plprot [13], PPDB [15]. However, there is no computational prediction system to identify and characterize various plastid types that could be used to classify 'unknown' proteins. TargetP is currently the most widely known prediction program with a tested prediction accuracy around 68% for known plastid proteins, suggesting that a significant number of proteins cannot be identified by this type of analysis [12, 16–19]. The most likely reason for this low performance is that TargetP is based on the presence of an N-terminal transit peptide region in a protein. In cases where there are alternate signals, it will fail to predict. It has been reported that plastid protein dynamics most likely also relate to different protein-targeting routes that exist in plastids [20]. This means that novel algorithms have to be developed based on whole amino acid sequence properties. Secondly, TargetP cannot predict the plastid type of a query protein e.g. whether it is a chloroplast, chromoplast, etioplast or an amyloplast protein. Previous attempts to predict plastid-types have been unsuccessful; several etioplast proteins are not predicted by TargetP for plastid localization [21].

In the current study, we have developed a prediction system for the genome-wide identification and classification of plastid proteins. This method works in two phases: first, distinction between plastid and non-plastid proteins, and second, classification of the identified plastid proteins into sub-classes (chloroplast, chromoplast, etioplast, and amyloplast). Various features of a protein sequence viz. Amino acid composition (AAC), Dipeptide composition (DIPEP), Pseudo Amino Acid Composition (PseAAC), Nterminal-Center-Cterminal (NCC) composition, and Physicochemical properties are explored in a Support Vector Machine (SVM) framework to develop diverse prediction models. In addition, the models have been tested on 'independent test' datasets for better confidence and reliability. An online tool, PLpred has also been developed for use by the research community. With the advances in recent genomics technology and more and more genomes being sequenced, there has been a spur in data generation lately. The predicted proteomes of these genomes thus need annotation at a much faster pace. We have developed a prediction method trained on 'known' plastid proteins, which could be used to annotate the 'unknown' proteins predicted from these genomic DNA sequences. We believe the current method would be a useful resource in this direction.

Methods

Dataset preparation

As the current method is developed in two phases, we discuss below the data collection and preparation separately. Data was collected accordingly from various online repositories.

(i). Phase-I (plastid vs. non-plastid): The amino acid sequences belonging to plastids were downloaded from the UniProt database (http://www.uniprot.org) by searching [keywords: plastids AND reviewed: yes], which gave 17,514 sequence hits. A similar number was collected for non-plastids by considering a combination of various classes such as nucleus, mitochondria, cytoplasm, Golgi body, cell membrane, peroxisome, vacuole, etc. However, the sequence number drastically reduced to 3535 in plastids and 3191 for non-plastids after we put a sequence identity cutoff of <30% (Table 1) on each of them using BlastClust [22]. To avoid homology bias in machine learning, a 25 or 30% sequence identity cutoff threshold is needed to guarantee that none of the proteins included in the benchmark datasets has greater than this threshold identity to any other sequences in the dataset [23–30]. This was done within class as well as across the classes. Further, about 10% of the data (316 sequences each for plastids and non-plastids) was kept aside for later independent testing of the models. Testing on independent datasets that are not used in a machine learning process has been reported to be the best benchmark to test the performance of various prediction models [29, 30]. Finally, 2844 plastid and 2844 non-plastid sequences were used as positive and negative training sets, respectively for developing the models (Table 1).

Table 1 Number of protein sequences for plastids and non-plastid class used in phase-I (identification) training/testing

(ii). Phase-II (plastid-types): A thorough search was performed in various databases such as UniProt, NCBI (http://www.ncbi.nlm.nih.gov/), plprot (http://www.plprot.ethz.ch/), PPDB (http://ppdb.tc.cornell.edu/) to search proteins of various plastid types viz. chloroplast, chromoplast, etioplast, amyloplast, leucoplast, elaioplast, proteinoplast etc. As expected, we found enough hits for 'chloroplast' as compared to other classes (Table 2). So to increase the number of sequences in other classes, we manually searched through literature related to proteomics studies in plastid types [5–10, 13, 21]. These sequences were carefully curated to each class and finally, a training set of four plastid types (chloroplast, chromoplast, etioplast, amyloplast) was generated to develop prediction models for plastid characterization (Table 3). These were further subjected to BlastClust analysis for <30% identity cutoff and an independent test data set was kept aside, as was done earlier in phase-I data preparation. As a result, in phase-II, 542 sequences for chloroplast, 177 for chromoplast, 220 for etioplast and 232 for amyloplast were used as a training set for classification (Table 3).

Table 2 Number of sequences available for plastid types in various online databases
Table 3 Number of protein sequences for various plastid types used in phase-II (classification) training/testing

Feature representation methods

The following diverse features were extracted from the protein sequences for use in a machine learning framework for developing prediction models in both phases:

Amino acid composition (AAC)

In this type of representation, each protein is defined by a 20-dimensional feature vector in Euclidean space. The protein corresponds to a point whose co-ordinates are given by the occurrence frequencies of the 20 constituent amino acids [29, 31]. For a query protein x, let f(xi) represents the occurrence frequencies of its 20 constituent amino acids. Hence the composition of the amino acids (Px) in the query protein is given by,

P ( x i ) = f ( x i ) ∑ i = 1 20 f ( x i ) i = 1 , 2 , 3 … ...20
(1)

Hence, the protein x in the composition space is defined as:

P ( x ) = [ P 1 ( x ) , P 2 ( x ) , … , P 2 0 ( x ) ]

Dipeptide composition (DIPEP)

To capture the global information about the protein sequence the dipeptide composition has been used for prediction of several protein's attributes such as structure, function and location [29, 30, 32]. In this representation, the occurrence frequencies of each dipeptide in the sequence is computed producing a fixed pattern length of 400 (20 × 20) for the query protein. Thus, the composition of the dipeptide is given as:

P ( x i , x j ) = f ( x i , x j ) ∑ i = 1 20 ∑ j = 1 20 f ( x i , x j ) i , j = 1 , 2 , 3 … ...20
(2)

where P(x i ,x j ) is the fraction of each (x i ,x j ) dipeptide and f(x i ,x j ) is the frequency of occurrence of (x i ,x j ) dipeptides, and the denominator represents the total number of all possible dipeptides.

Pseudo amino acid composition (PseAAC)

In composition based methods, protein sequence order and length information are completely lost, which in turn may affect the prediction accuracy of the model. To include all the details of its sequence order and length, Chou [33] proposed an effective way of representing known proteins as pseudo amino acid compositions (PseAAC) in his seminal study.

In this representation, the protein character sequence is coded by some of its physicochemical properties. Since the amphiphilic property (hydrophobicity and hydrophilicity) plays a very important role in protein folding, and functioning [34, 35], these two indices may be used to reflect effectively the sequence order effects.

Accordingly a protein sample (P) of length 'L' is represented in PseAAC form as:

P = p 1 ⋮ p 20 p 20 + 1 ⋮ P 20 + 2 λ
(3)

where

p u = { f u ∑ i = 1 20 f i + w ∑ j = 1 2 λ θ τ 1 ≤ u ≤ 20 ) w θ u ∑ i = 1 20 f i + w ∑ j = 1 2 λ θ τ ( 20 + 1 ≤ u ≤ 20 + 2 λ )
(4)

and

θ τ = 1 L − τ ∑ i = 1 L − τ ∅ ( P i , P i + τ ) τ = 1 , 2 , … … λ a n d λ < L
(5)
∅ P i , P j =H ( P i ) ×H ( P j )

where fi, i = 1, 2, ..., 20 are the normalized occurrence frequencies corresponding to 20 native amino acids in the protein P, the symbol θτ represents the j-tier sequence correlation factor computed using (4) with H(Pi) and H(Pj) representing hydrophobic and hydrophilic values of the amino acids Pi and Pj respectively and the symbol 'w' represents the weight factor, which governs the degree of the sequence order effect to be incorporated. In the present study, we have judicially chosen the weight as 0.1 and as 5 for better accuracy. In essence, the first 20 values in (3) represent the classic amino acid composition, the next 2λ values reflect the amphiphilic sequence correlation along the protein chain.

Terminal-based N-Center-C (NCC) amino acid composition

Many proteins in the cell contain important signal peptides at their N- or C-terminal region, which play as a marker for the subcellular location of the protein [30]. In this method, the amino acid composition of the N-terminal region, the C-terminal region, and the remaining center portion of protein sequence is computed separately and then concatenated together to represent a sample protein. The rationale is to provide more feature information to the SVM model based on the fact that percentage composition of a whole sequence may not give adequate weight to the compositional bias, which is known to be present in the protein terminus [29]. In this technique, a protein sample is represented as:

P x = [ A A C N - t e r m i n a l A A C C e n t e r r e g i o n A A C C - e r m i n a l ]
(6)

The AAC for each segment is computed using (1). Hence, a 60 dimensional feature vector is used to represent a protein. In an empirical study, the residue length of 25 was found to be the best compromise, both in phase-I and phase-II predictions.

Physicochemical property-based composition

The physicochemical properties of amino acids have been successfully used to predict protein function, structure, and subcellular locations [41, 53]. In this study, we grouped the amino acids of a protein into twenty physicochemical classes such as the charged residues, hydrophilic (polar) and neutral, basic polar or positively charged, acidic polar or negatively charged, aliphatic, aromatic, small, tiny, large, hydrophobic (non-polar) and aromatic, hydrophobic (non-polar) and neutral, amidic (contains amide group), cyclic, hydroxylic, sulfur-containing, h-bonding, acidic and their amide, ionizable, forms covalent cross-link (disulfide bond), and theoretical pI (isoelectric point). A detailed description of these classes is provided in Table 4. The composition of amino acids in each class is calculated as a feature to represent the protein. Thus, each protein in this method is represented by a 20 dimensional feature vector.

Table 4 Physicochemical properties used to represent a protein for predicting plastids and their types using SVM.

Similarity search-based PSI-BLAST module

In this study, we also performed PSI-BLAST based predictions in which a query sequence is searched based on its similarity against the non-redundant database; all of the UniProt/Swiss-Prot used as a target database. Previous studies have suggested that PSI-BLAST has the capability to detect remote homologies, and is thus preferred over the normal BLAST. It carries out an iterative search in which sequences found in one round are used to build a new score model for the next round of searching [36]. Three iterations were carried out at a best cut-off E-value of 0.001. This module was run separately for plastid and non-plastid data and the various plastid-type classes depending upon the similarity of the query protein to the proteins in the dataset. The module would return "unknown protein type" if no significant similarity is obtained. Accordingly, values for H (number of total hits), C (number of correct hits), P (percent of correct hits), and A (percent accuracy) are calculated to evaluate the PSI-BLAST based prediction performance.

Support Vector Machine (SVM)

Support Vector Machine is a class of learning machines based on optimization principle from statistical learning theory, originally introduced by Vapnik and co-workers [37, 38] about two decades ago. It has been well studied and extensively applied in the areas of pattern recognition, regression and classification problems in various fields of science and engineering, for example: predicting protein subcellular localization [19, 29, 30, 32, 39–42], classifying microarray data [43], predicting protein secondary structure [44, 45], forecasting disease [46], predicting membrane protein type [47] and many other areas. In classification problems, the objective of SVM is to separate the training data with a maximum margin while maintaining reasonable computing efficiency. To handle the multi-class classification, a simple strategy is used by reducing the multi-classification to a series of binary classifications. The popular methods include One-Versus-Rest (OVR), One-Versus-One (OVO), and Directed Acyclic Graph Support Vector Machines (DAGSVM). In this work, we followed the OVO method for the multi-classification problem. More details of the theory of SVM have been described elsewhere [37, 38].

To develop various classifiers, we have used SVM_light [48], a freely downloadable package of SVM (http://svmlight.joachims.org/). This software enables the user to define a number of parameters besides allowing a choice of built-in kernel functions, including linear, polynomial, and radial basis function (RBF). In our preliminary study, it was elucidated that the RBF kernel performed better than the linear and polynomial kernels (data not shown). Therefore, we used the RBF kernel in all further analysis and have presented the results accordingly.

Training/testing schema: In both steps, the training data was transformed into a five-fold cross-validation scheme, where the dataset is divided into five different parts. Four parts are combined to form one training set and the models developed from this set are then tested on the fifth part (called testing set). This process is repeated five times changing the training/testing set each time, and is thus called five-fold cross-validation. In addition, we have also tested the performance of our models on independent test datasets, those that have not been used in any kind of machine learning.

Evaluation parameters: The performance of models developed in both the phase-I (single class) and phase-II (multi class) predictions is evaluated based on the following standard parameters:

Sensitivity or coverage of positive examples: It is the percent of plastid proteins correctly predicted,

Sensitivity ( S n ) = T P T P + F N
(7)

Specificity or coverage of negative examples: It is percent of non-plastids correctly predicted as non-plastid proteins,

Specificity ( S p ) = T N T N + F P x 100
(8)

Accuracy: It is the percentage of correctly predicted proteins (plastids and non-plastids proteins),

Accuracy ( A c c ) = T P + T N T P + F N + F P + F N x 100
(9)

Precision: It is the percentage of positive predictions those are correct calculated as:

Precision = T P T P + F P x 100
(10)

Rate of False Predictions (RFP): also known as False Discovery Rate (FDR), is the expected percent of false predictions in the set of predictions,

Rate of False Prediction RFP = F P T P + F P x 100
(11)

Error Rate: gives an overall idea about the total percentage of wrong predictions calculated as:

Error Rate ER = F P + F N T P + F N + F P + T N x 100
(12)

Matthews correlation coefficient (MCC): considered to be the most robust parameter of any class prediction method. MCC equal to 1 is regarded as perfect prediction while 0 for completely random prediction.

M C C = ( T P x T N ) - ( F P x F N ) ( T P + F P ) ( T P + F N ) ( T N + F P ) ( T N + F N )
(13)

where TP = True Positives, TN = True Negatives, FP = False Positives, and FN = False Negatives.

In addition, we also plot Receiver Operating Characteristic (ROC) curves and calculate the Area Under Curve (AUC) for each of the classifiers.

Results and discussion

At first, we will describe the homology-based prediction results and then, the SVM-based performance for both the phases of plastid-types prediction, including testing on independent datasets.

(i). Homology-based PSI-BLAST

A biologist would always want to first check the similarity-based predcitions as is done usually in research labs. We performed PSI-BLAST of the 2844 positive set and 2844 negative set proteins against the UniProt/Swiss-Prot datatbase. Results in Table 5 show that, although the negative set proteins could be predicted with about 82% accuracy, the positive proteins are only correctly annotated with about 50% accuracy. About 1443 plastid preoteins are correctly predicted out of 2844. Thus a significant fraction of the positive set (~50%) could not be predicted using a homology-based approach. In phase-II, the performance of Psi-Blast was even worse. Only 167 chloropast proteins could be predicted correctly out of 542 in the query set with an accuracy of about 31% (Table 5). Other plastid-type results: chromoplast (9.61%), amyloplast (18.10%) and etioplast (1.82%) show that the similarity-based approach fails in characterizing various forms of plastids. Machine learning-based algorithms such as using the SVMs are thus a good alternative for prediction purposes. We describe here the SVM results in detail for both the steps separately.

Table 5 Overall performance of homology-based (PSI-BLAST) prediction for the identification of plastid vs. non-plastid proteins and the classification of diverse plastid-types.

(ii). Phase-I: SVM-based identification of plastid proteins

First, the amino acid frequencies of both plastid and non-plastid proteins were compared. Figure 2 shows a bar-graph comparing the amino acid frequencies of plastid and non-plastid proteins, concluding that there is a significant variation in both the compositions. The statistical significance of this variation was assessed with a p-value, estimated with a two-tailed Student's t-test (Additional file 1: Table S1). A summary of the observations as reported in Table S1 and Figure 2 indicate that the composition of 11 amino acids viz. Ala (A), Cys (C), Ile (I), Met (M), Pro (P), Val (V), Asp (D), His (H), Lys (K), Ser (S), and Trp (W) is significantly different in plastids and non-plastids. Secondly, to have more understanding in the variation of compositional features, we grouped the amino acids into seven classes based on the chemical and/or structural properties of their side chains viz. aliphatic, aromatic, acidic, basic, hydroxylic, Sulfur-containing, and amidic. We assessed the significance of difference by the t-test and listed in Table S2 (Additional file 1). The p-values at 0.05 level of significance shows that aromatic, hydroxylic and sulfur-containing amino acids vary significantly in plastids and non-plastids.

Figure 2
figure 2

A comaprative bar-graph of amino acid composition differences in plastid and non-plastid proteins.

These two tests show that it is possible to develop various composition-based models for distinguishing plastid and non-plastid proteins. In a five-fold cross-validation approach, the simple amino acid composition-based model achieves a sensitivity of 85.37%, prediction accuracy of 85.51% with a MCC of 0.71 (Table 6). The precision rate is also more than 85%, which shows that plastid proteins could be predicted with a high positive prediction rate. Many researchers have reported the usefulness of amino acid composition for prediction purposes, e.g. in prediction of subcellular localization [49, 50]; and how it carries a signal, almost entirely due to the surface residues that identifies the subcellular location [51]. Next, we developed a PseAAC classifier. The performance increased with a sensitivity of 89.45%, accuracy of 86.20% and a slight increase in the MCC (0.73) (Table 6). The PseAAC approach takes into consideration the composition, based on physicochemical properties and also includes the correlation factors associated with the protein chain, thus providing better and more dimensional information to the SVM.

Table 6 Overall performance of various feature classifiers in 5-fold cross-validation for the identification of plastid vs. non-plastid proteins (phase- I)

To include more diverse information, we further develop a dipeptide composition-based model. This classifier achieves the highest MCC (0.74) of all models with a slight increase in accuracy (86.80%) and a significant reduction in the rate of false prediction (14.12%). It has been reported in earlier studies that dipeptide composition performs better as compared to the simple amino acid composition [29, 30, 32], because it also provides the sequence order information along with the composition. Next, we compared the results of NCC and physicochemical property-based composition models. The physicochemical model, with an overall sensitivity of 79.57% and MCC of 0.61, did not perform well in predicting the plastid proteins comparatively. The NCC-based classifier achieves an accuracy of 86.90 % with a MCC of 0.74, which is at par with the DIPEP model, although the sensitivity was less in comparison. However, it achieves a higher specificity (89.66%) and precision (89.06%) value, with a lower RFP (10.94%) of all the models. Thus, for distinguishing plastid vs non-plastid proteins, both the DIPEP and NCC classifiers could be used efficiently, as both achieve the best MCC of 0.74 with higher accuracies (~87%). To check this further, we plot ROC curves for each of the models as discussed below. Please note: Table 6 is the overall performance of prediction modules at 0.0 threshold score of SVM. Individual performances of these classifiers at all values of threshold (-1.2 to 1.2) are available in the Supplementary Material (Additional file 1: Tables S3-S7).

ROC curves: A plot of ROC curve is a statistical measure, which depicts the relationship between True Positive Rate (TPR) and the False Positive Rate (FPR, i.e. 1-specificity) for a binary classifier system as its discrimination threshold is varied. Figure 3 depicts the ROC curves for each of the five classifiers developed. It shows that the curves for DIPEP and NCC models are closer to the left side of the chart, primarily because they have very high specificity values at all the thresholds. This is a desirable characteristic of ROC curves. We also calculated the AUC values for each model (Figure 3), which shows that the AUC of 0.79 and 0.80 for the DIPEP and the NCC model, respectively are better than the others. The AUC specifies the probability that when we draw one positive and one negative example at random, the decision function assigns a higher value to the positive than to the negative example. So in phase-I prediction, we judged the DIPEP and NCC models as the best classifiers for predicting plastid vs. non-plastid proteins.

Figure 3
figure 3

ROC curve for all five classifiers (AAC, PseAAC, DIPEP, NCC, PhysicoChem) in phase-I prediction; plastid vs. non-plastid proteins identification. AUC = Area Under Curve, AAC = amino acid composition, PseAAC = pseudo amino acid composition, DIPEP = dipeptide composition, NCC = Nterminal-Center-Cterminal composition, PhysicoChem = Protein physicochemical properties.

Performance on independent set: As mentioned in the methodology section, testing on independent datasets is considered to be another approach to judge the overall performance of a classifier, as they are not used in a machine learning process. Our independent set consists of 316 sequences each in positive as well as negative datasets. We run all five classifiers through these datasets separately. Table 7 shows that although the sensitivity values for AAC (69.30%), PseAAC (68.35%), NCC (65.82) and Physciochemical (68.35) model are higher than DIPEP (60.44%), they have lower specificity and precision values with a higher RFP. In machine learning, it is very important to have a balance between the sensitivity and specificity values to judge the overall performance of a classifier. The DIPEP model depicts the highest positive prediction rate of 89.25% with a very high specificity of 92.72%, which means that the RFP is the lowest (10.75%) of all the classifiers (Table 7). Accordingly, it would be wise to adjudge the DIPEP-based model as a better performing classifier. Individual performances of these five classifiers on independent test sets at all values of threshold (-1.2 to 1.2) are available in the Supplementary Material (Additional file 1: Table S13-S17).

Table 7 Overall performance of various feature classifiers on an 'independent test' dataset for the identification of plastid vs. non-plastid proteins (phase-I)

(iii). Phase-II: SVM-based classification of plastid-type proteins

In the current study, one of our major goals was to predict various plastid-types based on their function. So the proteins that are identified as plastids from phase-I would be further classified into one of its sub classes using the prediction models developed in phase-II. Similar to the phase-I, we first compared the amino acid compositions among various plastid types under study; chloroplast, chromoplast, etioplast and amyloplast (Figure 4). We assessed the significance of the amino acid compositions using Student's t-test and found that there exists a statistically significant variation in discriminating various plastid types. The p-values of the significance test are listed in Table S1 (Additional file 1). Secondly, as done in phase-I, we also compared the physicochemical property-based difference among the plastid types based on grouping the amino acids into seven classes (Table S2). Based on the t-test, we observed that the aliphatic, aromatic, acidic, basic and hydroxylic amino acids have significant variation in most of the plastid types. The above comparison shows that there exists a significant difference in compositions among various sub classes of plastids, which is used as a basis to develop various prediction models in this study.

Figure 4
figure 4

A comparative bar-graph of amino acid composition differences among various plastid-types; amyloplast, chromoplast, chloroplast and etioplast proteins.

The overall performance of the five multi-class models; AAC, PseAAC, DIPEP, NCC and Physicochemical-based is depicted in Table 8. The simple AAC model achieves a sensitivity of about 60% with an accuracy of 77.45% and precision 59%. The MCC is 0.40. Using PseAAC improved the results slightly, predicting plastid sub-classes with an overall accuracy of about 78% and MCC = 0.41. The NCC model show comparable results with an overall accuracy of 78.39%, sensitivity 60.97 % and MCC of 0.42. Comparatively, the physicochemical model achieves less accuracy with a sensitivity of 56.74% and MCC 0.36 only. However, we note that the DIPEP classifier again performs better as compared to the other features with an overall sensitivity of 62.26%, accuracy of 78.60% and a better MCC of 0.44. The precision rate is also high, about 63%. This shows that the DIPEP feature works well in both the phases of plastid prediction and can be used for annotation purposes. The performances of these five classifiers individually on each plastid-type category can be found in the Supplementary Material (Additional file 1: Table S8-S12).

Table 8 Overall performance of various feature classifiers in 5-fold cross-validation for the classification of diverse plastid-types* (phase-II)

It is worth mentioning that prediction performance falls significantly in phase-II compared to the phase-I prediction process. This might be due to the fact that all of the sub-classes of plastids have common targeting signals (e.g. the transit peptides), as all still belong to one class 'plastids' and thus, it may be very difficult to distinguish their individual patterns by machine learning. However the overall amino acid composition varied significantly among them (Figure 4, and Additional file 2: Figure S1), which contributed towards respectable prediction accuracies as shown in Table 8. Combined, the results show that the plastid types could be categorized computationally with a statisfactory performance level. Although the models need more refinement, which we plan to do in the future, as, and when, more plastid-type training data is added to various repositories.

ROC curves: Figure 5 shows the ROC curves for the four sub-classes of plastids. As the DIPEP-based model shows better performance in five-fold cross-validation, we use this classifier to draw ROC plots. As expected, the 'chloroplast' class shows a better ROC plot compared to other classes. A more precise way of evaluating the performance is to calculate the AUC. The closer the area to 0.5, the poorer the method, and the closer to 1.0, the better the method. The AUC for chloroplast (0.80) is the highest of all, which indicates that the "chloro" type plastids are more easily identifiable than other plastids. The other sub-classes viz. chromoplast (AUC = 0.59), etioplast (AUC = 0.66) and amyloplast (AUC = 0.65) achieve a satisfactory level of area under curve values.

Figure 5
figure 5

ROC curves for the best classifier (Dipeptide composition-based) in phase-II prediction, i.e. classification of various plastid types (chloroplast, chromoplast, etioplast, amyloplast). Values in parentheses represent Area Under Curve (AUC).

Performance on an independent dataset: As in phase-I, we also tested the phase-II models on an independent dataset that contains 60 chloroplast sequences, 17 chromoplast, 24 etioplast and 23 amyloplast type proteins. The overall performance of each classifier is depicted in Table 9 and the individual performances on each subclass are available in the Supplementary Material (Additional file 1: Tables S18-S22). As with the 5-fold results, the DIPEP-based model outperformed the other classifiers and achieved an overall sensitivity of 61.29% with an accuracy of about 75%. The rate of positive class prediction, precision (~74%) was also high with the DIPEP feature (Table 9). The NCC-based classifier performed almost at par with the DIPEP model with the same sensitivity and MCC values, although with a lower precision value (60.42%).

Table 9 Overall performance of various feature classifiers on an 'independent test' dataset for the classification of diverse plastid-types* (phase-I I)

Overall, the above results suggest that it is possible to categorize plastid proteins into various plastid-types using machine learning approaches with a moderate to high accuracy; the similarity-based module showed very low performance in this study. Although we achieved a significantly high prediction performance in phase-I to distinguish plastid vs. non-plastid proteins, the performances of the models developed in phase-II were not so outstanding. As this is a first attempt to develop prediction models for plastid types based on their function, we achieved a satisfactory level of accuracy. One possible reason for the lower success level is that very few training sequences are available in classes such as chromoplast, etioplast and amyloplast and are almost negligible in other subtypes. Although experimental proteomics approaches have generated a considerable amount of data, more training data is needed to develop highly accurate and efficient prediction models. A second possible reason is that there might be very small differences in sequences among plastid-types, making it very challenging for machine learning modules to distinguish among them. We were able to achieve about 79% prediction accuracy in phase-II with a MCC of 0.44 and precision of 63%, which shows that it is certainly possible to classify plastid-types through machine learning. With the increase in datasets and also by applying novel algorithmic approaches, we will refine these models in future and make available on the PLpred web server.

(iv). Comparison with existing plastid localization predictors

Although there are no existing tools to predict plastid subtypes, there are some web tools available for predicting the plastid localized proteins from the primary sequence information. We compared the performance of our phase-I models in distinguishing the plastid vs. non-plastid proteins with two widely used tools TargetP [52] and WoLF PSORT [53] along with two other recently developed predictors; YLoc-HiRes [54] and iLoc-Plant [55]. The performance of these methods was compared using the same independent dataset containing 316 plastid and 316 non-plastid proteins (Table 10). As both DIPEP and NCC models from our phase-I achieved almost the same results, we used both these models for comparison; results are presented separately. Results in Table 10 show that our method achieves a higher prediction accuracy of about 77% with a MCC of 0.56 as compared to other tools. The MCC achieved by other four tools is between 0.32 and 0.44 with overall prediction accuracies around 66%, which is 11% lower than our method. Within the existing tools, TargetP and Wolf PSORT show better results than YLoc and iLoc-Plant in correctly identifying the plastid proteins by providing higher sensitivity. Although our method outperform all other methods compared in this study by achieving high values for all the evaluation parameters. Thus, PLpred can be used as an efficient tool for predicting plastid proteins.

Table 10 Overall performance comparison of our method with the existing web tools for predicting plastid proteins.

Conclusion

Plastids, found in plants and algae, are the major site of manufacture and storage of important chemical compounds used by the cell. In plants, they are differentiated into various forms, depending upon which function they play in the cell such as the chloroplast, chromoplast, etioplast, amyloplast etc. Recent proteomics approaches have generated an adequate amount of protein data in each of these sub classes. However, large-scale plastid proteomics has become difficult and is nearing saturation due to several constraints as discussed. On the other hand, with the emphasis on genome sequencing and more and more data being generated rapidly, there is a need for accurate computational systems that could be used for genome-wide annotation of various plant genomes. To date, there is no prediction system that can be used to categorize plastid proteins into their various functional types. The current work is an attempt in that direction where we explore homology-based as well as machine learning approaches to classify plastid protein types.

The similarity-based approach showed very weak performance indicating the need and importance of machine learning algorithms. Our benchmark tests on diverse training and testing data showed that it is possible to develop prediction models to distinguishing various plastid-types just from their sequences. Our SVM-based method works in two phases; it first identifies a query protein as plastid or non-plastid with high accuracy and then, further classifies the identified sequences into one of the four plastid subclasses under study. Although we will be further refining the phase-II models with the increase in data availability, the current method should be applicable to the annotation of various available proteomes.

Abbreviations

SVM:

Support Vector Machine

AAC:

Amino acid composition

PseAAC:

Pseudo amino acid composition

DIPEP:

Dipeptide composition

MCC:

Matthews correlation coefficient

RBF:

Radial Basis Function

TP:

True positive

TN:

True negative

FP:

False positive

FN:

False negative.

References

  1. Kleffmann T, von Zychlinski A, Russenberger D, Hirsch-Hoffmann M, Gehrig P, Gruissem W, Baginsky S: Proteome dynamics during plastid differentiation in rice. Plant physiology. 2007, 143 (2): 912-923.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  2. Cui L, Veeraraghavan N, Richter A, Wall K, Jansen RK, Leebens-Mack J, Makalowska I, dePamphilis CW: ChloroplastDB: the Chloroplast Genome Database. Nucleic acids research. 2006, 34 (Database): D692-696.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Gewolb J: Bioengineering: plant scientists see big potential in tiny plastids. Science. 2002, 295: 258-259. 10.1126/science.295.5553.258.

    Article  PubMed  Google Scholar 

  4. Baginsky S, Grossmann J, Gruissem W: Proteome analysis of chloroplast mRNA processing and degradation. Journal of proteome research. 2007, 6 (2): 809-820. 10.1021/pr060473q.

    Article  CAS  PubMed  Google Scholar 

  5. Siddique MA, Grossmann J, Gruissem W, Baginsky S: Proteome analysis of bell pepper (Capsicum annuum L.) chromoplasts. Plant & cell physiology. 2006, 47 (12): 1663-1673. 10.1093/pcp/pcl033.

    Article  CAS  Google Scholar 

  6. Balmer Y, Vensel WH, Cai N, Manieri W, Schurmann P, Hurkman WJ, Buchanan BB: A complete ferredoxin/thioredoxin system regulates fundamental processes in amyloplasts. Proc Natl Acad Sci USA. 2006, 103: 2988-2993. 10.1073/pnas.0511040103.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  7. Andon NL, Hollingworth S, Koller A, Greenland AJ, Yates JR, Haynes PA: Proteomic characterization of wheat amyloplasts using identification of proteins by tandem mass spectrometry. Proteomics. 2002, 2 (9): 1156-1168. 10.1002/1615-9861(200209)2:9<1156::AID-PROT1156>3.0.CO;2-4.

    Article  CAS  PubMed  Google Scholar 

  8. Zeng Y, Pan Z, Ding Y, Zhu A, Cao H, Xu Q, Deng X: A proteomic analysis of the chromoplasts isolated from sweet orange fruits [Citrus sinensis (L.) Osbeck]. Journal of Experimental Botany. 2011, 62 (15): 5297-5309. 10.1093/jxb/err140.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  9. Balmer Y, Vensel WH, DuPont FM, Buchanan BB, Hurkman WJ: Proteome of amyloplasts isolated from developing wheat endosperm presents evidence of broad metabolic capability. Journal of Experimental Botany. 2006, 57 (7): 1591-1602. 10.1093/jxb/erj156.

    Article  CAS  PubMed  Google Scholar 

  10. Dupont FM: Metabolic pathways of the wheat (Triticum aestivum) endosperm amyloplast revealed by proteomics. BMC Plant Biology. 2008, 8: 39-10.1186/1471-2229-8-39.

    Article  PubMed Central  PubMed  Google Scholar 

  11. Barsan C, Sanchez-Bel P, Rombaldi C, Egea I, Rossignol M, Kuntz M, Zouine M, Latche A, Bouzayen M, Pech JC: Characteristics of the tomato chromoplast revealed by proteomic analysis. Journal of Experimental Botany. 2010, 61: 2413-2431. 10.1093/jxb/erq070.

    Article  CAS  PubMed  Google Scholar 

  12. Baginsky S, Kleffmann T, von Zychlinski A, Gruissem W: Analysis of shotgun proteomics and RNA profiling data from Arabidopsis thaliana chloroplasts. J Proteome Res. 2005, 4: 637-640. 10.1021/pr049764u.

    Article  CAS  PubMed  Google Scholar 

  13. Kleffmann T, Hirsch-Hoffmann M, Gruissem W, Baginsky S: plprot: a comprehensive proteome database for different plastid types. Plant Cell Physiol. 2006, 47: 432-436. 10.1093/pcp/pcj005.

    Article  CAS  PubMed  Google Scholar 

  14. Peltier JB, Cai Y, Sun Q, Zabrouskov V, Giacomelli L, Rudella A, Ytterberg AJ, Rutschow H, van Wijk KJ: The oligomeric stromal proteome of Arabidopsis thaliana chloroplasts. Mol Cell Proteomics. 2006, 5: 114-133.

    Article  CAS  PubMed  Google Scholar 

  15. Sun Q, Zybailov B, Majeran W, Friso G, Olinares PD, van Wijk KJ: PPDB, the Plant Proteomics Database at Cornell. Nucleic acids research. 2009, 37 (Database): D969-974. 10.1093/nar/gkn654.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  16. Emanuelsson O, Nielsen H, Brunak S, von Heijne G: Predicting subcellular localization of proteins based on their N-terminal amino acid sequence. J Mol Biol. 2000, 300: 1005-1016. 10.1006/jmbi.2000.3903.

    Article  CAS  PubMed  Google Scholar 

  17. Kleffmann T, Russenberger D, von Zychlinski A, Christopher W, Sjolander K, Gruissem W, Baginsky S: The Arabidopsis thaliana chloroplast proteome reveals pathway abundance and novel protein functions. Current Biology. 2004, 14: 354-362. 10.1016/j.cub.2004.02.039.

    Article  CAS  PubMed  Google Scholar 

  18. Richly E, Leister D: An improved prediction of chloroplast proteins reveals diversities and commonalities in the chloroplast proteomes of Arabidopsis and rice. Gene. 2004, 329: 11-16.

    Article  CAS  PubMed  Google Scholar 

  19. Nair R, Rost B: Mimicking cellular sorting improves prediction of subcellular localization. J Mol Biol. 2005, 348: 85-100. 10.1016/j.jmb.2005.02.025.

    Article  CAS  PubMed  Google Scholar 

  20. Jarvis P, Robinson C: Mechanisms of protein import and routing in chloroplasts. Current Biology. 2004, 14: R1064-R1077. 10.1016/j.cub.2004.11.049.

    Article  CAS  PubMed  Google Scholar 

  21. von Zychlinski A, Kleffmann T, Krishnamurthy N, Sjölander K, Baginsky S, Gruissem W: Proteome analysis of the rice etioplast: metabolic and regulatory networks and novel protein functions. Mol Cell Proteomics. 2005, 4 (8): 1072-1084. 10.1074/mcp.M500018-MCP200.

    Article  CAS  PubMed  Google Scholar 

  22. Dondoshansky WY: BLASTCLUST - BLAST score-based single-linkage clustering. 2000

    Google Scholar 

  23. Chou KC, Shen HB: Predicting eukaryotic protein subcellular location by fusing optimized evidence-theoretic K-nearest neighbor classifiers. Journal of Proteome Research. 2006, 5: 1888-1897. 10.1021/pr060167c.

    Article  CAS  PubMed  Google Scholar 

  24. Chou KC, Shen HB: Hum-PLoc: a novel ensemble classifier for predicting human protein subcellular localization. Biochem Biophys Res Commun. 2006, 347: 150-157. 10.1016/j.bbrc.2006.06.059.

    Article  CAS  PubMed  Google Scholar 

  25. Briesemeister S, Blum T, Brady S, Lam Y, Kohlbacher O, Shatkay H: SherLoc2: A High-Accuracy Hybrid Method for Predicting Subcellular Localization of Proteins. Journal of Proteome Research. 2009, 8: 5363-5366. 10.1021/pr900665y.

    Article  CAS  PubMed  Google Scholar 

  26. Yu CS, Chen YC, Lu CH, Hwang JK: Prediction of protein subcellular localization. Proteins: Structure, Function, and Bioinformatics. 2006, 64 (3): 643-651. 10.1002/prot.21018.

    Article  CAS  Google Scholar 

  27. Su EC, Chiu HS, Lo A, Hwang JK, Sung TY, Hsu WL: Protein subcellular localization prediction based on compartment-specific features and structure conservation. BMC Bioinformatics. 2007, 8: 330-10.1186/1471-2105-8-330.

    Article  PubMed Central  PubMed  Google Scholar 

  28. Casadio R, Martelli PL, Pierleoni A: The prediction of protein subcellular localization from sequence: a shortcut to functional genome annotation. Briefings in Functional Genomics. 2008, 7 (1): 63-73. 10.1093/bfgp/eln003.

    Article  CAS  Google Scholar 

  29. Kaundal R, Saini R, Zhao PX: Combining Machine Learning and Homology-Based Approaches to Accurately Predict Subcellular Localization in Arabidopsis. Plant Physiology. 2010, 154: 36-54. 10.1104/pp.110.156851.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  30. Kaundal R, Raghava GPS: RSLpred: an integrative system for predicting subcellular localization of rice proteins combining compositional and evolutionary information. Proteomics. 2009, 9 (9): 2324-2342. 10.1002/pmic.200700597.

    Article  CAS  PubMed  Google Scholar 

  31. Sahu SS, Panda G: A novel feature representation method based on Chou's pseudo amino acid composition for protein structural class prediction. Computational Biology and Chemistry. 2010, 34: 320-327. 10.1016/j.compbiolchem.2010.09.002.

    Article  CAS  PubMed  Google Scholar 

  32. Garg A, Bhasin M, Raghava GPS: Support vector machine-based method for subcellular localization of human proteins using amino acid compositions, their order, and similarity search. Journal of Biological Chemistry. 2005, 280: 14427-14432. 10.1074/jbc.M411789200.

    Article  CAS  PubMed  Google Scholar 

  33. Chou KC: Prediction of protein cellular attributes using pseudo amino acid composition. Proteins. 2001, 43: 246-255. 10.1002/prot.1035.

    Article  CAS  PubMed  Google Scholar 

  34. Jiang X, Wei R, Zhang TL, Gu Q: Using the concept of Chou's pseudo amino acid composition to predict apoptosis proteins subcellular location: an approach by approximate entropy. Protein Peptide Lett. 2001, 15: 392-396.

    Article  Google Scholar 

  35. Zhang TL, Ding YS, Chou KC: Prediction protein structural classes with pseudo-amino acid composition: approximate entropy and hydrophobicity pattern. J Theor Biol. 2008, 250: 186-193. 10.1016/j.jtbi.2007.09.014.

    Article  CAS  PubMed  Google Scholar 

  36. Altschul SF, TL M, AA S, J Z, Z Z, W M, DJ L: Gapped Blast and PSI-Blast: a new generation of protein database search programs. Nucleic Acids Res. 1997, 25: 3389-3402. 10.1093/nar/25.17.3389.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  37. Cortes C, Vapnik V: Support vector networks. Machine Learning. 1995, 20: 273-293.

    Google Scholar 

  38. Vapnik V: The Nature of Statistical Learning Theory. 1995, Springer, New York

    Chapter  Google Scholar 

  39. Hua S, Sun Z: Support vector machine approach for protein subcellular localization prediction. Bioinformatics. 2001, 17: 721-728. 10.1093/bioinformatics/17.8.721.

    Article  CAS  PubMed  Google Scholar 

  40. Park KJ, Kanehisa M: Prediction of protein subcellular locations by support vector machines using compositions of amino acids and amino acid pairs. Bioinformatics. 2003, 19: 1656-1663. 10.1093/bioinformatics/btg222.

    Article  CAS  PubMed  Google Scholar 

  41. Bhasin M, Raghava GPS: ESLpred: SVM-based method for subcellular localization of eukaryotic proteins using dipeptide composition and PSI-BLAST. Nucleic Acids Research. 2004, 32: 414-419. 10.1093/nar/gkh350.

    Article  Google Scholar 

  42. Xie D, Li A, Wang M, Fan Z, Feng H: LOCSVMPSI: a web server for subcellular localization of eukaryotic proteins using SVM and profile of PSI-BLAST. Nucleic Acids Research. 2005, 33: 105-110.

    Article  Google Scholar 

  43. Brown MPS, Grundy WN, Lin D, Cristianini N, Sugnet CW, Furey TS, Ares M, Haussler D: Knowledge-based analysis of microarray gene expression data by using support vector machines. Proc Natl Acad Sci. 2000, 97: 262-267. 10.1073/pnas.97.1.262.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  44. Ward JJ, McGuffin LJ, Buxton BF, Jones DT: Secondary structure prediction with support vector machines. Bioinformatics. 2003, 19: 1650-1655. 10.1093/bioinformatics/btg223.

    Article  CAS  PubMed  Google Scholar 

  45. Ding CHQ, Dubchak I: Multi-class protein fold recognition using support vector machines and neural networks. Bioinformatics. 2001, 17 (4): 349-358. 10.1093/bioinformatics/17.4.349.

    Article  CAS  PubMed  Google Scholar 

  46. Kaundal R, Kapoor AS, Raghava GPS: Machine learning techniques in disease forecasting: a case study on rice blast prediction. BMC Bioinformatics. 2006, 7: 485-10.1186/1471-2105-7-485.

    Article  PubMed Central  PubMed  Google Scholar 

  47. Cai YD, Zhou GP, Chou KC: Support vector machines for predicting membrane protein types by using functional domain composition. J Biophys. 2003, 84: 3257-3263. 10.1016/S0006-3495(03)70050-2.

    Article  CAS  Google Scholar 

  48. Joachims T: Advances in Kernel Methods - Support Vector Learning. Edited by: Schölkopf B, Burges C, Smola A. 1999, MIT-Press, Massachusetts, 41-56.

    Google Scholar 

  49. Cedano J, Aloy P, Perez-Pons JA, Querol E: Relation Between Amino Acid Composition and Cellular Location of Proteins. Journal of Molecular Biology. 1997, 266: 594-600. 10.1006/jmbi.1996.0804.

    Article  CAS  PubMed  Google Scholar 

  50. Benedito VA, Li H, Dai X, Wandrey M, He J, Kaundal R, Torres-Jerez I, Gomez SK, Harrison MJ, Tang Y, Zhou P, Udvardi M: Genomic inventory and transcriptional analysis of Medicago truncatula transporters. Plant Physiology. 2010, 152 (3): 1716-1730. 10.1104/pp.109.148684.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  51. Andrade MA, O'Donoghue SI, Rost B: Adaptation of Protein Surfaces to Subcellular Location. Journal of Molecular Biology. 1998, 276: 517-525. 10.1006/jmbi.1997.1498.

    Article  CAS  PubMed  Google Scholar 

  52. Emanuelsson O, Brunak S, von Heijne G, Nielsen H: Locating proteins in the cell using TargetP, SignalP and related tools. Nature Protocols. 2007, 2: 953-971. 10.1038/nprot.2007.131.

    Article  CAS  PubMed  Google Scholar 

  53. Horton P, Park KJ, Obayashi T, Fujita N, Harada H, Adams-Collier CJ, Nakai K: WoLF PSORT: protein localization predictor. Nucleic Acids Research. 2007, 35: W585-W587. 10.1093/nar/gkm259.

    Article  PubMed Central  PubMed  Google Scholar 

  54. Briesemeister S, Rahnenführer J, Kohlbacher O: YLoc - an interpretable web server for predicting subcellular localization. Nucleic Acids Research. 2010, 38: W497-W502. 10.1093/nar/gkq477.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  55. Wu ZC, Xiao X, Chou KC: iLoc-Plant: a multi-label classifier for predicting the subcellular localization of plant proteins with both single and multiple sites. Molecular Biosystems. 2011, 7: 3287-3297. 10.1039/c1mb05232b.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

The authors acknowledge the support to this study from faculty start-up funds to RK from NIMFFAB/Department of Biochemistry & Molecular Biology, and support to TW/RK from OSU's Provost Office interdisciplinary grant (#12), the i CREST Center for Bioinformatics and Computational Biology (http://icrest.okstate.edu/). Support to RV from USDA-NIFA grant number 2010-85605-20542 is duly acknowledged. We also thank Dr. Ulrich Melcher for reading of a draft manuscript. The authors thank the anonymous referees for help in improving the research article.

Declaration

Funding for the publication of this article has come from start-up funds account AA-1-51220, OSU.

This article has been published as part of BMC Bioinformatics Volume 14 Supplement 14, 2013: Proceedings of the Tenth Annual MCBIOS Conference. Discovery in a sea of data. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcbioinformatics/supplements/14/S14.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Rakesh Kaundal.

Additional information

Competing interests

The authors declare that they have no competing financial interests.

Authors' contributions

RK conceived the study, collected the data, developed algorithms, participated in its design and coordination and wrote the final manuscript. SSS and RV helped in model development, performed the calculations, figures and tables, and helped in drafting the original manuscript. TW helped in data analysis and setting up the prediction tool developed from this study. All authors read and approved the final manuscript.

Sitanshu S Sahu, Ruchi Verma contributed equally to this work.

Electronic supplementary material

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

Kaundal, R., Sahu, S.S., Verma, R. et al. Identification and characterization of plastid-type proteins from sequence-attributed features using machine learning. BMC Bioinformatics 14 (Suppl 14), S7 (2013). https://doi.org/10.1186/1471-2105-14-S14-S7

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-14-S14-S7

Keywords