Skip to main content
  • Research article
  • Open access
  • Published:

Identification of Proteins Secreted by Malaria Parasite into Erythrocyte using SVM and PSSM profiles

Abstract

Background

Malaria parasite secretes various proteins in infected RBC for its growth and survival. Thus identification of these secretory proteins is important for developing vaccine/drug against malaria. The existing motif-based methods have got limited success due to lack of universal motif in all secretory proteins of malaria parasite.

Results

In this study a systematic attempt has been made to develop a general method for predicting secretory proteins of malaria parasite. All models were trained and tested on a non-redundant dataset of 252 secretory and 252 non-secretory proteins. We developed SVM models and achieved maximum MCC 0.72 with 85.65% accuracy and MCC 0.74 with 86.45% accuracy using amino acid and dipeptide composition respectively. SVM models were developed using split-amino acid and split-dipeptide composition and achieved maximum MCC 0.74 with 86.40% accuracy and MCC 0.77 with accuracy 88.22% respectively. In this study, for the first time PSSM profiles obtained from PSI-BLAST, have been used for predicting secretory proteins. We achieved maximum MCC 0.86 with 92.66% accuracy using PSSM based SVM model. All models developed in this study were evaluated using 5-fold cross-validation technique.

Conclusion

This study demonstrates that secretory proteins have different residue composition than non-secretory proteins. Thus, it is possible to predict secretory proteins from its residue composition-using machine learning technique. The multiple sequence alignment provides more information than sequence itself. Thus performance of method based on PSSM profile is more accurate than method based on sequence composition. A web server PSEApred has been developed for predicting secretory proteins of malaria parasites,the URL can be found in the Availability and requirements section.

Background

The human malaria caused by Plasmodium falciparum has been one of the major infectious diseases in the world causing illness in 300 to 600 million people leading to 2 to 3 million deaths annually [1]. In addition, it is putting huge economic burden on affected countries particularly in Asian and African subcontinents. In order to develop effective drugs and vaccines against this parasite it is important to identify novel potential drug/vaccine targets. Parasite secretes an array of proteins within the host erythrocyte and beyond to facilitate its own survival within the host cell and for immunomodulation. These proteins secreted by parasite can serve as potential drug/vaccine targets. The identification of secretory proteins of Plasmodium falciparum has got limited success, since experimental identification of these proteins is rather difficult due to complex nature of parasite.

In silico prediction of secretory proteins is need of time in the era of genomics where thousands of genomes have been completely sequenced including those of P. falciparum (size 22.8 MB; 14 chromosomes and 5300 proteins) [2]. It has been shown in past that secretory proteins of eukaryotes have signal sequence at N-terminus, which can be used to predict its secretory nature. One of the commonly used programs for predicting secretory proteins of eukaryotes is TargetP [3]. Though TargetP is successful for eukaryotic protein but fails to predict known P. falicparum secretory proteins like PfEMP1. The reason of failure of TargetP for P. falciparum is due to its complex life-cycle that alternate between vertebrate and invertebrate. Thus it is not possible to use subcellular localization methods developed either for eukaryotes [4] or prokaryote [5] for localization of P. falciparum proteins. There is a need to develop organism specific methods [6]. Recently, two groups independently identified the signal (PEXEL) or motif (VTS) in secretory proteins of P. falciparum partly responsible for proteins export from parasite to erythrocyte [7, 8]. However, a number of well known and experimentally documented secretory/erythrocyte membrane associated proteins lack these motifs, thus emphasizing the existence of multiple pathways that operate in parallel [9]. With the completion of Plasmodium genome sequence, the challenge is to combine experimental and bioinformatics tools in order to develop algorithm with high predictive value for secretory proteins of malaria parasite.

In general, two important reasons for failure of these motif based methods are; i) all secretory proteins do not necessarily have signal peptide particularly those secreted by non-classical pathways and ii) location of signal is not conserved in protein, since it may be found on either N-terminal or C-terminal or in middle of proteins [10]. In order to overcome these limitations several groups have developed methods based on amino acid composition or dipeptide composition of proteins [6, 11, 12]. Recently two web servers (Signal-CF and Signal-3L) have been developed, which provides key steps important for predicting secretory proteins [13, 14]. Though composition based methods have been developed for eukaryotic or prokrayotic proteins but till date no method has been developed for P. falciparum specific proteins. It has been demonstrated in past that organism specific methods perform better than general methods [6]. Thus there is need to develop method especially for predicting secretory proteins of P. falciparum.

