Literature DB >> 29959372

Protein Secondary Structure Prediction Based on Data Partition and Semi-Random Subspace Method.

Yuming Ma1, Yihui Liu2, Jinyong Cheng1.   

Abstract

Protein secondary structure prediction is one of the most important and challenging problems in bioinformatics. Machine learning techniques have been applied to solve the problem and have gained substantial success in this research area. However there is still room for improvement toward the theoretical limit. In this paper, we present a novel method for protein secondary structure prediction based on a data partition and semi-random subspace method (PSRSM). Data partitioning is an important strategy for our method. First, the protein training dataset was partitioned into several subsets based on the length of the protein sequence. Then we trained base classifiers on the subspace data generated by the semi-random subspace method, and combined base classifiers by majority vote rule into ensemble classifiers on each subset. Multiple classifiers were trained on different subsets. These different classifiers were used to predict the secondary structures of different proteins according to the protein sequence length. Experiments are performed on 25PDB, CB513, CASP10, CASP11, CASP12, and T100 datasets, and the good performance of 86.38%, 84.53%, 85.51%, 85.89%, 85.55%, and 85.09% is achieved respectively. Experimental results showed that our method outperforms other state-of-the-art methods.

Entities:  

Mesh:

Substances:

Year:  2018        PMID: 29959372      PMCID: PMC6026213          DOI: 10.1038/s41598-018-28084-8

Source DB:  PubMed          Journal:  Sci Rep        ISSN: 2045-2322            Impact factor:   4.379


Introduction

Proteins play a key role in almost all biological processes; they are the basis of life. For example, they take part in maintaining the structural integrity of the cell, transport and storage of small molecules, catalysis, regulation, signaling, and the immune system. There are 20 different amino acids that form proteins in nature[1]. The amino acids of a protein are connected in sequence with the carboxyl group of one amino acid forming a peptide bond with the amino group of the next amino acid. Protein structure is essential for the understanding of protein function. In order to recognize the protein functions of proteins at a molecular level, it is sometimes necessary to determine their 3D structure. Accurately and reliably predicting structures from protein sequences is one of the most challenging tasks in computational biology[2]. Protein secondary structure prediction provides a significant first step toward tertiary structure prediction, as well as offering information about protein activity, relationships, and functions. Protein secondary structure refers to the local conformation proteins’ polypeptide backbone. There are two regular secondary structure states, α-helix (H) and β-strand (E), and one irregular secondary structure type, the coil region (C). Sander developed a secondary structure assignment method Dictionary of Secondary Structure of Proteins (DSSP)[3], which automatically assigns secondary structure into eight states (H, E, B, T, S, L, G, and I) according to hydrogen-bonding patterns. These eight states are often further simplified into three states of helix, sheet and coil. The most widely used convention is that helix is designated as G, H and I; sheet as B and E; and all other states are designated as a coils. Most commonly, the secondary structure prediction problem is formulated as follows: given a protein sequence with amino acids, predict whether each amino acid is in the α-helix (H), β-strand (E), or coil region (C). Protein secondary structure prediction is usually evaluated by Q3 accuracy, which measures the percentage of residues for three-state secondary structures to determine whether they have been predicted correctly. Protein secondary structure prediction began in 1951 when Pauling and Corey predicted helical and sheet conformations for protein polypeptide backbones, even before the first protein structure was determined[2]. Many statistical approaches and machine learning approaches have been developed to predict secondary structure. One of the first approaches for predicting protein secondary structure, uses a combination of statistical and heuristic rules[4,5]. The GOR[6] method formalizes the secondary structure prediction problem within an information-theoretic framework. Position specific scoring matrix (PSSM)[7] based on PSIBLAST[8] reflects evolutionary information and has made the most significant improvements in protein secondary structure prediction. Many machine learning methods have been developed to predict protein secondary structure, and exhibit good performance by exploiting evolutionary information, as well as statistic information about amino acid subsequences[9]. For example, many neural network (NN)[10-14] methods, hidden Markov model (HMM)[15-17], support vector machines (SVM)[18-21], and K-nearest neighbors[22] have had substantial success, and Q3 accuracy has reached to 80%. The prediction accuracy has been continuously improved over the years, especially by using hybrid or ensemble methods and incorporating evolutionary information in the form of profiles extracted from alignments of multiple homologous sequences[23]. Recently, several papers used deep learning networks[24-28] to predict protein secondary structure and obtained good success. The highest Q3 accuracy without relying on structure templates is now at 82–84%[3]. DeepCNF[27] is a deep learning extension of conditional neural fields (CNF), which integrates conditional random fields and shallow neural networks. The overall performance of DeepCNF is significantly better than other state-of-the-art methods, breaking the long-lasting ~80% accuracy. Recently SPIDER3 improved the prediction of protein secondary structure by capturing non-local interactions using long short-term memory bidirectional recurrent neural networks[29]. In the paper[30], a new deep inception-inside-inception network, called MUFOLD-SS, was proposed for protein secondary structure prediction. SPIDER3 and MUFOLD-SS achieved better performance, compared to DeepCNF. In this paper, we presented a data partition and semi-random subspace method (PSRSM) for protein secondary structure prediction. The first step was partitioning the protein training dataset into several subsets based on the lengths of proteins sequences. The second step was generating subspaces by the semi-random subspaces method, training base classifiers on the subspaces, and then combining them by majority vote rule on each subset. Fig. 1 demonstrates our PSRSM experimental framework.
Figure 1

