Skip to main content

Protein inter-domain linker prediction using Random Forest and amino acid physiochemical properties

Abstract

Background

Protein chains are generally long and consist of multiple domains. Domains are distinct structural units of a protein that can evolve and function independently. The accurate prediction of protein domain linkers and boundaries is often regarded as the initial step of protein tertiary structure and function predictions. Such information not only enhances protein-targeted drug development but also reduces the experimental cost of protein analysis by allowing researchers to work on a set of smaller and independent units. In this study, we propose a novel and accurate domain-linker prediction approach based on protein primary structure information only. We utilize a nature-inspired machine-learning model called Random Forest along with a novel domain-linker profile that contains physiochemical and domain-linker information of amino acid sequences.

Results

The proposed approach was tested on two well-known benchmark protein datasets and achieved 68% sensitivity and 99% precision, which is better than any existing protein domain-linker predictor. Without applying any data balancing technique such as class weighting and data re-sampling, the proposed approach is able to accurately classify inter-domain linkers from highly imbalanced datasets.

Conclusion

Our experimental results prove that the proposed approach is useful for domain-linker identification in highly imbalanced single- and multi-domain proteins.

Introduction

A domain is a conserved part of a protein that can evolve, function, and exist independently. Each domain forms a three-dimensional (3D) structure and can be folded and stabilized independently. Several domains could be joined together in different combinations forming multi-domain proteins, and perform specific biological task [1, 2]. One domain may exist in multiple proteins. A domain varies in length ranging from 25 to 500 amino acids (AAs) [3]. Inter-domain linkers tie neighboring domains and support inter-domain communications in multi-domain proteins. They also provide sufficient flexibility to facilitate domain motions and regulate the inter-domain geometry [4]. Predicting inter-domain linkers is of great importance in precise identification of structural domains within a protein sequence. Many domain prediction approaches first detect domain-linkers, and then predict the location of domain regions accordingly. This domain knowledge is then used to understand protein structures, functions, and evolution, to perform multiple sequence alignment, and to predict protein-protein interactions. In addition, downsizing proteins into functional domains without losing useful biological information leads to significant reduction in the computational cost of protein analysis [5, 6]. Therefore, the development of accurate computational method for splitting proteins into structural domains is regarded as a critical step in protein tertiary structure prediction and proteomics [7].

A number of protein inter-domain linker prediction methods have been developed and these methods can be classified into (i) statistical-based, (ii) alignment/homology-based and (iii) machine-learning (ML)-based methods. Dom-Cut [3] is one of the typical early day's statistical-based methods. Domcut predicts inter-domain linker regions based on the differences in AA compositions between domain and linker regions in a protein sequence. DomCut considers a region or segment in a sequence as a linker if it is in the range between 10 and 100 residues, connecting two adjacent domains, and not containing membrane spanning regions. To represent the preference for AA residues in linker regions, it defines the linker index as the ratio of the frequency of AA residue in domain regions to that in linker regions. A linker preference profile is generated by plotting the averaged linker index values along an AA sequence using a siding window of size 15AAs. A linker is predicted if there was a trough in the linker region and the averaged linker index value at the minimum of the trough is lower than the threshold value. At the threshold value of 0.09, the sensitivity and selectivity of DomCut were 53.5% and 50.1%, respectively. Despite the fact that DomCut showed glimpse of potential success, it was reported by Dong et al. [8] that DomCut has low sensitivity and specificity compared to other recent methods. However, integrating more biological evidences with the linker index could enhance the prediction and therefore, the idea of DomCut was later utilized by several researchers such as Zaki et al. [9] and Pang et al. [10].

Shatnawi and Zaki [11] used AA compositional index profile, which combines linker index and AA composition. They divided the protein sequence into chunks and then applied a simulated annealing algorithm to predict the optimal threshold value for each chunk. Linding et al. [12] proposed another statistical-based method called GlobPlot. GlobPlot allows users to plot the tendency within protein sequences for exploring both potential globular and disordered/flexible regions in proteins based on their AA sequence, and to identify inter-domain segments containing linear motifs.

A typical alignment/homology-based method which requires the use of PSI-BLAST [13] to generate evolutionary and homology information is DOMpro [14]. DOMpro was independently evaluated along with 12 other predictors in the Critical Assessment of Fully Automated Structure Prediction 4 (CAFASP-4) [15, 16] and it was ranked among the top ab initio domain predictors. Other popular homology-based methods include Scooby-Domain [17], and FIEFDom [18].

ML-based methods have gained lots of attentions in protein domain-linker prediction tasks. Recent approaches employ machine learning techniques such as Artificial Neural Networks (ANN) and variants of Support Vector Machines (SVM). Sim et al. [19] introduced PRODO as an ANN classifier that is trained using features obtained from the position specific scoring matrix (PSSM) generated by PSI-BLAST. The training dataset contained 522 contiguous two-domain proteins was obtained from the structural classification of proteins (SCOP) database, version 1.63 [20]. When tested on 48 newly added non-homologous proteins in SCOP version 1.65 and on CASP5 targets, PPRODO achieved 65.5% of prediction accuracy. ANN models have also used in DomNet [2], DOMpro [14], Shandy [21], and ThreaDom [22].