In this paper, we describe a method developed for predicting secretory proteins of malaria parasite. First, amino acid sequence of a protein has been converted into fixed length patterns by computing various type of composition like amino acid, dipeptides. Then machine-learning technique Support Vector Machine (SVM) has been used to discriminate secretory and non-secretory protein. For the first time in this study, evolutionary information has been used for predicting secretory proteins. The evolutionary information in form of PSSM profile was obtained from PSI-BLAST search against "nr" databases. A web server has also been developed for predicting secretory proteins of malaria parasite.

Results

Analysis of amino acid composition

We analyzed the amino acid composition of both secretory and non-secretory proteins. As shown in figure 1, the frequency of occurrence of amino acid alanine, cysteine, isoleucine, lysine, glutamine and threonine are higher in secretory proteins than non-secretory proteins, while composition of aspartic acid, phenylalanine, glycine are higher in non-secretory proteins than secretory proteins. There is a major difference of composition of asparagines in non-secretory protein (very high) than secretory protein. This means secretory proteins can be discriminated from non-secretory proteins based on their amino acid composition. It has been shown in previous studies that secretory proteins have signal sequence at N-termini). Thus it is important to compare composition of various parts of secretory and non-secretory proteins separately. As shown in Figure 2, N-terminal composition of two type of protein is quite different; magnitude of biasness is much higher than compositional biasness of whole protein. Similarly, composition of C-termini of secretory and non-secretory proteins is quite different (Figure 3). In comparison to it, difference in composition of central region of secretory and non secretory proteins was low (Figure 4).

Figure 1
figure 1

Amino acid composition chart of secretory and non-secretory proteins. Red and green lines represent the secretory and non-secretory proteins respectively.

Figure 2
figure 2

A Graph depicting the 25 amino acid of N-termini Amino acid composition of secretory and non-secretory proteins.

Figure 3
figure 3

A Graph depicting the 25 amino acid of C-termini amino acid composition of secretory and non-secretory proteins.

Figure 4
figure 4

A Graph depicting the amino acid composition of middle part of secretory and non-secretory proteins.

Composition based SVM models

It was observed that amino acid composition of secretory proteins was somewhat different from that of non-secretory proteins. Thus a SVM based classifier was developed using amino acid composition where amino acid composition was used as input vector of dimension 20. Different kernels and parameters of SVM were tried. The performance of our method on different thresholds is shown in Table 1. We got accuracy of around 84% with MCC 0.67 with nearly equal sensitivity and specificity. This model correctly predicts 76% secretory proteins at 96% specificity using RBF kernel. It has been observed that localization methods based on dipeptide composition perform better than amino acid composition based methods [4]. This is because dipeptides also provides information about local order of residues in addition to amino acid composition. For present study we developed SVM based method using dipeptide composition where dipeptide composition was used as input vector or dimension 400. As shown in Table 1, we obtained maximum accuracy of 86.45% with MCC 0.74 using dipeptides based SVM model. The SVM model based on dipeptides composition performed better than SVM model based on amino acid composition.

Table 1 The performance of SVM models using amino acids and dipeptides composition. The values in bold shows

Split Amino Acid Composition

It has been observed that secretory proteins have signals either at N or C terminus. In order to utilize the compositional biasness in terminus of secretory and non-secretory proteins, we developed SVM models using split amino acid and dipeptides composition. As shown in Table 2, we got maximum accuracy 86.20% and 88.22% using split amino acid and dipeptides composition respectively. This is slightly better than accuracy achieved using whole composition. We found best performance with 25 N-terminal, 25 C-terminal and remaining protein.

Table 2 The performance of SVM models developed using amino acid and PSSM matrix composition.

PSSM based SVM models

In past, multiple sequence alignment information in form of position specific scoring matrix (PSSM) has been used for developing methods [15–17]. In this study, PSSM has been used for predicting secretory proteins. First we created PSSM profile for each protein using PSI-BLAST search against nr database with three iterations, at cut-off 0.01. Secondly, we computed a vector of dimension of 400 from PSSM matrix. Finally a SVM model was developed using PSSM and we achieved maximum accuracy of 92.66% with MCC 0.86. In addition this model was able to correctly predict 73% secretory proteins at specificity 100%. This clearly demonstrates that PSSM provide more information than single sequence and is useful for predicting secretory proteins.

Pseudo amino acid composition (PseAAC)