PSRSM framework. Training Data D is partitioned into k subsets D1, D2,…, Di, … Dk, and Sij is the jth subspace data of subset Di; Cij is a base classifier trained on Sij.

PSRSM framework. Training Data D is partitioned into k subsets D1, D2,…, Di, … Dk, and Sij is the jth subspace data of subset Di; Cij is a base classifier trained on Sij. A key step of our method was to partition the training dataset into several subsets according to the length of the protein. The length of a protein sequence is the number of amino acids (AAs) in a protein sequence. Then we trained base classifiers in parallel on subspace data generated by using semi-random subspace method and combined them on each subset. In the conventional random subspace method, the low-dimensional subspaces are generated by random sampling of the original high-dimensional spaces. In order to get good performance of the ensemble, in this paper, we proposed a semi-random subspace method for protein secondary structure prediction. This method ensured that the base classifiers were as accurate and diverse as possible. We used support vector machines (SVMs) as the base classifier. Support vector machines are a popular machine learning method for classification, regression, and other learning tasks. Compared to other machine learning methods, SVM has the advantages of high performance, absence of local minima, and ability to deal with multidimensional datasets, in which with complex relationships exist among data elements. Support vector machines (SVMs) have had substantial success in protein secondary structure prediction. Experimental results show that the overall performance of PSRSM was better than the current state-of-the-art methods.

Results

Datasets