Ebina et al. [23] developed a protein linker predictor called DROP which utilizes a SVM with a Radial Basis Function (RBF) kernel. The classifier is trained using 25 optimal features. The optimal combination of features was selected from a set of 3000 features using a Random Forest (RF) algorithm. The selected features were related to secondary structures and PSSM elements of hydrophilic residues. The accuracy of DROP was evaluated by two domain-linker datasets; DS-All [24, 25], and CASP8 FM. DS-All contains 169 protein sequences, with a maximum sequence identity of 28.6%, and 201 linkers. DROP showed a sensitivity and precision of 41.3% and 49.4%, respectively. Varients of SVM have also been used in DomainDiscovery [26], Chatterjee et al. [27], and DoBo [28]. The above-mentioned methods, in general, have the following limitations:

  • Although methods that use structural information could achieve good prediction results, finding the structural information by itself is another challenge. In contrast, predicting the domain-linkers could lead to infer the structural information.

  • ML-based domain predictors have shown limited capability in multi-domain proteins [2].

  • Although homology-based methods can achieve high prediction accuracy specially when close templates are retrieved, the accuracy often decreases piercingly when the sequence identity of target and template is low [22].

  • Some methods discard any protein sequence with non-contiguous domains. Therefore, domains that are connected by small linkers may not be identifiable.

  • Most ML-based methods are computationally expensive. They require the high computational cost to generate PSSM and/or predict secondary structure information for each protein.

  • Some methods are evaluated based on the overall prediction accuracy only. This may not effectively reflect the issues of the unbalancing problem of protein domain-linker data.

In this study, we develop a compact and accurate domain-linker prediction approach based solely on protein primary structure information. The novel profile containing AA physiochemical properties and linker indices is trained by a Random Forest (RF) classifier. The linker index is deduced from the protein sequence dataset of domain-linker segments. A sliding window of variable length is used to extract the information on the dependencies of each AA and its neighboring residues. The proposed approach efficiently processes high-dimensional multi-domain protein data with a much more accurate predictive performance than existing state-of-the-art approaches. In our approach, the well-accepted pre-processing techniques causing computational complexity such as class weights or data re-sampling are not used.

Method

The proposed approach consists of five consecutive steps. First, we construct a multidomain benchmark dataset for fair comparison to the existing developed methods. Second, we build a novel profile that contains useful structural and physiochemical information of protein sequences for the protein domain-linker prediction tasks. Third, a nature inspired ML model using RF is constructed. The ML model is trained by the profile constructed in the second step. Fourth, we find the optimal averaging window size that slides across the protein AA sequence. Last, all of the above steps are integrated and its performance is compared to other existing ML models and domain-linker predictors on two benchmark datasets.

Datasets

As mentioned, two protein sequence datasets are used to evaluate the performance of our approach. The first dataset is DS-All [24, 25] which was used to evaluate DROP [23]. All the sequences in DS-All were extracted from the non-redundant Protein Data Bank (nr-PDB) chain set and contains 182 protein sequences including 216 linker segments. By examining each sequence, we found that the assignment of domains in DS-All dataset is inconsistent with the ones in PDB. We thus relabeled the domains and linkers of the protein sequences of this dataset according to NCBI conserved domains database and ended up with 140 sequences including 334 domains and 183 linker segments. The average numbers of AA residues in linker and domain segments are 12.7 and 147.1 respectively. This means that about 95.5% (334 ×147.1) of the total AA residues are located in domain segments and only 4.5% (183 ×12.7) are in linker segments.

The sequences in the second set were extracted from the Swiss-Prot database [29] and tested by Suyama and Ohara [3] to evaluate the performance of DomCut. This dataset contains 273 non-redundant protein sequences including 486 linkers and 794 domain segments. The average numbers of AA residues in linker and domain segments are 35.8 and 122.1 respectively. Therefore, about 85% (794 × 122.1) of the total AA residues exist in domain segments and only 15% (486 × 35.5) are in linker segments.

Feature extraction

To extract features from a protein sequence, a sliding window technique is used. For each sequence in the protein dataset, we slide an averaging window across the sequence from the N-terminal to the C-terminal as shown in Figure 1. A number of important features of a protein, located within a sliding window, are extracted. These features include the linker index [3], AA hydrophobicity, and other AA physiochemical properties such as side-chain charge, side-chain polarity, aromaticity, size, and electronic properties.

Figure 1
figure 1

Representation of proten sequence by AA features and sliding window. Each sequence in the dataset is replaced by its corresponding properties. These property values are then averaged over a window that slides along the length of each protein sequence.

Linker index

Linker index was initially introduced by Suyama and Ohara [3] as a representation of the preference for AA residues in linker regions. Linker index is defined as the ratio of the frequency of AA residue in linker regions to that in domain regions. Linker index Si is computed according to the following equation:

S i =-ln ( f i l i n ker f i d o m a i n )
(1)

where f i l i n k e r and f i d o m a i n are the frequency of AA residue i in linker regions and domain regions, respectively. Table 1 shows the frequency of each AA in both linker and domain regions along with its linker index as calculated from DomCut dataset and reported by Suyama and Ohara [3].

Table 1 Amino acid composition and linker index.

Hydrophobicity profile