In past PseAAC has been widely used for classifying the proteins and subcellular localization methods. Thus we also tried to develop SVM models using simple PseAAC. In this study we have computed pseudo amino acid composition using PseAAC [18, 19]. We found that the performance of PseAAC based model is better than model based on amino acids or dipeptides composition. However, performance is poor than our PSSM based model (Table 3). We tried two characters Hydrophobicity and PI and performance of which was nearly same.

Table 3 The performance of SVM models developed using pseudo amino acid composition (PseAAC).

Benchmarking

In order to compare performance of our method with existing methods, we predicted proteins used in this study using existing methods. Firstly, we applied PlasmoHT that is based on motif and specially developed for predicting secretory proteins in Plasmodium [8]. In order to use PlasmoHT one need to provide PlasmoDB ID, as all proteins in our dataset are not from PlasmoDB database so it could not be applied on all the proteins [20]. This method correctly predicted 146 out of 246 secretory proteins (six proteins do not have Plasmodb ID). PlasmoHT fails to predict 100 secretory proteins since all secretory proteins do not have conserved signal motif. It also correctly predicted 54 out of 55 non-secretory proteins obtained from PlasmoDB. It was not possible to apply PlasmoHT directly on 197 non-secretory proteins obtained from Swiss-Prot as PlasmoHT need PlasmoDB ID. Thus, we manually examined the Swiss-Prot entries and found 53 entries have ORFname (matches with PlasmoDB ID) in field Gene name. Six Swiss-Prot entries out of 53 have two or more than two ORF names (it not necessary that every protein will have one ORF). We examined 47 proteins for which single PlasmoDB ID was available and found that two proteins had PlasmoHT motif. It means PlasmoHT correctly predicted 45 out of 47 non-secretory proteins. In total PlasmoHT correctly predicted 99 out 102 non-secretory proteins. We were not able to locate PlasmoDB ID for all proteins extracted from Swiss-Prot, which may be due to number of reasons i.e. modified form of protein; mutated proteins or protein fragments. Secondly we applied commonly used method for predicting secretory proteins TargetP on our dataset, it correctly predicted 163 out of 251 secretory proteins (unable to predict one protein due to its large size) [3]. It also correctly predicted 160 out of 252 non-secretory proteins. In summary, we achieved sensitivity 64.94%, specificity 63.49% and accuracy 64.21% using TargetP on our dataset. Thirdly, we evaluated performance of two commonly used subcellular localization methods PA-SUB and WoLF PSORT on our dataset [21, 22]. PA-SUB first extract the features of similar sequences to query sequence from Swiss-Prot then it uses machine learning model for predicting subcellular location of query protein [21]. WoLF PSORT converts protein amino acid sequences into numerical localization features; based on sorting signals, amino acid composition and functional motifs such as DNA-binding motifs. After conversion, a simple k-nearest neighbor classifier is used for prediction [22]. Performance of both methods is shown in Table 4, both methods fail to predict secretory proteins of P. Falciparum.

Table 4 The prediction of location of proteins in our datasets using various methods. Our dataset have 252 secretory and 252 non-secretory. The values in bracket shows total number of proteins on which a method was applied.

Discussion