We used six publicly available datasets (1) ASTRAL[31], (2) CullPDB[32], (3) CASP10[33], (4) CASP11[34], (5) CASP12[35], (6) CB513[36], and (7) 25PDB[37] (8) a dataset T100 developed in-house. ASTRAL, ASTRAL + CullPDB, and T100 datasets are available from supplement files. In this research, we combined the ASTRAL dataset and CullPDB dataset to be our training dataset, i.e., the ASTRAL + CullPDB dataset. The CullPDB dataset was selected based on the percentage identity cutoff of 25%, the resolution cutoff of 3 angstroms, and the R-factor cutoff of 0.25. There are 12,288 proteins in the CullPDB dataset. ASTRAL dataset had 6,892 proteins, with less than 25% sequence identity. Our training dataset ASTRAL + CullPDB had 15,696 proteins; we removed all duplicated proteins. Publicly available datasets CASP10, CASP11, CASP12, CB513, and 25PDB were used to evaluate our method and compared using SPINE-X[38], JPRED[39], PSIPRED[40] and DeepCNF. 99 proteins of the CASP10 dataset, 81 proteins of the CASP11 dataset, and 19 proteins of the CASP12 dataset were selected according to the availability of crystal structure. The CB513 dataset has 513 protein sequences. Any two proteins of CB513 share less than 25% sequence identity with each other. The 25PDB dataset was selected with low sequence similarity of no more than 25%, and has 1673 proteins, consisting of 443 all-α, 443 all-β, 346 α/β and 441 α + β. Note that the number of proteins in these datasets may be different from those reported in other published papers because we only used the available online (http://www.rcsb.org/) or with the PSSM program. In addition, we randomly downloaded 100 new proteins (T100) released after 1 January 2018 from http://www.rcsb.org/. The dataset (T100) contains 100 proteins with sequence lengths ranging from 18 to 1460. We used T100 to test PSRSM and deepCNF using our online servers and their online server RaptorX-Property which was ranked first in secondary structure prediction. Because T100 dataset is released after 2018, there is no duplicated proteins with our training dataset. All our training datasets were collected before February 2017.

Performance measures

Several different measures can be used to measure the secondary structure prediction accuracy, the most common being Q3. The Q3 accuracy is defined as the percentage of residues for which the predicted secondary structures are correct, Q3 is calculated as follows:where, NH, NE, and NC, are the number of correctly predicted secondary structures: helix, strand and coil, respectively. N is the total number of residues (amino acids). We calculate the average accuracy of the whole test dataset and use average Q3 to evaluate the performance of our model on the test dataset, the average Q3 is defined asWhere n is the number of protein sequences that has the valid predicted results in the test dataset, Xi denotes a protein sequence, and Q3(Xi) is the Q3 accuracy of Xi.

Performance

We used Q3 accuracy to compare our PSRSM method with other state-of-the-art methods, SPINE-X, PSIPRED, JPRED, and DeepCNF, on four publicly available datasets (CASP10, CASP11, CASP12, and CB513). Table 1 shows the Q3 accuracy of PSRSM and the other state-of-the-art methods on the four datasets. The experimental results show that PSRSM is significantly outperforming SPINE-X, PSIPRED, and JPRED. Moreover, PSRSM had 1–3% higher Q3 accuracy than DeepCNF. We also tested our method on 25PDB dataset with 1674 proteins, and Q3 accuracy is 86.38%.
Table 1

Q3 accuracy of the tested methods on CASP10, CASP11, CASP12, and CB513 datasets. (The results of SPINE-X, PSIPRED, JPRED, and DeepCNF are taken from the papers[2,27]).

MethodsQ3(%)
CASP10CASP11CASP12CB513
SPINE-X80.779.376.978.9
PSIPRED81.280.778.079.2
JPRED81.680.475.181.7
DeepCNF84.484.782.182.3
PSRSM85.5185.8985.5584.53
Q3 accuracy of the tested methods on CASP10, CASP11, CASP12, and CB513 datasets. (The results of SPINE-X, PSIPRED, JPRED, and DeepCNF are taken from the papers[2,27]). In addition, we compared our proposed method to DeepCNF using our online servers (http://210.44.144.20:82/protein_PSRSM/default.aspx) and their online server RaptorX-Property (http://raptorx.uchicago.edu/StructurePropertyPred/predict/) on T100 dataset. Table 2 lists the Q3 accuracy of PSRSM and DeepCNF for each protein. The average Q3 accuracy of PSRSM was higher 2.5% than that of DeepCNF. In addition, we analyzed Q3 accuracy of predicted secondary structures in internal regions and at boundaries[2]. Here, we defined a helical/sheet residue as internal if its two nearest neighboring residues were also helical/sheet residues; we defined it as a boundary if one or both of the nearest neighbors had a different secondary structural assignment. The overall Q3 accuracies of PSRSM and DeepCNF, respectively, were 89.89% and 85.68% in internal regions, and 75.33% and 73.30% at boundaries. We also compared our method with other state-of-the-art methods (SPIDER3, MUFOLD, PSIPRED and JPRED) using their online server on T100 dataset in Table 3. The newly updated MUFOLD and SPIDER3 obtained 89.28% and 88.25% in internal regions, and 74.65% and 70.72% at boundaries. We can see that PSRSM was superior to current state-of-the-art methods not only in internal regions, but also at boundaries.
Table 2

Q3 accuracy of PSRSM and DeepCNF for each protein in the T100.

Protein namePSRSM (Q3%)DeepCNF (Q3%)LengthProtein namePSRSM (Q3%)DeepCNF (Q3%)Length
5K4W_A96.8885.673215Y5Z_A82.7080.45578
5MOI_A80.2768.612236B2N_A71.1087.07263
5MOJ_A89.2478.302236BT3_C85.0073.64220
5MOK_89.2477.582236F0E_A86.8680.45312
5NA1_A76.4779.664086F1T_G82.4580.85376
5O7K_A80.2186.46966F40_A75.7574.791460
5QAN_A91.7778.602435GZJ_A85.2488.30359
5UB4_A83.9384.292805BK1_H93.2280.93236
5VSA_A86.6283.443145GZI_B84.6887.74359
6AOK_A85.7175.122175K4Y_A97.1986.56320
6FEL_A94.0789.832365LCP_B95.0020
6F2L_A70.0785.533045LH4_A99.5587.44223
6F0Z_A80.1387.703175MB5_A88.1881.82330
6EM0_78.8385.205815MR9_A81.3771.57102
6EHH_A94.8985.801765NXG_A98.0583.27257
5QAE_A92.1879.842435O5I_A72.8390.2292
5QAK_A92.1879.842435V6F_A76.8176.81138
6AX2_A73.9182.61465WHI_A93.7990.06161
6AZ2_A91.7081.222295WXE_A60.7160.7128
6B5G_A94.3289.864936F1D_A94.8788.03117
6B7Z_A86.5485.099665KDB_A96.1886.01393
6BB5_A94.9684.891395KDY_A95.4286.26393
6BBQ_A76.7389.625205N2O_A88.5792.8670
6FD3_A80.6785.333005NEC_A84.4886.64741
6B3G_A87.8887.88995O3U_A91.9983.70724
5XXR_A87.1288.641325O6V_A70.3674.19496
5WVM_84.6880.165095OQZ_A77.7818
5WCT_A63.6473.801875OYD_A89.3985.10396
5W30_A79.4479.441805UG6_A91.2887.25149
5MZV_B80.8180.811985UOE_A94.2486.77990
6F73_B62.0278.225745UOZ_A71.4321
6BVC_A83.6281.921775V23_A78.5786.7398
5M3U_91.3583.174165VDF_A94.5287.6773
5BJZ_B97.2485.183985W92_A71.0778.68197
5LUH_A90.7479.262705WAT_A82.2286.36315
5MOP_90.1383.412235WOT_A93.4380.30198
5MR5_A80.3972.551025WOZ_A89.8692.03138
5NXP_A98.4583.332585WPX_A79.7878.6589
5XEE_A76.5377.55985XBK_A80.7781.01416
5YPK_A91.3283.882425M88_A89.7192.65136
5YQW_A87.4179.895325MNV_A89.1987.71407
5YWZ_A73.5580.172425MOS_A99.5587.44223
5Z0T_A94.0380.386375MVO_A70.4575.95291
6AX6_A79.1581.282355N1D_A90.3784.99353
6BGN_A98.3383.33605N1N_A88.9588.67353
6C2I_A74.2179.084115O5C_A82.0884.39519
6C8S_A88.1378.633795OQ1_A85.4081.02137
5WDD_A93.4591.071685ORK_B78.4185.51352
6AVD_A70.0080.00405OTY_A73.3977.49342
6FO0_N88.7587.284805URT_A71.4321

(If a protein sequence has more than 4000 or less than 26 amino acids, DeepCNF online server will report errors).

Table 3

PSRSM, DeepCNF, SPIDER3, MUFOLD,PSIPRED and JPRED average Q3 accuracies and Q3 accuracies in the internal regions, and at boundary regions of secondary structures on the T100.

MethodQ3(average)Q3 (internal)Q3 (boundary)Website
DeepCNF82.7885.6873.30 http://raptorx.uchicago.edu/StructurePropertyPred/predict/
SPIDER382.4188.2570.72 http://sparks-lab.org/server/SPIDER3/
MUFOLD84.3589.2874.65 http://mufold.org/mufold-ss-angle/
PSIPRED76.3382.8463.06 http://bioinf.cs.ucl.ac.uk/psipred/
JPRED74.4581.4260.25 http://www.compbio.dundee.ac.uk/jpred4/index.html
PSRSM85.0989.8975.33 http://210.44.144.20:82/protein_PSRSM/default.aspx

The DeepCNF method is available only to proteins with a length of [26, 4000], MUFOLD is [30,700], and JPRED is [20,800].

Q3 accuracy of PSRSM and DeepCNF for each protein in the T100. (If a protein sequence has more than 4000 or less than 26 amino acids, DeepCNF online server will report errors). PSRSM, DeepCNF, SPIDER3, MUFOLD,PSIPRED and JPRED average Q3 accuracies and Q3 accuracies in the internal regions, and at boundary regions of secondary structures on the T100. The DeepCNF method is available only to proteins with a length of [26, 4000], MUFOLD is [30,700], and JPRED is [20,800].

Discussion

Reason for partitioning training datasets according to protein length rather than randomly

Our training data was the ASTRAL+CullPDB dataset, which had 15,696 proteins, and 3,863,231 amino acids (AAs). Since training support vector machines on such a large dataset is a very slow process, the first step of our method was partitioning the training data into several different subsets and training SVMs in parallel. If we partitioned the training data randomly, it would just reduce the computation time, but not increase the prediction accuracy[41]. The length of a protein sequence is the number of amino acids in a protein sequence. Protein length is an important feature of a protein because it influences protein structure. For example, the short sequence ‘VVDALVR’ formed ‘EEEEEE’ in six proteins: 1by5_A, 1qfg_A, 1qff_A, 1fcp_A, 1fi1_A, and 2fcp_A. Their lengths are 714, 725, 725, 705, 707, and 723 respectively. Meanwhile ‘VVDALVR’ formed ‘HHHHHH’ in one protein (3vtz_A), and its length was 269. This data can be downloaded at prodata.swmed.edu/chseq.[42]. Identical amino acid sequence has different types of secondary structures in proteins of different lengths; this is because protein length can affect both local and long-range interactions of the protein. Based on the above considerations, we partitioned training datasets according to protein length to cluster proteins in the training data. In order to validate the effectiveness of our data partitioning strategy, we conducted another experiment. We randomly generated a subset of the ASTRAL+CullPDB dataset randomly instead of according to protein length, and similarly trained SVM base classifiers on the subset. Then we combined them into an ensemble (Classifier_C). We compared Classifier_C with our PSRSM1, and Table 4 shows that the performance of PSRSM1 is quite similar to that of Classifier_C on CB513 dataset, but significantly better on subset with protein length L ∈ [1, 100]. The main difference between the two classifiers was the training set. All training proteins of PSRSM1 were short proteins, they had similar protein lengths, and all lengths belonged to interval [1,100]; conversely, the lengths of Classfier_C training data were randomly distributed.
Table 4

Comparison of classifier_C and PSRSM1 on CB513.

Protein length LQ3(%)Training data
Classifier_CPSRSM1
Classifier_CPSRSM1Number (protein)Number (amino acid)Number (protein)Number (amino acid)
[1,100]75.4883.25176109962260161952
(100,200]78.1776.442553736900
(200,300]78.6075.831373407200
(300,400]75.9473.821053552900
(400,500]75.8172.07632781800
L > 50074.0171.23644227700
all77.1677.578001880612260161952
Comparison of classifier_C and PSRSM1 on CB513. Table 5 shows the performance of T100 dataset with different lengths based on 6 PSRSMs. 6 protein subsets with different lengths achieved the best performance 79.84%, 84.58%, 87.59%, 87.51%, 83.24%, and 83.93% respectively using their corresponding PSRSM.
Table 5

Q3 accuracy of each ensemble classifier on different proteins with different length in T100 dataset.

PSRSM1PSRSM2PSRSM3PSRSM4PSRSM5PSRSM6
[1,100]79.8463.1162.7563.4062.8964.13
(100,200]78.1984.5881.0278.9977.1878.16
(200,300]74.3978.1487.5978.9975.9575.15
(300,400]74.0075.6378.8087.5178.6277.64
(400,500]74.2376.6977.0980.8183.2477.06
L > 50073.5975.8775.6476.3077.1283.93
Q3 accuracy of each ensemble classifier on different proteins with different length in T100 dataset.

Training time analysis

Another advantage of our method is that the training time was short. Because our training data ASTRAL + CullPDB is a large dataset, it was very slow to train the SVM classifier. We failed to train the SVM classifier on ASTRAL + CullPDB using our server. The computational complexity to train an SVM[43] isWhere NS is the number of support vectors, Nf is the feature dimension, and N is the size of the training set. After data partitioning and sampling, the number of support vectors NS, feature dimension Nf, and the size of the training set N are much smaller. Furthermore, since we trained our base classifiers in parallel, the running time was reduced. Table 6 shows the training time on each subset of the ASTRAL + CullPDB. D1, D2, …, D5 and D6 were subsets of ASTRAL + CullPDB (Table 7). We failed to train the SVM classifier on the ASTRAL + CullPDB using our server. After data partitioning but before sampling we completed training of SVM classifiers on each subset; more time was required because D3 had more amino acids than other subsets. When we used PSRSM, the feature dimension was decreased, and the training time was reduced.
Table 6

Training time on each subset of the ASTRAL + CullPDB.

SubsetNo samplingSampling (PSRSM)
D17 days1.5 days
D230 days6 days
D345 days8 days
D440 days7 days
D515 days3 days
D635 days6.5 days
Table 7

Subsets of training data ASTRAL + CullPDB.

SubsetProtein length LNumber of proteinsNumber of amino acids
D1(0, 100]2260161952
D2(100, 200]5256774167
D3(200, 300]3548877583
D4(300, 400]2382822913
D5(400, 500]1170519422
D6(500, ∞)1058707309
Training time on each subset of the ASTRAL + CullPDB. Subsets of training data ASTRAL + CullPDB.

Conclusion and Future Work

In this paper we proposed a novel method, PSRSM, to predict protein secondary structure. The first step of our method was partitioning of the training set into several subsets based on protein length. In the second step, we generated k ensemble classifiers using the semi-random subspace method. If given a new query protein sequence, our method would select one, and only one, ensemble classifier from k ensemble classifiers according to length to predict the protein secondary structure. Experimental results showed that the overall performance of PSRSM was better than that of other current state-of-the-art methods. In particular, our method PSRSM is superior to other methods not only in internal regions, but also at boundaries.

Methods

Partitioning the training data

We partitioned the training data into k different subsets according to the protein sequence length. Let X denote a protein sequence, and L denote the length of X. We set k−1 partition points of interval . Let , and r1, …, r2 and rk−1 denote partition points that satisfy . These partition points partition interval (0, ∞) into k intervals without intersection. Let . Let D denote the training data ASTRAL + CullPDB. Subsets D1, D2, …, Dk−1 and Dk are defined as follows: and, D1, D2, …, Dk−1 and Dk satisfy , and In our experiment, we set k = 6 and Table 7 shows the number of proteins and amino acids in .

Training classifiers

We generated t random subspaces of r-dimension, and trained t SVM base classifiers on each subset D t feature subsets are used to train t base classifiers, and each subset had r features sampled from the 260-dimensional dataset. Therefore we got k × t SVM base classifiers on k subsets, we denote these classifiers as a k × t matrix, where k is the number of subsets of the training data.where Cij is the SVM base classifier trained on the jth subspace data of subset Di. We combined classifiers into a final ensemble classifier by majority vote rule, and thus got k ensemble classifiers as the final decision on each subset. They are denoted as below.Here ‘Voting’ means combining classifiers by majority vote rule, PSRSM represents the final ensemble classifier on subset Di, and,In this study The parameters t is set to 12 base classifiers, and the dimension of subspaces r is 160 in our experiment. The publicly available LIBSVM[44] software was used to train SVM classifiers. There are several kernel functions, commonly used in SVM: “liner”, “polynomial”, and “radial basis”. In this paper, we used the radial basis function (RBF) as kernel, the form is , where γ is a parameter. C is another parameter for SVM training; it is the regularization factor that controls the balance between low error and large divided margin. Parameters C and γ were decided using the grid search method. The optimal values of the two parameters are 0.9956 and 0.065, respectively.

Prediction

Given a new query protein sequence X, and protein sequence length L, our method selected one and only one ensemble classifier from k ensemble classifiers ({PSRSM1, PSRSM2, …, PSRSMk}) according to the length L to predict the protein secondary structure of X. Let denote the prediction output by PSRSM. Thenwhere, PSRSM is defined as (7). For example, if a new query protein sequence X is a short protein and , then the corresponding PSRSM1 trained on the short protein subset is used to predict its secondary structure. In general, if , the ith classifier PSRSMi will be selected from k ensemble classifiers to predict the protein secondary structure of X.

Semi-Random Subspace Method (SRSM)

The random subspace method (RSM) is an ensemble construction technique. It was proposed by Ho in 1998[45]. RSM randomly samples a set of low-dimensionality subspaces from the whole original high-dimensional features space, then constructs a classifier on each smaller subspace and finally applies a combination rule for the final decision. We proposed a semi-random subspace method for protein secondary structure prediction. In our research, each protein sequence was represented by a 260 × L matrix. The ith column vector represents features of the ith amino acid residue. We generated t feature subsets to train t base classifiers. Each subset had r features sampled from the 260-dimensional dataset. Because the original PSSM of the associated residue is an important feature for the base classifier, those 20 dimensions in a central location of 260-dimensional data are fixed for each sampling. Let S represent the 260-dimensional features vector, and . We generated t subspaces () from S.S represents a feature subset sampled from S, and , where (v121, v122, …, v140) are fixed in each S;(x, x, …, x) and (y, y, …, y) are sampled from (v1, v2, …, v120) and (v141, v122, …, v260), respectively; here, r and d satisfy . Let L = (x, x, …, x), S0 = (v121, x122, …, v140), and R = (y, y, …, y), then . Additionally, high diversity of base classifiers can make an ensemble with more accurate decisions; this is because different base classifiers make different errors on different patterns. The diversity of base classifiers is negatively correlated with the similarity of the training data. reflects the similarity of Si and Sj to a certain extent. When is smaller, the similarity between Si and Sj is smaller, and the diversity of base classifiers is higher. Let oj be the number of occurrences of vj in . In our research, it can be proved that, when , the sum becomes the minimum. Therefore our method was to generate t feature subsets randomly, and adjust elements of each subspace to make oi =  for i = 1, 2, …, 120 and i = 141, 142, …, 260. The steps of the proposed semi-random subspace method are as follows. Generating semi- random subspaces Let , , and and generate d-dimensional random subspaces from L, from R, respectively. Calculate , where oj is the number of occurrences of vj in . Let and . Let and . Then generate a ternary ordered pairs set . Randomly select a ternary ordered pair (i, j, k) from P, insert feature vj to Li, and delete vk from Li. Then return to step (1) until . Repeat (2), (3) and (4) on and R. . Construct t classifier from the corresponding t random subspaces. Combine classifiers by majority vote rule. There are two parameters to be determined for the semi-random subspace method, i.e., the number of subspaces t, and dimension of subspaces r. Since D1 was smaller than other subsets, the training time on D1 was shorter than on other subsets. Therefore we conducted a series of experiments on D1 to determine t and r. We fixed t = 12, because it requires t*d to be divided by 120, it is easy to set d or r. Experimental results on the CB513 dataset showed that with increasing r the Q3 accuracy increased, but when r > 160, the Q3 accuracy increased slowly(Fig. 2) and the training time must be much longer. So we determine r = 160 as the dimension of subspaces in our experiment.
Figure 2

Relationship between Q3 accuracy and dimension of subspace.

Relationship between Q3 accuracy and dimension of subspace.

Input features

The PSSM of a protein sequence represents homolog information affiliated with its aligned sequences. We used the PSI-BLAST program to generate the PSSM data. PSI-BLAST used BLOSUM62 evolutionary matrix to search a reduced version of the NCBI’s non-redundant (NR) database filtered at 90% sequence similarity, in order to find the variability of the residue within a multiple sequence alignment. PSI-BLAST parameters was set with threshold h = 0.001 and j = 3 iterations. The resulting PSSMs were a 20 × L matrix, where L is the protein length and 20 is the number of amino acid types. A sliding window of consecutive amino acids was used to obtain residue sequence information and predict the secondary structure of the central residue. Each residue was encoded by a vector of dimension 20 × w, where w is the sliding window size and is an odd number. The window was shifted from residue to residue through the protein chain. In this paper, the sliding window length w was set to 13. To use the first and last six amino acids, we inserted six zeros before and behind each protein sequence. Therefore each protein sequence was represented by a 260 × L matrix, and the ith column vector represented the protein features associated with the ith residue. Secondary structure assignment was done with the DSSP. DSSP program defines eight states for secondary structure (H, E, B, T, S, L, G, and I) that are reduced to three states (H, E, and C) by different predictive methods. We used the following reductions: H, G and I to helix (H); E and B to beta strands (E); all the rest to coil (C).

Availability

http://210.44.144.20:82/protein_PSRSM/default.aspx. Dataset 1 Dataset 2 Dataset 3
  36 in total

1.  Protein secondary structure prediction based on position-specific scoring matrices.

Authors:  D T Jones
Journal:  J Mol Biol       Date:  1999-09-17       Impact factor: 5.469

2.  The PSIPRED protein structure prediction server.

Authors:  L J McGuffin; K Bryson; D T Jones
Journal:  Bioinformatics       Date:  2000-04       Impact factor: 6.937

3.  Improvements in protein secondary structure prediction by an enhanced neural network.

Authors:  D G Kneller; F E Cohen; R Langridge
Journal:  J Mol Biol       Date:  1990-07-05       Impact factor: 5.469

4.  Improving protein secondary structure prediction using a multi-modal BP method.

Authors:  Wu Qu; Haifeng Sui; Bingru Yang; Wenbin Qian
Journal:  Comput Biol Med       Date:  2011-08-30       Impact factor: 4.589

5.  A Deep Learning Network Approach to ab initio Protein Secondary Structure Prediction.

Authors:  Matt Spencer; Jesse Eickholt
Journal:  IEEE/ACM Trans Comput Biol Bioinform       Date:  2014-08-07       Impact factor: 3.710

6.  Critical assessment of methods of protein structure prediction: Progress and new directions in round XI.

Authors:  John Moult; Krzysztof Fidelis; Andriy Kryshtafovych; Torsten Schwede; Anna Tramontano
Journal:  Proteins       Date:  2016-06-01

7.  Protein secondary structure prediction for a single-sequence using hidden semi-Markov models.

Authors:  Zafer Aydin; Yucel Altunbasak; Mark Borodovsky
Journal:  BMC Bioinformatics       Date:  2006-03-30       Impact factor: 3.169

8.  JPred4: a protein secondary structure prediction server.

Authors:  Alexey Drozdetskiy; Christian Cole; James Procter; Geoffrey J Barton
Journal:  Nucleic Acids Res       Date:  2015-04-16       Impact factor: 16.971

9.  Protein Secondary Structure Prediction Using Deep Convolutional Neural Fields.

Authors:  Sheng Wang; Jian Peng; Jianzhu Ma; Jinbo Xu
Journal:  Sci Rep       Date:  2016-01-11       Impact factor: 4.379

10.  RaptorX-Property: a web server for protein structure property prediction.

Authors:  Sheng Wang; Wei Li; Shiwang Liu; Jinbo Xu
Journal:  Nucleic Acids Res       Date:  2016-04-25       Impact factor: 16.971

View more
  7 in total

Review 1.  A comprehensive review on genomics, systems biology and structural biology approaches for combating antimicrobial resistance in ESKAPE pathogens: computational tools and recent advancements.

Authors:  P Priyamvada; Reetika Debroy; Anand Anbarasu; Sudha Ramaiah
Journal:  World J Microbiol Biotechnol       Date:  2022-07-05       Impact factor: 3.312

2.  Wide-Line NMR Melting Diagrams, Their Thermodynamic Interpretation, and Secondary Structure Predictions for A30P and E46K α-Synuclein.

Authors:  Mónika Bokor; Eszter Házy; Ágnes Tantos
Journal:  ACS Omega       Date:  2022-05-23

3.  OCLSTM: Optimized convolutional and long short-term memory neural network model for protein secondary structure prediction.

Authors:  Yawu Zhao; Yihui Liu
Journal:  PLoS One       Date:  2021-02-03       Impact factor: 3.240

4.  Contiguously hydrophobic sequences are functionally significant throughout the human exome.

Authors:  Ruchi Lohia; Matthew E B Hansen; Grace Brannigan
Journal:  Proc Natl Acad Sci U S A       Date:  2022-03-16       Impact factor: 12.779

5.  Molecular Modeling of Subtype-Specific Tat Protein Signatures to Predict Tat-TAR Interactions That May Be Involved in HIV-Associated Neurocognitive Disorders.

Authors:  Monray E Williams; Ruben Cloete
Journal:  Front Microbiol       Date:  2022-04-07       Impact factor: 5.640

6.  Boosting the accuracy of protein secondary structure prediction through nearest neighbor search and method hybridization.

Authors:  Spencer Krieger; John Kececioglu
Journal:  Bioinformatics       Date:  2020-07-01       Impact factor: 6.937

7.  Secondary Structures of Proteins: A Comparison of Models and Experimental Results.

Authors:  Mónika Bokor; Ágnes Tantos
Journal:  J Proteome Res       Date:  2021-02-23       Impact factor: 4.466

  7 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.