Hydrophobic is a physical property of a substance to repel water. Hydrophobicity is a major factor in protein stability. The hydrophobic effect plays a key role in the spontaneous folding of proteins. It can be defined as the free energy required to transfer amino-acid side-chains from cyclohexane to water [30]. Table 2 illustrates hydrophobicity index in kilo-calories per mole for each of the twenty AAs at a pH of 7. Several researchers selected hydrophobicity as the main feature among many other properties in protein structure prediction [30–33], however, it has not been used in detecting domain linkers.

Table 2 Hydrophobicity index (kcal/mol) of amino acids in a distribution from non-polar to polar at pH = 7.

In literature, various hydrophobicity scales have been thoroughly examined for protein sequence classification and prediction tasks. David [34] concluded that the Rose scale was superior to all others when used for protein structure prediction. The Rose scale in Table 3 is correlated to the average area of buried AAs in globular proteins. However, Korenberg et al. [32] pointed out several key drawbacks with Rose scale. Since it is not a one-to-one mapping, different amino-acid sequences can have identical hydrophobicity profiles; the scale covers a narrow range of values while causing some AAs to be weighted more heavily than others. To overcome this problems, the SARAH1 scale for AA was introduced [32]. SARAH1 assigns each AA a unique five-bit signed code, where exactly two bits are non-zero. SARAH1 ranks 20 possible AAs according to the Rose hydrophobicity scale. Each AA is assigned a five-bit code in descending order of the binary value of the corresponding code as illustrated in Table 4 where the right-half is the negative mirror image of the left-half. The 10 most hydrophobic residues are positive, and the 10 least hydrophobic residues are negative. In this work, we experimentally tested the three above mentioned AA hydrophobicity scales. SARAH1 scale showed a slightly better prediction accuracy. Thus, we used SARAH1 in the construction of our AA feature set.

Table 3 Rose hydrophobicity scale.
Table 4 SARAH1 hydrophobicity scale.

Physiochemical properties

In addition to hydrophobicity, we considered a few physiochemical properties of AAs as features including electric charge, polarity, aromaticity, size, and electronic property. AAs are categorized according to each physiochemical property as in Table 5[35–37]. Each physiochemical property of an AA is based on its side-chain propensity and has its own characteristics. Physiochemical properties play important roles in recognizing the behavior of AAs and their interactions with other AAs. These interactions have significant impact on the formation, folding, and stabilization of protein 3D structures. For example, polar and charged AAs are able to form hydrogen bonds, and thus, they cover the molecules surfaces and are in contact with solvents. Positively and negatively charged AAs form salt bridges. Polar AAs are hydrophilic, whereas non-polar amino acids are hydrophobic, which are used to twist protein into useful shapes [38, 39].

Table 5 Amino acid classification according to their physiochemical properties.

Protein sequence representation

Each sequence in the dataset is replaced by its corresponding properties; linker index, hydrophobicity, charge, polarity, aromaticity, size, and electronic property. These values are then averaged over a window that slides along the length of each protein sequence. To calculate the average feature values X J w along a protein sequence S, using a sliding window of size w, we apply the following formula:

X j w = ∑ i = 1 j + ( ( w - 1 ) / 2 ) x s i j + ( ( w - 1 ) / 2 ; 1 ≤ j ≤ ( w - 1 ) / 2 ∑ i = j - ( ( w - 1 ) / 2 ) j + ( ( w - 1 ) / 2 ) x s i j + ( ( w - 1 ) / 2 ; ( w - 1 ) / 2 < j ≤ L - ( ( w - 1 ) / 2 ) ∑ i = j L x s i L - j + 1 + ( ( w - 1 ) / 2 ) ; L - ( ( w - 1 ) / 2 ) < j ≤ L
(2)

where L is the length of the protein sequence and x si is the feature vector for the AA residue s i which is located at position i in the protein sequence S. Figure 1 depicts the protein sequence representation by the amino acid features and the sliding window.

Random Forest model

Random Forest (RF) [40] is an ensemble learner that constructs a multitude of decision trees with randomly selected features during training time and outputs the class that is the mode of the classes output by individual trees. Each decision tree grows as follows: for a training set of N cases and M variables, sample n cases with replacement from the original data to grow the tree. A number m << M is specified such that at each node m variables are selected randomly to best split the nodes. Each tree grows as large as possible. The error of RF depends on the strength of each individual tree and the correlation between them [41]. RF algorithm is depicted in Figure 2. We set the number of selected features at each node for building the trees, m, to (log2(number of attributes) + 1) as recommended by [40]. We examined several values for the number of generated decision trees, N trees , in the range of 10 and 500 and found that the prediction accuracy increases as N trees increases. However, the improvement in prediction when N trees exceeds 200 is not considerable when compared with the increase in computational time and memory. Therefore, we set N trees to 200 in all the conducted experiments.

Figure 2
figure 2

Random Forest algorithm.

Due to its averaging strategy, RF classifier is robust to outliers and noise, avoids overfitting, is relatively fast, simple, easily parallelized, and performs well in many classification problems [40, 42]. RF shows a significant performance improvement over the single tree classifiers such as CART and C4.5. RF model interprets the importance of the features using measures such as decrease mean accuracy or Gini importance [43]. RF benefit from the randomization of decision tress as they have low-bias and high variance. RF has few parameters to tune and less dependent on tuning parameters [44, 45].

Ensemble methods including RF, bagging, and boosting have been increasingly applied to bioinformatics. When compared to bagging and boosting ensemble methods, RF has a unique advantage of using multiple feature subsets which is well suited for high-dimensional data as demonstrated by several bioinformatics studies [46]. Lee et al. [47] compared the ensemble of bagging, boosting and RF using the same experimental settings and found that RF is the most successful one. The experimental results through ten microarray datasets in [48] reported that RF is able to preserve predictive accuracy while yielding smaller gene sets compared to diagonal linear discriminant analysis, kNN, SVM, shrunken centroids (SC), and kNN with feature selection. Other advantages of RF such as robustness to noise, lack of dependence upon tuning parameters, and the computation speed have been verified by [44] in classifying SELDI-TOF proteomic data. Wu et al. [49] compared the ensemble methods of bagging, boosting, and RF to individual classifiers of LDA, quadratic discriminant analysis, kNN, and SVM for MALDI-TOF (matrix assisted laser desorption/ionization with time-of-flight) data classification and reported that among all methods RF gives the lowest error rate with the smallest variance. RF also has better generalization ability than Ababoost ensembles [50].

Recently, RF has been successfully employed to a wide range of bioinformatics problems including protein-protein binding sites [51], protein-protein interaction [52, 53], protein disordered regions [54], transmembrane helix [39], residue-residue contact and helix-helix interaction [41], and solvent accessible surface area of TM helix residues in membrane proteins [55].

Evaluation measures

The most commonly used evaluation metrics in domain-linker prediction tasks are accuracy, recall, precision, and F-measure. Accuracy (Ac) is defined as the proportion of correctly predicted linkers and domains to all of the structure-derived linkers and domains listed in the dataset. Sensitivity, or recall (R), is defined as the proportion of correctly predicted linkers to all of the structure-derived linkers listed in the dataset. Precision (P) is defined as the proportion of correctly predicted linkers to all of the predicted linkers. The F-measure (F1) is an evaluation metric that combines precision and recall into a single value. It is defined as the harmonic mean of precision and recall [56, 57]. These four evaluation metrics can be formulated as:

A c = T P + T N T P + T N + F N + F P
(3)
R = T P T P + F N
(4)
P = T P T P + F P
(5)
F 1 = 2 P R P + R
(6)

where TP (true positive) is the number of AAs within the known linker segment predicted as linkers, TN (true negative) is the number of AAs within the known domain segment predicted as domains, FN (false negative) is the number of AA within the known linker segments predicted as domains, and FP (false positive) is the number of AA within the known domain segment predicted as linkers.

Recall and precision are useful measures in domain-linker prediction problem. Recall and precision are class-independent measures so that they can handle unbalanced data situation, where data points are not equally distributed among classes such as domain-linker data. F1-score is also used as a unified measure to compare two approaches when one approach has higher recall and lower precision than the other.

Results

To find the optimal averaging window size, we tested odd window sizes in the range of 7 to 45 residues at randomly selected 50 protein sequences from DS-All dataset [23] and another randomly selected 50 protein sequences from DomCut dataset [3], and then compared the prediction performance at these windows in terms of recall, precision, and F1-score. Figure 3 depicts the performance measures at different sliding windows when applied to the 50 protein sequences of DS-All dataset. Figure 4 shows these prediction measures at different sliding windows when applied to the 50 protein sequences from DomCut dataset. As seen in these two figures, the window size of 41 showed the highest recall, precision and F-measure on both datasets. We thus set the averaging window size to 41 to obtain the final experimental results.

Figure 3
figure 3

Averaging window optimization. Recall, precision, and F1-score at different window sizes with fifty protein sequences from DS-All dataset.

Figure 4
figure 4

Averaging window optimization. Recall, precision, and F1-score at different window sizes with fifty protein sequences from DomCut dataset.

We set the number of selected features at each node for building the trees, m, to (log 2(number of attributes) + 1) as recommended by [40]. We examined several values for the number of generated decision trees, N trees , in the range of 10 and 500 and found that the prediction accuracy increases as N trees increases as shown in Figure 5. However, the improvement in prediction when N trees exceeds 200 is not considerable when compared with the increase in computational time and memory. Therefore, we set N trees to 200 in all the conducted experiments. This also agrees with recent empirical studies [58, 59] which reported that ensembles of size less or equal to 100 are too small for approximating the infinite ensemble prediction.

Figure 5
figure 5

Number of generated trees optimization. Recall, precision, and F-measure at different number of generated trees performed on DS-All dataset.

On the DS-All dataset, with 10-fold cross validation, we achieved the average prediction recall of 0.68, precision of 0.99, and F-measure of 0.80. The comparisons of our approach with existing domain-linker predictors approaches [23] on DS-All dataset are summarized in Figure 6. Clearly, the proposed approach outperformed the existing domain-linker predictors in terms of recall, precision, and F-measure. To prove the usefulness of our approach, it was again tested on DomCut/Swiss-Prot protein sequence dataset. Our approach again outperformed Shatnawi and Zaki's predictor [11] as well as DomCut [3] with average recall of 0.65, a precision of 0.98, and an F-measure of 0.78 as shown in Table 6. Figure. 7 shows the predicted domain-linkers by the proposed approach on FAS-associated death domain protein, FADD Human, (PDB Accession number Q13158) which has 208 residues with two domains and one domain-linker located in the interval between 83 and 96 residues.

Figure 6
figure 6

Performance comparison. Recall, precision, and F-measure of six currently available domain boundary/linker predictors compared to our approach performed on DS-All dataset.

Figure 7
figure 7

FADD Human-protein. The protein chain contains 208 residues and has two domains and a linker in the interval (83-96).

Table 6 Recall, precision, and F-measure using Swiss-Prot/DomCut dataset.

Discussion

The experimental results showed that the proposed approach is useful for the domain-linker identification of highly imbalanced single-domain and multi-domain proteins. There are several advantages of the proposed approach. First, the better predictive performance of the proposed approach was achieved on the imbalance domain-linkers without applying any class weights or data re-sampling techniques. In other words, the proposed approach it is not biased towards the majority class like most other models. To compare RF performance to SVM and ANN, we trained SVM and ANN classifiers with the same protein data and found that both classifiers classified the whole protein sequences as domains. This can be explained by the fact that the training of such methods is based on optimizing the model parameters to maximize the classification accuracy (by minimizing the error rate) which is not a successful strategy in case of highly imbalanced data. Second, physiochemical properties that are used in this approach play important roles in forming the behavior of AAs and their interactions with other AAs and these interactions have significant impact on the formation, folding, and stabilization of protein 3D structures. Therefore, these properties are important features to distinguish structural domains from linkers. Third, AA features that are used in this approach can be extracted with a low computational cost when compared to extracting other features such as PSSM and protein secondary structure that are used in most of the current approaches. Generating PSSM and predicting secondary structure features are computationally expensive and time consuming. Moreover, protein secondary structures are normally predicted by computational methods, and therefore, domain-linker prediction is influenced by secondary structure prediction accuracy as the incorrectly predicted secondary structures may lead to model misclassification.

On the other hand, one of the limitations of our approach is that RF may break the correlation between AAs. Each instance in the training data is a the average feature values for a certain AA residue in the protein. The preference of each AA to exist in domain or linker strongly depends on its neighbor AAs. Therefore, there is a strong correlation between these AA instances and when RF algorithm randomly selects a number of instances for each decision tree, the sequence-order knowledge may be lost.

To find which features contribute most to the prediction, we perform a feature selection procedure as follows. First, we measure the Information Gain (IG) of each feature and order the features according to their IG. Then, we remove the features one by one starting with the one that has least IG and find its effect on the prediction and present the results in Table 7. It is found that AA linker index and hydrophobicity contribute more while AA polarity and electric charge contributes less than other features.

Table 7 Prediction measures after removing features that have less information gain using DS-All dataset.

Although various ML-based domain prediction approaches have been developed, they have shown a limited capability in multi-domain protein prediction. Capturing long-term AA dependencies and developing a more suitable representation of protein sequence profiles that includes evolutionary information may lead to better model performance. Existing approaches showed a limited capability in exploiting long-range interactions that exist among amino acids and participate in the formation of protein secondary structure. Residues can be adjacent in 3D space while located far apart in the AA sequence. [2, 60]. Regarding protein sequence profile representation, the proposed input profiles in most domain-linker predictors still provides insufficient structural information to reach the maximum accuracy.

One reason behind the limited capability of multi-domain protein predictors is the disagreement of domain assignment within different protein databases. The agreement between domain databases covers about 80% of single domain proteins and about 66% of multi-domain proteins only [61]. This disagreement is due to the variance in the experimental methods used in domain assignment. The most predominant techniques used to experimentally determine protein 3D structures are X-ray crystallography and nuclear magnetic resonance spectroscopy (NMR). However, their conformational results of domain assignment vary in about 20% so that upper limit accuracy for such domain-linker prediction task could be about 80%.

Conclusions

To the best of our knowledge, it is clearly novel that the use of well-optimized RF classifier along with a profile that contains domain-linker and physiochemical property information for protein domain linker identification problem. The profile also uses a sliding window of variable length to extract the information on the dependencies of each AA and its neighbors. The utility of the proposed approach is proved on two well-known benchmark datasets by achieving a recall of 68%, precision of 99%, and F1-score of 80%. The proposed approach successfully eliminates some of the data pre-processing steps such as class weights or data re-sampling techniques, and proves that the model can handle imbalanced data and is not biased towards the majority class. This work can be extended by examining longer averaging window sizes in order to capture long-range AA dependency information. The averaging window formula can also be improved to a weighted average so that the closer AA neighbors to the central residue can take higher weights than farther ones.

References

  1. Chothia C: Proteins. one thousand families for the molecular biologist. Nature. 1992, 357 (6379): 543-10.1038/357543a0.

    Article  CAS  PubMed  Google Scholar 

  2. Yoo PD, Sikder AR, Taheri J, Zhou BB, Zomaya AY: Domnet: protein domain boundary prediction using enhanced general regression network and new profiles. NanoBioscience, IEEE Transactions. 2008, 7 (2): 172-181.

    Article  CAS  Google Scholar 

  3. Suyama M, Ohara O: Domcut: prediction of inter-domain linker regions in amino acid sequences. Bioinformatics. 2003, 19 (5): 673-674. 10.1093/bioinformatics/btg031.

    Article  CAS  PubMed  Google Scholar 

  4. Bhaskara RM, de Brevern AG, Srinivasan N: Understanding the role of domain-domain linkers in the spatial orientation of domains in multi-domain proteins. Journal of Biomolecular Structure and Dynamics. 2012,

    Google Scholar 

  5. Zaki N: Prediction of protein-protein interactions using pairwise alignment and inter-domain linker region. Engineering Letters. 2008, 16 (4): 505-

    Google Scholar 

  6. Zaki N, Campbell P: Domain linker region knowledge contributes to protein-protein interaction prediction. Proceedings of International Conference on Machine Learning and Computing (ICMLC 2009). 2009

    Google Scholar 

  7. Hondoh T, Kato A, Yokoyama S, Kuroda Y: Computer-aided nmr assay for detecting natively folded structural domains. Protein science. 2006, 15 (4): 871-883. 10.1110/ps.051880406.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Dong Q, Wang X, Lin L, Xu Z: Domain boundary prediction based on profile domain linker propensity index. Computational biology and chemistry. 2006, 30 (2): 127-133. 10.1016/j.compbiolchem.2006.01.001.

    Article  CAS  PubMed  Google Scholar 

  9. Zaki N, Bouktif S, Lazarova-Molnar S: A combination of compositional index and genetic algorithm for predicting transmembrane helical segments. PLoS ONE. 2011, 6 (7): 21821-10.1371/journal.pone.0021821.

    Article  Google Scholar 

  10. Pang CN, Lin K, Wouters MA, Heringa J, George RA: Identifying foldable regions in protein sequence from the hydrophobic signal. Nucleic acids research. 2008, 36 (2): 578-588.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  11. Shatnawi M, Zaki N: Prediction of protein inter-domain linkers using compositional index and simulated annealing. Proceeding of the Fifteenth Annual Conference Companion on Genetic and Evolutionary Computation Conference Companion. GECCO '13 Companion. 2013, 1603-1608. [http://doi.acm.org/10.1145/2464576.2482740]

    Chapter  Google Scholar 

  12. Linding R, Russell RB, Neduva V, Gibson TJ: Globplot: exploring protein sequences for globularity and disorder. Nucleic acids research. 2003, 31 (13): 3701-3708. 10.1093/nar/gkg519.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  13. Altschul SF, Madden TL, Schäffer AA, Zhang J, Zhang Z, Miller W, Lipman DJ: Gapped blast and psi-blast: a new generation of protein database search programs. Nucleic acids research. 1997, 25 (17): 3389-3402. 10.1093/nar/25.17.3389.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  14. Cheng J, Sweredoski MJ, Baldi P: Dompro: protein domain prediction using profiles, secondary structure, relative solvent accessibility, and recursive neural networks. Data Mining and Knowledge Discovery. 2006, 13 (1): 1-10. 10.1007/s10618-005-0023-5.

    Article  Google Scholar 

  15. Fischer D, Barret C, Bryson K, Elofsson A, Godzik A, Jones D, Karplus KJ, Kelley LA, MacCallum RM, Pawowski K: Cafasp-1: critical assessment of fully automated structure prediction methods. Proteins: Structure, Function, and Bioinformatics. 1999, 37 (S3): 209-217. 10.1002/(SICI)1097-0134(1999)37:3+<209::AID-PROT27>3.0.CO;2-Y.

    Article  Google Scholar 

  16. Saini HK, Fischer D: Meta-dp: domain prediction meta-server. Bioinformatics. 2005, 21 (12): 2917-2920. 10.1093/bioinformatics/bti445.

    Article  CAS  PubMed  Google Scholar 

  17. George RA, Lin K, Heringa J: Scooby-domain: prediction of globular domains in protein sequence. Nucleic acids research. 2005, 33 (suppl 2): 160-163.

    Article  Google Scholar 

  18. Bondugula R, Lee MS, Wallqvist A: Fiefdom: a transparent domain boundary recognition system using a fuzzy mean operator. Nucleic acids research. 2009, 37 (2): 452-462.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  19. Sim J, Kim S-Y, Lee J: Pprodo: Prediction of protein domain boundaries using neural networks. Proteins: Structure, Function, and Bioinformatics. 59 (3):

  20. Murzin AG, Brenner SE, Hubbard T, Chothia C: Scop: a structural classification of proteins database for the investigation of sequences and structures. Journal of molecular biology. 1995, 247 (4): 536-540.

    CAS  PubMed  Google Scholar 

  21. Walsh I, Martin AJ, Mooney C, Rubagotti E, Vullo A, Pollastri G: Ab initio and homology based prediction of protein domains by recursive neural networks. BMC bioinformatics. 2009, 10 (1): 195-10.1186/1471-2105-10-195.

    Article  PubMed Central  PubMed  Google Scholar 

  22. Xue Z, Xu D, Wang Y, Zhang Y: Threadom: extracting protein domain boundary information from multiple threading alignments. Bioinformatics. 2013, 29 (13): 247-256. 10.1093/bioinformatics/btt209.

    Article  Google Scholar 

  23. Ebina T, Toh H, Kuroda Y: Drop: an svm domain linker predictor trained with optimal features selected by random forest. Bioinformatics. 2011, 27 (4): 487-494. 10.1093/bioinformatics/btq700.

    Article  CAS  PubMed  Google Scholar 

  24. Tanaka T, Yokoyama S, Kuroda Y: Improvement of domain linker prediction by incorporating loop-length-dependent characteristics. Peptide Science. 2006, 84 (2): 161-168. 10.1002/bip.20361.

    Article  CAS  PubMed  Google Scholar 

  25. Ebina T, Toh H, Kuroda Y: Loop-length-dependent svm prediction of domain linkers for high-throughput structural proteomics. Peptide Science. 2009, 92 (1): 1-8. 10.1002/bip.21105.

    Article  CAS  PubMed  Google Scholar 

  26. Sikder AR, Zomaya AY: Improving the performance of domaindiscovery of protein domain boundary assignment using inter-domain linker index. BMC bioinformatics. 2006, 7 (Suppl 5): 6-10.1186/1471-2105-7-S5-S6.

    Article  Google Scholar 

  27. Chatterjee P, Basu S, Kundu M, Nasipuri M, Basu DK: Improved prediction of multi-domains in protein chains using a support vector machine. 2009

    Google Scholar 

  28. Eickholt J, Deng X, Cheng J: Dobo: Protein domain boundary prediction by integrating evolutionary signals and machine learning. BMC bioinformatics. 2011, 12 (1): 43-10.1186/1471-2105-12-43.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  29. Bairoch A, Apweiler R: The swiss-prot protein sequence database and its supplement trembl in 2000. Nucleic acids research. 2000, 28 (1): 45-48. 10.1093/nar/28.1.45.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  30. Hu H-J, Pan Y, Harrison R, Tai PC: Improved protein secondary structure prediction using support vector machine with a new encoding scheme and an advanced tertiary classifier. NanoBioscience, IEEE Transactions. 2004, 3 (4): 265-271. 10.1109/TNB.2004.837906.

    Article  Google Scholar 

  31. Kim H, Park H: Prediction of protein relative solvent accessibility with support vector machines and long-range interaction 3d local descriptor. Proteins: Structure, Function, and Bioinformatics. 2004, 54 (3): 557-562.

    Article  CAS  Google Scholar 

  32. Korenberg MJ, David R, Hunter IW, Solomon JE: Automatic classification of protein sequences into structure/function groups via parallel cascade identification: a feasibility study. Annals of biomedical engineering. 2000, 28 (7): 803-811.

    Article  CAS  PubMed  Google Scholar 

  33. Yoo P, Zhou B, Zomaya A: A modular kernel approach for integrative analysis of protein domain boundaries. BMC genomics. 2009, 10 (Suppl 3): 21-10.1186/1471-2164-10-S3-S21.

    Article  Google Scholar 

  34. Rose GD, Geselowitz AR, Lesser GJ, Lee RH, Zehfus MH: Hydrophobicity of amino acid residues in globular proteins. Science. 1985, 229 (4716): 834-838. 10.1126/science.4023714.

    Article  CAS  PubMed  Google Scholar 

  35. Taylor WR: The classification of amino acid conservation. Journal of theoretical Biology. 1986, 119 (2): 205-218. 10.1016/S0022-5193(86)80075-3.

    Article  CAS  PubMed  Google Scholar 

  36. Betts MJ, Russell RB: Amino acid properties and consequences of substitutions.

  37. Ganapathiraju M, Balakrishnan N, Reddy R, Klein-Seetharaman J: Transmembrane helix prediction using amino acid property features and latent semantic analysis. Bmc Bioinformatics. 2008, 9 (Suppl 1): 4-10.1186/1471-2105-9-S1-S4.

    Article  Google Scholar 

  38. Hayat M, Khan A: Mem-phybrid: Hybrid features-based prediction system for classifying membrane protein types. Analytical biochemistry. 2012, 424 (1): 35-44. 10.1016/j.ab.2012.02.007.

    Article  CAS  PubMed  Google Scholar 

  39. Hayat M, Khan A: Wrf-tmh: predicting transmembrane helix by fusing composition index and physicochemical properties of amino acids. Amino acids. 2013, 1-12.

    Google Scholar 

  40. Breiman L: Random forests. Machine learning. 2001, 45 (1): 5-32. 10.1023/A:1010933404324.

    Article  Google Scholar 

  41. Wang X-F, Chen Z, Wang C, Yan R-X, Zhang Z, Song J: Predicting residue-residue contacts and helix-helix interactions in transmembrane proteins using an integrative feature-based random forest approach. PloS one. 2011, 6 (10): 26767-10.1371/journal.pone.0026767.

    Article  Google Scholar 

  42. Caruana R, Karampatziakis N, Yessenalina A: An empirical evaluation of supervised learning in high dimensions. Proceedings of the 25th International Conference on Machine Learning ACM. 2008, 96-103.

    Google Scholar 

  43. Chang KY, Yang J-R: Analysis and prediction of highly effective antiviral peptides based on random forests. PloS one. 2013, 8 (8): 70166-10.1371/journal.pone.0070166.

    Article  Google Scholar 

  44. Izmirlian G: Application of the random forest classification algorithm to a seldi-tof proteomics study in the setting of a cancer prevention trial. Annals of the New York Academy of Sciences. 2004, 1020 (1): 154-174. 10.1196/annals.1310.015.

    Article  CAS  PubMed  Google Scholar 

  45. Qi Y: Random forest for bioinformatics. Ensemble Machine Learning Springer. 2012, 307-323.

    Chapter  Google Scholar 

  46. Yang P, Hwa Yang Y, B Zhou B, Y Zomaya A: A review of ensemble methods in bioinformatics. Current Bioinformatics. 2010, 5 (4): 296-308. 10.2174/157489310794072508.

    Article  CAS  Google Scholar 

  47. Lee JW, Lee JB, Park M, Song SH: An extensive comparison of recent classification tools applied to microarray data. Computational Statistics & Data Analysis. 2005, 48 (4): 869-885. 10.1016/j.csda.2004.03.017.

    Article  Google Scholar 

  48. Díaz-Uriarte R, De Andres SA: Gene selection and classification of microarray data using random forest. BMC bioinformatics. 2006, 7 (1): 3-10.1186/1471-2105-7-3.

    Article  PubMed Central  PubMed  Google Scholar 

  49. Wu B, Abbott T, Fishman D, McMurray W, Mor G, Stone K, Ward D, Williams K, Zhao H: Comparison of statistical methods for classification of ovarian cancer using mass spectrometry data. Bioinformatics. 2003, 19 (13): 1636-1643. 10.1093/bioinformatics/btg210.

    Article  CAS  PubMed  Google Scholar 

  50. Chen C, Liaw A, Breiman L: Using random forest to learn imbalanced data. 2004, University of California, Berkeley

    Google Scholar 

  51. Bordner AJ: Predicting protein-protein binding sites in membrane proteins. BMC bioinformatics. 2009, 10 (1): 312-10.1186/1471-2105-10-312.

    Article  PubMed Central  PubMed  Google Scholar 

  52. Chen X-W, Liu M: Prediction of protein-protein interactions using random decision forest framework. Bioinformatics. 2005, 21 (24): 4394-4400. 10.1093/bioinformatics/bti721.

    Article  CAS  PubMed  Google Scholar 

  53. Šikić M, Tomić S, Vlahovićek K: Prediction of protein-protein interaction sites in sequences and 3d structures by random forests. PLoS computational biology. 2009, 5 (1): 1000278-10.1371/journal.pcbi.1000278.

    Article  Google Scholar 

  54. Han P, Zhang X, Norton R, Feng Z-P: Large-scale prediction of long disordered regions in proteins using random forests. BMC bioinformatics. 2009, 10 (1): 8-10.1186/1471-2105-10-8.

    Article  PubMed Central  PubMed  Google Scholar 

  55. Wang C, Xi L, Li S, Liu H, Yao X: A sequence-based computational model for the prediction of the solvent accessible surface area for α-helix and β-barrel transmembrane residues. Journal of computational chemistry. 2012, 33 (1): 11-17. 10.1002/jcc.21936.

    Article  PubMed  Google Scholar 

  56. Sasaki Y: The truth of the f-measure. Teach Tutor mater. 2007, 1-5.

    Google Scholar 

  57. Powers D: Evaluation: From precision, recall and f-measure to roc., informedness, markedness & correlation. Journal of Machine Learning Technologies. 2011, 2 (1): 37-63.

    Google Scholar 

  58. Hernández-Lobato D, Martínez-Muñoz G, Suárez A: How large should ensembles of classifiers be?. Pattern Recognition. 2013, 46 (5): 1323-1336. 10.1016/j.patcog.2012.10.021.

    Article  Google Scholar 

  59. Bibimoune M, Elghazel H, Aussem A: An empirical comparison of supervised ensemble learning approaches. 2013, month

    Google Scholar 

  60. Chen J, Chaudhari NS: Bidirectional segmented-memory recurrent neural network for protein secondary structure prediction. Soft Computing. 2006, 10 (4): 315-324. 10.1007/s00500-005-0489-5.

    Article  CAS  Google Scholar 

  61. Marsden RL, McGuffin LJ, Jones DT: Rapid protein domain assignment from amino acid sequence using predicted secondary structure. Protein Science. 2002, 11 (12): 2814-2824.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

The authors would like to acknowledge the assistance provided by the College of Information Technology and the National Research Foundation (Grant Ref. No. 31T038) and the Research and Graduate Studies Office at the United Arab Emirates University (UAEU). The authors would like to also thank Mikita Suyama, Osamu Ohara, Teppei Ebina, Hiroyuki Toh, and Yutaka Kuroda for providing the protein datasets used in their studies.

Declarations

The publication cost for this article was funded by the College of Information Technology at the United Arab Emirates University.

This article has been published as part of BMC Bioinformatics Volume 15 Supplement 16, 2014: Thirteenth International Conference on Bioinformatics (InCoB2014): Bioinformatics. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcbioinformatics/supplements/15/S16.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Maad Shatnawi.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

MS, NZ, and PY have contributed to the conceptual development of the method. MS has performed the experimental work and the statistical analysis. MS drafted the manuscript. PY and NZ revised it.

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/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Shatnawi, M., Zaki, N. & Yoo, P.D. Protein inter-domain linker prediction using Random Forest and amino acid physiochemical properties. BMC Bioinformatics 15 (Suppl 16), S8 (2014). https://doi.org/10.1186/1471-2105-15-S16-S8

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-15-S16-S8

Keywords