Plasmodium falciparum during its asexual stage within the host erythrocyte remodels the host cell displaying several dramatic changes, which affects membrane rigidity surface antigenicity and permeability. These changes aid in the pathogenesis and also help the parasite survival within null host cell by nutrient acquisition [23]. It has been estimated that an array of parasite derived antigens are expressed on infected cell membrane [24, 25]. However, only a few protein such as PfEMP-1, rifin and stevor family proteins have been conclusively proven to be on the surface of infected erythrocyte membrane. The search of parasite derived proteins within the host cell and infected membrane surface remains one of the most warranted areas in malaria research for understanding the pathogenesis of disease, and to find out potent vaccine candidate molecule. Recently, two independent groups [7, 8] have done in silico prediction of proteins exported into the host erythrocyte (a 'secretome') based on the Plasmodium export element (PEXEL) [7] and the vacuolar transport signal (VTS) [8] motifs. These motifs were identified by bioinformatic analysis of aligned N-terminal sequences from proteins known to be exported from the parasitophorous vacuole (PV) into the erythrocyte. Whereas Hiller et al. [8] used reiterative alignments to search for motif while Marti et al.[7] used a search protocol based on the presence of signal sequence (SS) on exon I. Both reported motifs contains a short stretch of alternating charged and hydrophobic amino acids separated by uncharged amino acids located a short distance downstream of the SS. Functional role of PEXEL/VTS motif has been demonstrated by GFP fusion with SS followed by live fluorescence imaging and mutational analysis of PEXELl/VTS motif. However, PEXEL/VTS dependent protein trafficking cannot be typified due to over and possible incorrect timed expression of chimeric GFP fusion protein [9]. Moreover RESA-GFP chimera containing PEXEL/VTS was reported to be mistargeted to lumen of parasitovorous vacuole [26]. Besides well known exported proteins the predicted protein also includes several proteins for which export into the erythrocyte had not previously been shown, including several heat-shock proteins, kinases, phosphatases and putative transporters [8]. But one of the major limitation of the prediction based on PEXEL/VTS motif is that it could not predict proteins lacking PEXEL/VTS motif but experimentally demonstrated to be exported into the erythrocyte, such as P. falciparum skeleton-binding protein (PfSBP), membrane-associated histidine-rich protein (MAHRP) and coat protein (COP)II, all of which seem to be associated with vesicles and/or Maurer's clefts [27]. Moreover, the above-mentioned motif based methods gets setback in case of members of the vir supergene family (homologues vir/bir/gir), proteins predicted to be expressed on the erythrocyte surface [28] since none of these have SS or PEXEL/VTS motifs. Unlike many parasite-encoded proteins exported into the erythrocyte, PfEMP1 lacks an SS. Although both groups were able to identify a conserved sequence with biophysical characteristics similar to those of the more classical PEXEL/VTS, by creating mini-PfEMP1 reporter constructs consisting of their respective PfEMP1 PEXEL/VTS motif, GFP or YFP and the conserved C terminus of PfEMP1 (including the TM). But the location of PEXEL/VTS in PfEMP1 is contradicting. Marti et al. [7] described the motif to be located ~16–32 amino acids in from the N terminus, whereas Hiller et al. [8] reported the motif to be ~300 amino acids further downstream, within a semi-conserved Duffy-binding-like (DBL) domain. This discrepancy in the location of PEXEL/VTS motifs points to an ambiguity for the existence of identical and universal motif for exported proteins predicted to be exported into erythrocyte. Although Florens et al. [29] have predicted about 36 hypothetical proteins of the parasite to be located on infected erythrocyte surface using multidimensional protein technology (MudPIT), but their groups have not proposed any universal method for prediction. Nevertheless, the literature strongly advocates the existence of multiple pathways that are cumulatively responsible for the export of parasite proteins in erythrocytes [9].

Conclusion

The bioinformatics approach used in this study is standard approach, which is commonly used for predicting subcellular localization of proteins. In addition evolutionary information in form of PSSM has been used first time for predicting secretory proteins in malaria parasite. Our model is equally applicable to wide range of secretory proteins where most of method fails. One of the major advantage of method describes in this study is that it is based on complete sequence rather than on small region/motif. The server developed for predicting secretory proteins will be very useful for researchers working in the field of malaria.

Methods

Datasets

Secretory or positive dataset

From the literature we collected total 267 secretory proteins consisting of 208 secretory proteins (119 Rifins, 22 Stevors, 67 PfEMP1); 6 experimentally proven proteins (PF10_0159, PFE0040c, PFB0100c, PFB0095c, AAD31511, AAC47454) [7]. Another set of 3 experimentally proved secretory proteins (PFD1175w, PFD1170c, PFB0100c) [8]; more 7 proteins (PFI1755c, PFE0055c, PFI1780w, PFE0360c, PF10_0321, PF14_0607, PFE0355c); 4 REX proteins (PFI1740c, PFI1755c, PFI1760w, PFI1735c); 2 PIESPs (PFC0435c, PFE0060w); clag9 (PFI1730w); Sbp1 (PFE0065w) and 35 maurer's cleft associated proteins [30–32]. These all sum up to 267 secretory protein. We got 252 non-redundant secretory proteins after removing redundant proteins using program PROSET [33].

Non-secretory or Negative dataset

Selection of negative dataset is always a challenge. We normally prefer to get negative dataset from manually annotated database Swiss-Prot. In this study, we extracted non-secretary protein from Swiss-Prot using SRS with query "Plasmodium Falciparum (Organism) but not Secreted (comment)". This way we got 197 non-secretory proteins and we required 252 non-secretory proteins in order to make both secretory and non-secretory proteins equal. Thus we used another database PlasmoDB to extract remaining 55 non-secretory proteins. We extracted nuclear proteins from PlasmoDB and randomly picked up 55 proteins from ~300 nuclear proteins. This way we got 252 non-secretory proteins from two sources (197 Swiss-Prot and 55 PlasmoDB). We extracted equal number of negative examples in order to evaluate performance from single parameter like accuracy and MCC.

Composition

The aim of calculating composition of proteins is to transform the variable length of protein sequence to fixed length feature vectors. This is important to classify proteins using machine-learning techniques because they required fixed length pattern. The information of proteins can be encapsulated to a vector of 20 dimensions using amino acid composition of the protein [4, 5]. In addition to amino acid composition, dipeptide composition was also calculated which present protein by a vector of 400 dimensions. The advantage of dipeptide composition over amino acid composition is that it encapsulates information about the fraction of amino acids as well as their local order.

Split Amino Acid Composition (SAAC)

We split protein in three parts and compute composition of each part of protein separately. This way we created a vector of a dimension 60 (3 × 20) instead of 20 in case of amino acid composition [34]. In SAAC each protein was divided into three parts: (i) 25 amino acids of the N terminus, (ii) 25 amino acids of the C terminus, and (iii) remaining protein length after removing 25 amino acids from N- and C-terminus. The rationale behind using SAAC is that difference in composition of secretory and non-secretory proteins is more prominent if terminal residues are compared separately instead with whole protein. It is known that most of secretory proteins have signals at N-terminal. The advantage of SAAC over standard amino acid composition is that it provides greater weight to proteins that have a signal at either the N or C.

Multiple sequence alignment in form of PSSM profiles

In the present study multiple sequence alignment in the form of PSSM has been used for predicting secretory proteins. Recently number of study used PSSM profile composition for developing prediction methods; for example MemType-2L, EzyPred, Tbpred, DNAbinder, SRTpred used for predicting membrane, enzyme class, subcellular localization of M. Tuberculosis, DNA binding and secretory proteins respectively [34–38]. The PSSM for each sequence was generated by performing PSI-BLAST search against 'nr' database using three iterations with cut off e-value 0.001. For a sequence of length N residues, PSSM is represented by an N × 20 matrix (dummy residue 'X' is ignored) [29, 30]. Each element of this matrix, m [i, j], provides information on evolutionary conservation of residue type j at sequence position i. We coverted this matrix in a vector of dimension 400, by computing composition of occurrences of each type of amino acid corresponding to each type of amino acids in protein sequence. It means for each column we will have 20 values instead of one [34, 37]. Every element in this input vector was subsequently divided by the length of the sequence and then scaled to the range of 0–1 by using the standard sigmoid function as described by Rashid et al. [34]. The resultant matrix with 400 elements was used as input feature for SVM.

Support Vector Machine

In this study we implemented SVM using SVM_light package which allows choosing number of parameters and kernels (e.g. linear, polynomial, radial basis function, sigmoid) or any user-defined kernel. The selection of kernel is very important in SVM, which is analogous to choosing architecture in ANN. In this study, learning was carried out using three kernels linear, polynomial and RBF.

Evaluation

The performance of any prediction algorithm is often checked by jack-knife tests or cross-validations. In current study the performance of all the methods and models was evaluated using 5-fold cross-validation in which the dataset was randomly divided into five equal sets, out of which four sets were used for training and the remaining one for testing. This procedure was repeated five times in such a way that each set is tested once. The final performance was calculated by averaging over all five sets. The performance of our method was computed by using following standard parameters.

(a) Sensitivity or coverage of positive examples: It is percent of secretory proteins correctly predicted secretory.

Sensitivity (Sn) = TP TP  +  FN × 100 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaee4uamLaeeyzauMaeeOBa4Maee4CamNaeeyAaKMaeeiDaqNaeeyAaKMaeeODayNaeeyAaKMaeeiDaqNaeeyEaKNaeeiiaaIaeeikaGIaee4uamLaeeOBa4MaeeykaKcccaGae8xpa0tcfa4aaSaaaeaacqqGubavcqqGqbauaeaacqqGubavcqqGqbaucqqGGaaicqGHRaWkcqqGGaaicqqGgbGrcqqGobGtaaGccqGHxdaTcqaIXaqmcqaIWaamcqaIWaamaaa@5033@

(b) Specificity or coverage of negative examples: It is percent of non-secretory proteins correctly predicted non-secretory.

Specificity (Sp) = TN TN  +  FP × 100 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaee4uamLaeeiCaaNaeeyzauMaee4yamMaeeyAaKMaeeOzayMaeeyAaKMaee4yamMaeeyAaKMaeeiDaqNaeeyEaKNaeeiiaaIaeeikaGIaee4uamLaeeiCaaNaeeykaKIaeyypa0tcfa4aaSaaaeaacqqGubavcqqGobGtaeaacqqGubavcqqGobGtcqqGGaaicqGHRaWkcqqGGaaicqqGgbGrcqqGqbauaaGccqGHxdaTcqaIXaqmcqaIWaamcqaIWaamaaa@4FD2@

(c) Accuracy: It is percentage of correctly predicted proteins (secretory and non-secretory proteins).

Accuracy (Acc) = TP + TN TP + TN + FP + FN × 100 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaeeyqaeKaee4yamMaee4yamMaeeyDauNaeeOCaiNaeeyyaeMaee4yamMaeeyEaKNaeeiiaaIaeeikaGIaeeyqaeKaee4yamMaee4yamMaeeykaKIaeyypa0tcfa4aaSaaaeaacqqGubavcqqGqbaucqGHRaWkcqqGubavcqqGobGtaeaacqqGubavcqqGqbaucqGHRaWkcqqGubavcqqGobGtcqGHRaWkcqqGgbGrcqqGqbaucqGHRaWkcqqGgbGrcqqGobGtaaGaey41aqRaeGymaeJaeGimaaJaeGimaadaaa@549A@

(d) Mathew's correlation coefficient (MCC): It is 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.

MCC = (TP × TN) -(FP × FN) (TP + FP)(TP + FN)(TN + FP)(TN + FN) MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaeeyta0Kaee4qamKaee4qamKaeyypa0tcfa4aaSaaaeaacqqGOaakcqqGubavcqqGqbaucqGHxdaTcqqGubavcqqGobGtcqqGPaqkcqqGGaaicqqGTaqlcqqGOaakcqqGgbGrcqqGqbaucqGHxdaTcqqGgbGrcqqGobGtcqqGPaqkaeaadaGcaaqaaiabbIcaOiabbsfaujabbcfaqjabgUcaRiabbAeagjabbcfaqjabbMcaPiabbIcaOiabbsfaujabbcfaqjabgUcaRiabbAeagjabb6eaojabbMcaPiabbIcaOiabbsfaujabb6eaojabgUcaRiabbAeagjabbcfaqjabbMcaPiabbIcaOiabbsfaujabb6eaojabgUcaRiabbAeagjabb6eaojabbMcaPaqabaaaaaaa@5FD8@

where TP and TN are truly or correctly predicted secretory and non-secretory proteins. FP and FN are wrongly predicted secretory and non-secretory proteins.

Availability and requirements

PSEApred: http://www.imtech.res.in/raghava/pseapred/

References

  1. Snow RW, Guerra CA, Noor AM, Myint HY, Hay SI: The global distribution of clinical episodes of Plasmodium falciparum malaria. Nature 2005, 434: 214–217. 10.1038/nature03342

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  2. Gardner MJ, Hall N, Fung E, et al.: Genome sequence of the human malaria parasite Plasmodium falciparum . Nature 2002, 419: 498–511. 10.1038/nature01097

    Article  CAS  PubMed  Google Scholar 

  3. Emanuelsson O, Nielsen H, Brunak S, 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 

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

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  5. Bhasin M, Garg A, Raghava GPS: PSLpred: prediction of subcellular localization of bacterial proteins. Bioinformatics 2005, 21: 2522–2524. 10.1093/bioinformatics/bti309

    Article  CAS  PubMed  Google Scholar 

  6. Garg A, Bhasin M, Raghava GPS: SVM-based method for subcellular localization of human proteins using amino acid compositions, their order and similarity search. J Biol Chem 2005, 280: 14427–14432. 10.1074/jbc.M411789200

    Article  CAS  PubMed  Google Scholar 

  7. Marti M, Good RT, Rug M, Knuepfer E, Cowman AF: Targeting malaria virulence and remodeling proteins to the host erythrocyte. Science 2004, 306: 1930–1933. 10.1126/science.1102452

    Article  CAS  PubMed  Google Scholar 

  8. Hiller NL, Bhattacharjee S, van Ooij C, Liolios K, Harrison T, Lopez-Estraño C, Haldar K: A host-targeting signal in virulence proteins reveals a secretome in malarial infection. Science 2004, 306(5703):1934–1937. 10.1126/science.1102737

    Article  CAS  PubMed  Google Scholar 

  9. Lingelbach K, Przyborski JM: The long and winding road: protein trafficking mechanisms in the Plasmodium falciparum infected erythrocyte. Mol Biochem Parasitol 2006, 147: 1–8.

    Article  CAS  PubMed  Google Scholar 

  10. Kumar M, Verma R, Raghava GPS: Prediction of mitochondrial proteins using support vector machine and hidden markov model. J Biol Chem 2005, 281: 5357–5363. 10.1074/jbc.M511061200

    Article  PubMed  Google Scholar 

  11. 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 

  12. Cai D, Liu X, Xu X, Chou KC: ction of protein structural classes by support vector machines. Comput Chem 2002, 26: Predi293–296.

    Article  Google Scholar 

  13. Chou KC, Shen HB: Signal-CF: a subsite-coupled and window-fusing approach for predicting signal peptides. Biochem Biophys Res Comm 2007, 357: 633–640. 10.1016/j.bbrc.2007.03.162

    Article  CAS  PubMed  Google Scholar 

  14. Shen HB, Chou KC: Signal-3L: A 3-layer approach for predicting signal peptide. Biochem Biophys Res Commun 2007, 363: 297–303. 10.1016/j.bbrc.2007.08.140

    Article  CAS  PubMed  Google Scholar 

  15. Kaur H, Raghava GPS: Prediction of Alpha-turns in proteins using PSI-BLAST profiles and secondary structure information. Proteins 2004, 55: 83–90. 10.1002/prot.10569

    Article  CAS  PubMed  Google Scholar 

  16. Kaur H, Raghava GPS: A neural network method for prediction of beta-turn types in proteins using evolutionary information. Bioinformatics 2004, 20: 2751–2758. 10.1093/bioinformatics/bth322

    Article  CAS  PubMed  Google Scholar 

  17. Kaur H, Raghava GPS: A neural network based method for prediction of gama-turns in proteins from multiple sequence alignment. Protein Science 2003, 12: 923–929. 10.1110/ps.0241703

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  18. Shen HB, Chou KC: PseAAC: a flexible web-server for generating various kinds of protein pseudo amino acid composition. Analytical Biochemistry 2008, 373: 386–388. 10.1016/j.ab.2007.10.012

    Article  CAS  PubMed  Google Scholar 

  19. 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 

  20. Bahl A, Brunk B, Crabtree J, Fraunholz MJ, Gajria B, Grant GR, Ginsburg H, Gupta D, Kissinger JC, Labo P, Li L, Mailman MD, Milgram AJ, Pearson DS, Roos DS, Schug J, Stoeckert CJ Jr, Whetzel P: PlasmoDB: the Plasmodium genome resource. A database integrating experimental and computational data. Nucleic Acids Res 31: 212–215. 10.1093/nar/gkg081

  21. Lu Z, Szafron D, Greiner R, Lu P, Wishart DS, Poulin B, Anvik J, Macdonell C, Eisner R: Predicting subcellular localization of proteins using machine-learned classifiers. Bioinformatics 2004, 20: 547–556. 10.1093/bioinformatics/btg447

    Article  CAS  PubMed  Google Scholar 

  22. Horton P, Park KJ, Obayashi T, Fujita N, Harada H, et al.: WoLF PSORT : protein localization predictor. Nucleic Acids Res 2007, 35: W585-W587. 10.1093/nar/gkm259

    Article  PubMed Central  PubMed  Google Scholar 

  23. Smith JD, Craig AG: The Surface of the Plasmodium falciparum -infected Erythrocyte. Curr Issues Mol Bio 2005, 7: 81–94.

    Google Scholar 

  24. Howard RJ: The Biology of Parasitism. 1988, 111–145.

    Google Scholar 

  25. Craig A, Scherf A: Molecules on the surface of the Plasmodium falciparum infected erythrocyte and their role in malaria pathogenesis and immune evasion. Mol Biochem Parasitol 2001, 115: 129–143. 10.1016/S0166-6851(01)00275-4

    Article  CAS  PubMed  Google Scholar 

  26. Rug M, Wickham ME, Foley M, Cowman AF, Tilley L: Correct promoter control is needed for trafficking of the ring-infected erythrocyte surface antigen to the host cytosol in transfected malaria parasites. Infect Immun 2004, 72: 6095–6105. 10.1128/IAI.72.10.6095-6105.2004

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  27. Cooke BM, Mohandas N, Coppel RL: Malaria and the red blood cell membrane. Semin Hematol 2004, 41: 173–188. 10.1053/j.seminhematol.2004.01.004

    Article  PubMed  Google Scholar 

  28. del Portillo HA, Fernandez-Becerra C, Bowman S, Oliver K, Preuss M, Sanchez CP, Schneider NK, Villalobos JM, Rajandream MA, Harris D, Pereira da Silva LH, Barrell B, Lanzer M: A superfamily of variant genes encoded in the subtelomeric region of Plasmodium vivax . Nature 2001, 410: 839–842. 10.1038/35071118

    Article  CAS  PubMed  Google Scholar 

  29. Florens L, Liu X, Wang YF, Yang SG, Schwartz O, Peglar M, Carucci DJ, Yates JR III, Wu Y: Proteomics approach reveals novel proteins on the surface of malaria infected erythrocytes. Mol Biochem Parasitol 2004, 135: 1–11. 10.1016/j.molbiopara.2003.12.007

    Article  CAS  PubMed  Google Scholar 

  30. Sargeant TJ, Marti M, Caler E, Carlton JM, Simpson K, Speed TP, Cowman AF: Lineage-specific expansion of proteins exported to erythrocytes in malaria parasites. Genome Biology 2006, 7: R12. 10.1186/gb-2006-7-2-r12

    Article  PubMed Central  PubMed  Google Scholar 

  31. Spielmann T, Hawthorne PL, Dixon MW, Hannemann M, Klotz K, Kemp DJ, Klonis N, Tilley L, Trenholme KR, Gardiner DL: A cluster of ring stage-specific genes linked to a locus implicated in cytoadherence in Plasmodium falciparum codes for PEXEL-negative and PEXEL-positive proteins exported into the host cell. Molecular Biology of the Cell 2006, 17: 3613–3624. 10.1091/mbc.E06-04-0291

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  32. Vincensini L, Richert S, Blisnick T, Van Dorsselaer A, Leize-Wagner E, Rabilloud T, Braun Breton C: Proteomic analysis identifies novel proteins of the Maurer's clefts, a secretory compartment delivering Plasmodium falciparum proteins to the surface of its host cell. Mol Cell Proteomics 2005, 4: 582–593. 10.1074/mcp.M400176-MCP200

    Article  CAS  PubMed  Google Scholar 

  33. Brendel V: PROSET: a fast procedure to creat non-redundant sets of protein sequences. Mathl Comput Modelling 1992, 16: 37–43. 10.1016/0895-7177(92)90150-J

    Article  Google Scholar 

  34. Rashid M, Saha S, Raghava GPS: Support Vector Machine-based method for predicting subcellular localization of mycobacterial proteins using evolutionary information and motifs. BMC Bioinformantics 2007, 8: 337. 10.1186/1471-2105-8-337

    Article  Google Scholar 

  35. Chou KC, Shen HB: MemType-2L: a Web server for predicting membrane proteins and their types by incorporating evolution information through Pse-PSSM. Biochem Biophys Res Commun 2007, 360: 339–345. 10.1016/j.bbrc.2007.06.027

    Article  CAS  PubMed  Google Scholar 

  36. Shen HB, Chou KC: EzyPred: A top-down approach for predicting enzyme functional classes and subclasses. Biochem Biophys Res Commun 2007, 364: 53–59. 10.1016/j.bbrc.2007.09.098

    Article  CAS  PubMed  Google Scholar 

  37. Kumar M, Gromiha MM, Raghava GPS: Identification of DNA-binding proteins using support vector machines and evolutionary profiles. BMC Bioinformatics 2007, 8: 463. 10.1186/1471-2105-8-463

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  38. Garg A, Raghava GPS: A machine learning based method for the prediction of secretory proteins using amino acid composition, their order and similarity-search. In Silico Biology 2008, 8: 12.

    Google Scholar 

Download references

Acknowledgements

The authors are thankful to the Council of Scientific and Industrial Research (CSIR) and Department of Biotechnology (DBT), Government of India for financial assistance. This report has IMTECH communication no. 064/2005.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Gajendra PS Raghava.

Additional information

Authors' contributions

RV developed computer programs, implement SVM and developed the web server. AT and SK collected data, annotated proteins and validated results. GPSR and GV conceived the idea, coordinated the project and refined the drafted manuscript. GPSR guided its conception and helped in interpretation of data and gave overall supervision to the project. All authors read and approved the final manuscript.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://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

Verma, R., Tiwari, A., Kaur, S. et al. Identification of Proteins Secreted by Malaria Parasite into Erythrocyte using SVM and PSSM profiles. BMC Bioinformatics 9, 201 (2008). https://0-doi-org.brum.beds.ac.uk/10.1186/1471-2105-9-201

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/1471-2105-9-201

Keywords