Literature DB >> 32348325

QUATgo: Protein quaternary structural attributes predicted by two-stage machine learning approaches with heterogeneous feature encoding.

Chi-Hua Tung1, Ching-Hsuan Chien2,3, Chi-Wei Chen3,4, Lan-Ying Huang3, Yu-Nan Liu3, Yen-Wei Chu3,5,6,7,8,9.   

Abstract

Many proteins exist in natures as oligomers with various quaternary structural attributes rather than as single chains. Predicting these attributes is an essential task in computational biology for the advancement of proteomics. However, the existing methods do not consider the integration of heterogeneous coding and the accuracy of subunit categories with limited data. To this end, we proposed a tool that can predict more than 12 subunit protein oligomers, QUATgo. Meanwhile, three kinds of sequence coding were used, including dipeptide composition, which was used for the first time to predict protein quaternary structural attributes, and protein half-life characteristics, and we modified the coding method of the functional domain composition proposed by predecessors to solve the problem of large feature vectors. QUATgo solves the problem of insufficient data for a single subunit using a two-stage architecture and uses 10-fold cross-validation to test the predictive accuracy of the classifier. QUATgo has 49.0% cross-validation accuracy and 31.1% independent test accuracy. In the case study, the accuracy of QUATgo can reach 61.5% for predicting the quaternary structure of influenza virus hemagglutinin proteins. Finally, QUATgo is freely accessible to the public as a web server via the site http://predictor.nchu.edu.tw/QUATgo.

Entities:  

Year:  2020        PMID: 32348325      PMCID: PMC7190164          DOI: 10.1371/journal.pone.0232087

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


Introduction

A considerable number of proteins actually consist of numerous polypeptide chains assembled together. That is, rather than existing as individual chains, a large number of proteins take the form of oligomers in vivo, with these oligomers having a variety of quaternary structural characteristics. These oligomers serve as the structural bases for a range of biological functions, including ion-channel gating, allosteric mechanisms, and various cooperative effects [1]. The oligomers have a fourth-level structure termed the quaternary structure, even as the majority of proteins only consist of a primary structure (i.e., an amino acid sequence), a secondary structure (i.e., alpha-helices and beta-sheets), or a tertiary structure such as a structure with three-dimensional folding). In any case, the term “quaternary structure” refers to both the number of protein subunits and the arrangement of those subunits with one another. Ion channel proteins, hemoglobin, and DNA polymerase are just a few examples of proteins that have quaternary structures [2]. As indicated above, the protein quaternary structure is itself composed of more than one tertiary structure, with the quaternary structure being part of the protein’s overall three-dimensional structure, and X-ray crystallography or NMR studies can be used to determine a given quaternary structure. Relatedly, in the field of structural bioinformatics, the prediction of the quaternary structural characteristics of proteins plays a critical role. As far as we know, the earliest experiments to study the type of protein quaternary structure were in 2001 [3]. In a study in 2003, Garian et al. and Zhang et al. [4] used a support vector machine (SVM) as a classifier to identify whether an unknown sequence was a homo-dimer by using the random amino acid composition and integrating the AAindex as a feature to predict the quaternary structure of proteins. These studies confirmed the importance of protein secondary structure for quaternary structures, and Zhang et al. also used virtual PseAAC to improve the accuracy of quaternary structure prediction. Then, in 2006, Shi et al. [5] predicted homo-oligomers based on the amino acid composition distribution, also known as AACD, and proposed a two-dimensional principal component analysis. A good method called 2DPCA can effectively solve high-dimensional special vectors. Levy proposed the PiQSi database, which took 15,000 annotated protein quaternary structure sequences from the PDB as a benchmark dataset to test the accuracy of different methods for predicting the quaternary structure of proteins [6]. In 2009, Xiao et al. proposed a 2-layer predictor to predict protein quaternary structure and constructed a prediction website called Quat-2L [7]. In recent years, Shen et al. have also proposed coding methods based on functional domain composition [1]. Protein functional domains are related to molecular evolution. Such domains are used as building blocks and reorganized in different arrangements to regulate protein function. Proteins usually consist of multiple functional domains, so we define the conserved domain as a repeat unit in molecular evolution, and its range can be determined by sequence and structure analysis. If the protein sequence has similar functional domains, it may represent an evolutionarily relationship [8, 9]. Comparing similarities can be performed with RPS-BLAST through the Conserved Domain Database (CDD) [10]. This method has also been confirmed to improve the accuracy of predicting quaternary structures, but the disadvantage is that some proteins may not match the functional domains in the database. This may be caused by the fact that the database is not yet complete; defining each functional domain as a different dimension may make the feature vector too large. The inspection algorithm causes too much noise in the decision-making process. In 2012, Sun et al. used the discrete wavelet transform based on Chou's PseAAC to identify the quaternary structure properties of proteins [11]. These abovementioned methods are based on a set of features and are also two-tier system architectures [12]. The purpose of constructing a quaternary structure prediction system is to quickly identify the type of oligomeric protein from unknown protein sequences. For proteins of different functions, sources and species, in addition to verifying structural information, it is more difficult to find the protein aggregation rules using the alignment method if the homology between the sequences is low. Therefore, it is necessary to develop a prediction system that can provide users with quick and reliable answers [13]. The experimenter often obtains the expected protein sequence through amino acid sequencing. The resulting sequence is the amino acid sequence of the intact protein rather than the sequence registered in UniProt, so based on the experimenter's point of view, the input sequence provided by the system is a complete protein sequence. We also consider the concept of protein interactions, use the pseudo amino acid composition, linking the protein-binding surface and the solvent accessibility to calculate the sequence of amino acids exposed on the surface of the protein and calculated the amino acid hydrophilicity and hydrophobicity value of the protein, which has an important influence on folding and interaction. We added the encoding method that is used for the first time in protein interaction, including the dipeptide composition that has been shown to improve the accuracy of the protein secondary structure prediction. Also, we have modified the coding method of functional domain composition, which has reduced the problem regarding the feature vector being too large, and this is the first time the half-life prediction (HLP) has been used to predict the issues of protein quaternary structure prediction. HLP is a characteristic coding that was used to predict the half-life of proteins in the small intestine environment. Peptides have been suggested to be good drug candidates, and their usage is still hindered mainly because of their high susceptibility towards protease degradation. Therefore, peptides are cited as a coding feature of the four-level structure regarding this topic. The existing systems are based on a set of features, and they are also two-layer system architectures. QUATgo is a two-stage prediction model with 10-fold cross validation. The first stage prediction model separates each subunit of a homologous hetero-oligomer into 16 subsets and uses the random tree forest algorithm to perform model training, which uses a single model to obtain 16 results. Because the number of hetero-decamer is too small, category X is defined together with the hetero- more than dodecamer, and we obtain 49.0% cross-validation accuracy and 31.1% independent test accuracy. If the predicted result is category X, the system will send the data to the second stage prediction model to further distinguish whether the sequence is hetero-decamer or hetero- more than dodecamer. The second stage of the prediction model uses the support vector machine as the algorithm and can achieve 100% accuracy in cross-validation and 95.9% accuracy in independent testing. The entire system will eventually have 49.0% cross-validation accuracy and 31.1% independent test accuracy. To verify whether the system has sufficient predictive ability in biological research on other topics, we have made a prediction of hemagglutinin proteins of influezna A and B. QUATgo can reach 61.5% of accuracy.

Materials and method

Dataset preparation

The data for the oligomeric protein sequences were obtained from 3D Complex (http://www.3dcomplex.org/) [14] and PiQSi (http://www.PiQSi.org/) [6]. Each downloaded FASTA sequence was sent to the Protein Data Bank (PDB) (https://www.rcsb.org/) for protein quaternary structure confirmation, and the dataset was subdivided into 9 subcategories according to the number of subunits (monomer, dimer, trimer, tetramer, hexamer, octamer, decamer, dodecamer, more than dodecamer). The protein sequence was then processed using CD-HIT [15] for acquaintance processing. If the sequence number of the subset was more than 2,000, the sequence with similarity greater than 50% was eliminated. If the sequence number of the subset was between 200 and 2,000, the sequence with similarity greater than 60% was eliminated for reducing module learning with high similarity data and the system operating time. If the number of the same oligosaccharide protein sequence data is less than 200, no similarity removal will be carried out to avoid the loss of sufficient statistical significance due to the low number of machine learning data. The results of CD-HIT are presented in Table 1. The system could not predict oligomers of 5-mer, 7-mer, 9-mer, or 11-mer because they are too small for training data.
Table 1

Data numbers of each subunit before and after CD-Hit processing.

Before CD-hitAfter CD-hit
HomomerHeteromerHomomerHeteromer
Monomer104611046118151815
2 mer59959932115278
3 mer74724531296
4 mer1907486655156
5 mer647637
6 mer4749120191
7 mer209209
8 mer1705117051
9 mer032032
10 mer53205320
11 mer4141
12 mer98789878
mt12 mer*74797479
Total200671255355802713

* = more than 12 mer

* = more than 12 mer

Encoding method

Amino acid base

The amino acid base coding method was based on the binary compilation method, which divides 20 common amino acids into 20 different vector dimensions. The purpose was to distinguish the differences in the actual physicochemical properties of the amino acids. It was not possible to represent the differences in physicochemical properties. Therefore, 20 common amino acids were defined in different dimensions, and the frequency and occurrence of each amino acid in the sequence were calculated. Dipeptide feature composition is an important parameter of protein structure, and previous experiments have confirmed that it can improve the accuracy of protein secondary structure prediction [16], construct a 400-dimensional feature vector with bi-amino acid composition, and calculate dipeptide groups with its frequency and number of occurrences of acid in the sequence [17, 18].

Amino acid index

AAindex is a database of numerical indices representing various physicochemical and biochemical properties of amino acids and pairs of amino acids. Another important feature of amino acids that can be represented numerically is the similarity between them. Thus, a similarity matrix, also called a mutation matrix, is a set of 20 x 20 numerical values used for protein sequence alignments and similarity searches. The AAindex consists of three parts: AAindex1 represents the 20-value amino acid index, AAindex2 represents the amino acid mutation matrix, and AAindex3 represents the statistical protein contact potential. All data come from published literature [19-22]. Twenty AAindex indices were used in this study, which included side chain orientational preference, isoelectric point, ratio of average and computed composition, polarizability parameter, steric parameter, solvation free energy, normalized frequency of turn, normalized frequency of beta-sheet, normalized frequency of beta-turn, normalized frequency of alpha-helix, hydrophobicity index, flexibility parameter, transfer free energy to surface, alpha-NH chemical shifts, alpha-CH chemical shifts, polarity, secondary structure, molecular size or volume, codon diversity, and electrostatic charge. The encoding method was based on the probability of amino acid occurrence in the sequence multiplied by the index.

Functional Domain (FunD) composition

The Conserved Domains Database [23] is a part of NCBI's Entrez query and retrieval system for providing the conserved functional domains of annotated protein sequences. Most proteins contain more than one functional domain, which represents highly similar structures and functions. We can derive whether the proteins may have evolved from the same ancestor from the results of these proteins, and such highly conserved characteristics become important clues to study protein functions or related mechanisms. In contrast to previous research that defined the protein feature as a 50369-dimensional vector, we define each database as a number of feature dimensions and encode the resulting E-value and Bitscore as the average value. We also calculate the number of the three hit types (specific, non-specific, superfamily) of the CDD searching results in this study. The purpose of reducing the space vector was to decrease the system operation time, and a large number of feature dimensions may cause noise in the prediction results.

Parallel correlation pseudo amino acid composition

The parallel correlation pseudo amino acid composition (PC-PseAAC) under Pse-in-One (http://bioinformatics.hitsz.edu.cn/Pse-in-One/home/) was used [24, 25]. Pse-in-One is a web-based tool that uses virtual components and different virtual amino acid calculation formulas to calculate user-entered DNA, RNA, and protein sequences and position correlation coefficients to generate feature vector encoding in SVM format. Parallel correlation pseudo amino acid composition (PC-PseAAC) is a method that combines local sequence-order information and global sequence-order information into a feature vector code of a protein sequence. Peptides have been indicated to be reliable drug candidates, and their use is still hindered mainly because of their high susceptibility towards protease degradation.

HLP encoding

In the past, a number of peptides have been reported to possess highly diverse properties ranging from cell penetrating, tumour homing, anticancer, anti-hypertensive, anti-viral to antimicrobials. Owing to their excellent specificity, low toxicity, rich chemical diversity and availability from natural sources, we used HLP (http://crdd.osdd.net/raghava/hlp/index.html) [26] as one of the feature coding methods. The life span of a protein is related not only to the folding structure and size of the protein but also to the protein action and cell state. HLP is a server developed for predicting the half-life of peptides in intestine-like environments. It generates all possible mutants (single mutation at each position per cycle) for a peptide and predicts/calculates the half-life and physicochemical properties (e.g., charge, polarity, hydrophobicity, volume, pK) of mutant peptides [27]. From the results page returned by the HLP server, because the input amino acid length is different, the number of cuts obtained is also different; so, we take the average of the 20 values on the results page as the code, including the half-life, stability, HPLC parameter, hydrophobicity, pKa, pKb, residue volume, molecular weight, isoelectric point, surface accessibility, flexibility, charge, polarity, relative mutability, free energy of solution, optical rotation, entropy of formation, heat capacity, and relative stability.

Feature selection method

In this study, we used three different feature selected tools, including the LIBSVM feature selection tool [28], mRMR [29], and Weka attribute selection [30, 31]. Each feature selection method is different for their purpose in feature coding. Therefore, the results of the LIBSVM feature selection tool and the results of mRMR were integrated and specifically ranked. The combined method was accumulated by the ranking of the feature numbers. For example, feature number 9 was ranked first in libsvm_fs, mRMR was ranked seventh, and its integration score was 1+7 = 8. Finally, the feature with a ranking score of 0 was removed, and the lower the integration score was, the higher the ranking was.

Evaluation measures

To assess the predictive performance of the classifier, we used the formula below, where TP, FP, FN, and TN, which are true positives, false positives, false negatives, and true negatives, respectively. The sensitivity (Sn) of this type of protein oligomer reflects the percentage of correct predictions for that category. Specificity (Sp) on behalf of non-protein oligomers of this type indicates the percentage of correct predictions of non-class. Precision evaluates the correct rate of true positive data in forward-looking data. Accuracy (ACC) is used to assess the overall predictive power of the prediction accuracy. Matthews correlation coefficient (MCC) values range from −1 to 1, in which the value of 1 represents a completely correct prediction, the value of 0 represents random prediction, and the value of −1 represents exactly the opposite prediction, were used as well.

Flowchart and system construction

QUATgo is a two-layer architecture. First, a series of feature codes were encoded for each piece of data recorded by CD-Hit, and various subunits were later defined as one answer. Because the number of data with hetero decamers was too small, we chose the second small dataset as the basis of the training set. Fifty sequences from each subunit were used as the first layer classifier training set. The training data of the hetero-decamer were merged to hetero- more than dodecamer; so, we took 20 sequences from the hetero-decamer and 30 sequences from the hetero- more than dodecamer. The purpose of the second-tier architecture was to further analyse whether the final output was hetero-decamer or hetero- more than dodecamer, so we took 20 data from each of the two hetero-oligomers as a training set. The remaining data were serve as independent data. The two layers of the classifier used the different feature selection ranking to filter the best accuracy of the model. (Fig 1)
Fig 1

System flow.

Result and discussion

To find the best classifier for this issue, we compared a total of 11 different learning algorithms and evaluated the validity of the model with 10-fold cross validation. Including LIBSVM, developed by Professor Lin Chih-Jen of Taiwan University, Simple Logistic, Hoeffding, Random Forest, Random Tree, REP Tree, Decision Stump, DecisionTable, LogitBoost, J48, and OneR; these learning algorithms all belong to Weka. We chose the top three classifiers for the next feature selection. Table 2 shows that the top three were Random Forest with 46.8% accuracy, Simple Logistic with 41.0% accuracy, and LogitBoost with 38.1% accuracy.
Table 2

The cross-validation results of each step 1 classifier compared with different learning algorithms.

AlgorithmsACC
LIBSVM0.203
Simple Logistic0.410
Hoeffding0.343
Random Forest0.468
Random Tree0.351
REPtree0.315
Decision Stump0.101
DecisionTable0.280
LogitBoost0.381
J480.350
OneR0.243
Then, the three classifiers were filtered through five different feature selection methods, as shown in Table 3. The best result was the Random Forest classifier, and the selection method was through Weka attribute selection. The final result was an accuracy of 49%, a total improvement of 2.2% over the total selection.
Table 3

The cross-validation results of each classifier in stage 1 with different feature selection methods.

Selection method/classifierSimple LogisticLogitBoostRandom Forest
libsvm_fs0.3880.3790.486
mid_maxrel0.3730.3830.458
mid_mrmr0.2350.3400.391
miq_maxrel0.3730.3830.458
miq_mrmr0.3910.3880.485
all_fs_rk0.4790.3760.386
Weka attribute selection0.3680.3710.490
To further evaluate the effectiveness of the model, see Table 4, we further calculated the sensitivity, specificity, precision, accuracy (ACC), and MCC and evaluated the prediction model for each subunit. As shown in Table 4, for homo-oligomers with subunit numbers greater than 8 and in hetero-oligomers with subunit numbers greater than 6, the prediction accuracy of the above model was greater than the average accuracy. In the independent tests as Table 5, these oligomers have significant higher accuracy. This result indicates that the features left after feature selection have a greater correlation for the above subunits and that the data in the training set are easier to distinguish, such as homo-dimer, homo-trimer, homo-tetramer, homo-hexamer, hetero-dimer, hetero-trimer, hetero-tetramer units, probably because of the quantification of the coding that results in a low subunit number of protein oligomers that are not easy to predict. Since the ratio of the training data is to achieve for each subunit is 1:1, the total amount of subunits such as homo-dimers would be 2115, and only 50 data per training data may be selected for certain data volumes. This situation may be further improved by filtering the training set to achieve high accuracy.
Table 4

Predicting results of the best classifier of the stage 1 classifier with cross verification.

SnSpPrecisionACCMCC
Monomer0.4800.9270.3040.8990.330
Homo-2 mer0.3200.9450.2810.9060.250
Homo-3 mer0.2200.9450.2120.9000.162
Homo-4 mer0.0600.9600.0910.9040.024
Homo-6 mer0.3600.9550.3460.9180.309
Homo-8 mer0.4800.9710.5220.9400.469
Homo-10 mer0.7600.9800.7170.9660.720
Homo-12 mer0.6600.9750.6350.9550.623
Homo-mt12 mer*0.7600.9920.8640.9780.798
Hetero-2 mer0.5400.9370.3650.9130.399
Hetero-3 mer0.3600.9550.3460.9180.309
Hetero-4 mer0.1400.9590.1840.9080.112
Hetero-6 mer0.4200.9790.5680.9440.459
Hetero-8 mer0.6200.9950.8860.9710.727
Hetero-12 mer0.7800.9930.8860.9800.821
Hetero-mt12 mer*0.8800.9890.8460.9830.854
Avg0.4900.9660.5030.9360.460

* = More than 12 mer

Table 5

Predicting results of best classifier of stage 1 classifier with independent testing.

SnSpPrecisionACCMCC
Monomer0.4720.8180.3810.7520.269
Homo-2 mer0.2180.8820.3040.7550.114
Homo-3 mer0.2710.9220.2780.8560.195
Homo-4 mer0.1540.9550.4500.8020.174
Homo-6 mer0.2450.9520.2390.9110.195
Homo-8 mer0.4830.9510.3200.9290.358
Homo-10 mer0.6670.9900.0710.9900.216
Homo-12 mer0.5000.9630.2020.9540.298
Homo-mt12 mer*0.7500.9870.3530.9850.508
Hetero-2 mer0.2850.9620.4170.9030.294
Hetero-3 mer0.3700.9360.0930.9260.158
Hetero-4 mer0.1040.9500.0810.9160.048
Hetero-6 mer0.5120.9810.3040.9740.382
Hetero-8 mer1.0000.9880.0300.9880.173
Hetero-12 mer0.8930.9930.5950.9920.726
Hetero mt12 mer*0.7760.9950.7310.9900.748
Avg0.4810.9510.3030.9140.303

* = More than 12 mer

* = More than 12 mer * = More than 12 mer In the second-level classifier, as shown in Table 6, there are seven classifiers with 95% accuracy. So we used these seven classifiers with different feature selection methods. The accuracy of two classifiers, Random Forest and LogitBoost, with feature selection methods in Weka attribute selection are both 100% (as shown in Table 7). For selecting the best model, the classifiers of Random Forest and LogiBoost were further tested in an independent dataset. Random Forest has better performance than LogiBoost (as shown in Table 8). Therefore, QUATgo uses Random Forest for model construction. On the other hand, there are three kinds of features were used in the first and second layer in the same time, the features are occurrence frequency of dipeptides, such as Proline (P) and Asparagine (N), dipeptide Serine (S) and Arginine (R), and Tyrosine (Y) and Threonine (T). However, there are not relevant data that can confirm this phenomenon in academic papers yet. Perhaps it can be used as a starting point for structural exploration and further verification using structural biology experiments. Most worthy of mention is the five kinds of features were used in QUATgo model construction, the feature selection algorithm reserved some coding for each feature. In other words, the features we adopted are useful for protein quaternary structural attributes prediction.
Table 6

The cross-validation results of each stage 2 classifier with each comparing learning algorithms.

AlgorithmsACC
LIBSVM0.700
Simple Logistic0.925
Hoeffding0.950
Random Forest0.950
Random Tree0.950
REPtree0.950
Decision Stump0.950
DecisionTable0.925
LogitBoost0.950
J480.950
OneR0.900
Table 7

The cross-validation results of each stage 2 classifier with different feature selection methods.

10-fold cross-validationHoeffdingRandom ForestRandom TreeREPtreeDecision stumpLogitBoostJ48
libsvm_fs0.950.9250.90.90.850.90.875
mid_maxrel0.9250.950.950.9750.950.950.95
mid_mrmr0.950.9250.9250.950.950.9250.95
miq_maxrel0.9250.950.950.9750.950.950.95
miq_mrmr0.950.950.9250.9750.9750.9750.95
all_fs_rk0.950.950.950.9750.9750.9750.95
Weka attribute selection0.9510.950.9750.97510.975
Table 8

Predicting results of the best classifier of stage 2 classifiers with cross-validation and independent testing.

Independent testingRandom ForestLogitBoost
Sn0.9590.796
Sp--
Precision1.0001.000
ACC0.9590.796
MCC--

Comparing with different prediction tools

We compared QUATgo with other quaternary structure prediction tools by independent test set, and calculated precision, sensitivity, specificity, accuracy (ACC), and MCC. Because some categories in the independent test set have a small amount of data, in order not to let the data of a single category excessively affect the overall accuracy, a maximum of 100 pieces of data are selected in each category for testing. In Table 9, the overall average MCC of QUATgo is higher than other tools, and the MCC is greater than zero in each category. Because there is no data predicted as homo-decamer, the precision and MCC of QuarIdent in the homo-decamer test set are not applicable (N/A). Besides, QuarBingo also shows the non-applicable results in three categories.
Table 9

Comparing other prediction tools.

QuarIdentQUATgoQuarBingoQuarIdentQUATgoQuarBingoQuarIdentQUATgoQuarBingoQuarIdentQUATgoQuarBingoQuarIdentQUATgoQuarBingo
merPrecisionSnSpACCMCC
Monomer0.4380.3310.1430.3200.4300.8800.9530.9000.3900.8870.8510.4410.3140.2940.171
Homo-2 mer0.2240.2230.2210.5200.2700.1900.7920.8920.9230.7640.8270.8470.2230.1490.121
Homo-3 mer0.3130.2600.6410.3100.2600.4100.9220.9150.9730.8580.8470.9150.2330.1750.470
Homo-4 mer0.4520.2780.5880.3800.2000.1000.9470.9400.9920.8880.8630.9000.3530.1620.213
Homo-6 mer0.6890.3130.5000.3100.2500.0100.9840.9370.9990.9140.8660.8970.4250.2060.059
Homo-8 mer0.8870.686N/A0.5500.3500.0000.9920.9821.0000.9460.9160.8970.6740.452N/A
Homo-10 merN/A0.105N/A0.0000.6670.0001.0000.9821.0000.9970.9810.997N/A0.260N/A
Homo-12 mer1.0000.5000.2630.6040.5000.7501.0000.9740.8900.9800.9500.8830.7690.4740.399
Hetero-2 mer0.3860.3870.5380.2200.2900.1400.9600.9470.9860.8830.8790.8990.2320.2700.237
Hetero-3 mer0.4000.1740.3330.0430.3480.0220.9970.9170.9980.9510.8900.9510.1190.1920.075
Hetero-4 mer0.4290.1930.3330.0600.1100.0100.9910.9470.9980.8950.8600.8960.1290.0740.042
Hetero-6 mer0.0000.3910.2500.0000.4390.0240.9970.9700.9970.9540.9470.956-0.0120.3870.066
Hetero-8 mer0.0000.063N/A0.0001.0000.0000.9990.9841.0000.9980.9840.999-0.0010.248N/A
Hetero-12 mer0.0000.8130.0000.0000.9290.0000.9980.9940.9950.9690.9920.966-0.0080.864-0.012
Avg0.4010.3370.3460.2370.4320.1810.9660.9490.9390.9200.9040.8890.2650.3010.167

Case study

To understand the ability of QUATgo to predict the quaternary structure of different functional proteins, we conducted a case study using influenza virus proteins. The influenza virus is an RNA virus belonging to the orthomyxoviridae family [32]. According to its nucleoproteins, the influenza virus is classified as genera A, B, C and D [33]. Influenza viruses infect people, pigs, horses, and poultry. Influenza A infects a variety of species is zoonotic and influenza B infects only humans, however, both of them often cause seasonal influenza. Influenza A can be further classified according to the surface hemagglutinin and neuraminidase. Hemagglutinin has 18 subtypes [33] that are responsible for identifying and binding to host cell membranes. Neuraminidase has 11 subtypes that destroy host receptor proteins. Influenza viruses migrate from host to host through hemagglutinin mutations, and it is not yet possible to accurately predict the virus subtypes that will become prevalent. We collected seven subtypes of hemagglutinin protein sequences for quaternary structure prediction, with PDB identifier 1RUZ, 2FK0, 2IBX, 2VIU, 3BT6, 3EYJ, 3ZNM, 4BSG, 4D00, 4UO0, 4UO4, 5HMG and 6CF7, respectively. The sequence identity between the 13 protein sequences and our train data set is less than 40%. The QUATgo prediction results showed that the classification accuracy of the 13 quaternary structures was 61.54% (8/13), while the other two tools, QuatIdent and QuaBingo, could not correctly predict the quaternary structures.

Conclusions and future work

Proteins contain both single-chain proteins and multi-chain proteins. According to the number of constituent chains, proteins can be classified into many different quaternary structural attributes, such as monomer, dimer, and trimer. Each of these oligomers can be further classified as a homo-oligomer formed by identical chains (subunits) or a hetero-oligomer by different chains. These properties are closely related to the function of the protein. For example, some ligands bind only to dimers, but not to monomers, and some exotic allosteric transitions occur only in homotetramers, such as the CArG-box gene region in the MADS-box gene of plants. Proteins composed of different numbers of protein quaternary structural subunits reflect the evolution of structure and function in protein composition. Therefore, it is of great significance to use the hybrid feature encoding method to complete the prediction of protein quaternary structure. This study proposes the use of mixed feature coding to predict the quaternary structure of proteins. Although the overall prediction result in the independent set was better than other tools, there is potential for predicting lower subunit sets. Because numerically coded protein sequences may have different protein sequences, they have similar feature codes, resulting in misjudgement of the prediction system. This result is reflected in homo-dimer, homo-trimer, homo-tetramer, homo-hexamer, hetero-dimer, hetero-trimer, and hetero-tetramer units; however, there is a minimum of 91.6% accuracy to a maximum of 99.2% accuracy in homo-octamer, homo-decamer, homo-dodecamer, hetero-hexamer, hetero-octamer, hetero-dodecamer. The current prediction tools only predict the dodecahedron but the proteins above the dodecamer. Based on the results of this study, it is feasible to use this hybrid feature encoding method to predict protein oligomers with high subunit numbers. Many proteins exist as monomers whether they interact with another protein to form polymers, and whether the protein dimer will be further assembled into biologically relevant tetramers or octamers. Currently, most of these problems have not been addressed by scientific research and verified by enough information. In the future, more and more data will be added to the database, providing more useful information to establish a prediction system and assist relevant research development. 4 Sep 2019 PONE-D-19-21078 QUATgo: Protein quaternary structural attributes prediction by two-stage machine learning approaches with heterogeneous feature encoding PLOS ONE Dear Prof. Chu, Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process. We would appreciate receiving your revised manuscript by Oct 19 2019 11:59PM. When you are ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file. If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. To enhance the reproducibility of your results, we recommend that if applicable you deposit your laboratory protocols in protocols.io, where a protocol can be assigned its own identifier (DOI) such that it can be cited independently in the future. For instructions see: http://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols Please include the following items when submitting your revised manuscript: A rebuttal letter that responds to each point raised by the academic editor and reviewer(s). This letter should be uploaded as separate file and labeled 'Response to Reviewers'. A marked-up copy of your manuscript that highlights changes made to the original version. This file should be uploaded as separate file and labeled 'Revised Manuscript with Track Changes'. An unmarked version of your revised paper without tracked changes. This file should be uploaded as separate file and labeled 'Manuscript'. Please note while forming your response, if your article is accepted, you may have the opportunity to make the peer review history publicly available. The record will include editor decision letters (with reviews) and your responses to reviewer comments. If eligible, we will contact you to opt in or out. We look forward to receiving your revised manuscript. Kind regards, Mingyang Lu Academic Editor PLOS ONE Journal Requirements: When submitting your revision, we need you to address these additional requirements. Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at http://www.journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and http://www.journals.plos.org/plosone/s/file?id=ba62/PLOSOne_formatting_sample_title_authors_affiliations.pdf Additional Editor Comments (if provided): As mentioned in the referee reports, both reviewers pointed that the manuscript is not presented well in English. It is also not acceptable that sentences are directly copied from Wikipedia. Moreover, there are concerns about the benchmark test. I suggest the authors carefully address these questions before the manuscript can be considered for publication in PLOS ONE. [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Yes Reviewer #2: No ********** 2. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: No ********** 3. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: Yes Reviewer #2: No ********** 4. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: No Reviewer #2: No ********** 5. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: The authors employ hybrid feature encoding method to propose a new tool (QUATgo) for the prediction of the quaternary structure of proteins. This tool give thought to the integration of heterogeneous coding and the accuracy of subunit categories with low data number. This is an important endeavor to overcoming the inadequacies of current predicting methods. Accordingly, the proposed method has potential to predict the protein oligomers with high subunit numbers. This work is very interesting. I therefore recommend publication in the PLOS ONE. I have some minor comments that the authors can address: Writing throughout needs work. The definition of "quaternary structure" repeated many times in introduction. Some sentences in the introduction are directly copied from Wikipedia. Introduction: " In recent years, Shen et al. have also proposed coding methods based on 71 Functional Domain Composition" lacks a citation. Reviewer #2: This MS does not show it is superior to existing method. Looking at Table 9 on page 15, for many of the categories, its precision is smaller than that of "QuarIdent". Actually, this kind of comparison is meaningless because we do not know many possible overlaps of the testing set with the training set and do not know how similar is the testing set to the training set. I do not even know how the "independent test set" is constructed other than a sentence saying "We compared QUATgo with other quaternary structure prediction tools. We use the remaining files in the training set as independent sets". The fact that this MS's method is doing well on the larger "MERS" could be due to that there are high sequence identity sequences in the training set to the testing set because for these "MERS", the high sequence identity ones are not removed by CD-hit. The MS is written in poor English. There are many sentences like these: "The quaternary structure of the homo-oligomer can be encoded by the Equation an, where n is the copy number of the polypeptide chain." "If the protein sequence has similar functional domains, it may represent evolutionarily related [8, 9]. If there is a similar functional domain in the protein sequence, it may be evolutionarily related." "Comparing similarities with RPS-BLAST through the Conserved Domains database (CDD) [10]." "Proteins of different functions, sources and species, in addition to structural information verification through time-consuming experimental methods,if the homology between the sequences is low, it is more difficult to find the protein aggregation rules by using the alignment method." ...... ********** 6. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No Reviewer #2: No [NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files to be viewed.] While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email us at figures@plos.org. Please note that Supporting Information files do not need this step. 15 Oct 2019 I. Answer to comments from Reviewer #1: 1. Writing throughout needs work. Response: Thank you for your advice, and we appreciate the chance to make this manuscript clear. We have our manuscripts checked by English language native speakers for English editing. The correctness of English writing has been improved. In addition, the English revision certificate has been uploaded as an attachment. 2. The definition of "quaternary structure" repeated many times in introduction. Some sentences in the introduction are directly copied from Wikipedia. Response: Thanks for your comment. According to your suggestion, we have rewritten the first paragraph of the introduction. We restate the definition of quaternary structure of protein and the importance of the quaternary structure prediction research while avoiding plagiarism. 3. Introduction: "In recent years, Shen et al. have also proposed coding methods based on 71 Functional Domain Composition" lacks a citation. Response: Thank you for reminding. We have added the citation (reference number: [1]) correctly. II. Answer to comments from Reviewer #2: 1. This MS does not show it is superior to existing method. Looking at Table 9 on page 15, for many of the categories, its precision is smaller than that of "QuarIdent". Response: Thanks for your comment. Although some results were worse than QuarIdent in precision, the overall average of QUATgo was better than QuarIdent. At the same time, we mainly use MCC as the evaluation index, because it can take into account both true and false positives and negatives and is generally regarded as a balanced measure which can be used even if the classes are of very different sizes. For each independent test, QUATgo was superior to the other two existing methods in MCC results. And, the overall average ACC and MCC results of QUATgo are also higher than the other two methods. 2. Actually, this kind of comparison is meaningless because we do not know many possible overlaps of the testing set with the training set and do not know how similar is the testing set to the training set. Response: Thanks for your comment. These two data sets do not have the same or similar protein family. In the homo-oligomers and hetero-oligomers data set, we compare the testing set and the training set where 95% of the sequence data in testing set has sequence identity lower than 40%. 3. I do not even know how the "independent test set" is constructed other than a sentence saying "We compared QUATgo with other quaternary structure prediction tools. We use the remaining files in the training set as independent sets". Response: Thank you for your advice, and we appreciate the chance to make this manuscript clear. In revised manuscript, we rewrite two parts of statements as follows. . Adding the sentence “The remaining data were serve as independent data.” In the section “Flowchart and system construction” to show how the independent test set was made. . Rewriting the sentences of “We compared QUATgo with other quaternary structure prediction tools by independent test set, and calculated precision, sensitivity, specificity, accuracy (ACC), and MCC.” In the section “Comparing with different prediction tools” 4. The fact that this MS's method is doing well on the larger "MERS" could be due to that there are high sequence identity sequences in the training set to the testing set because for these "MERS", the high sequence identity ones are not removed by CD-hit. Response: Thanks for your comment. We further inspected the sequence identity of these MERS S ectodomains to our training set. The results showed that the sequence identity of these hetero-12 mer are about 60%. Please see the table below for detailed results. PDBID Identity 5W9H 62.16% 5W9I 59.81% 5W9J 59.81% 5W9K 60% 5W9L 59.81% 5W9M 62.16% 5W9N 62.16% 5W9O 62.16% 5W9P 61.26% 5W9Q <10% 5. The MS is written in poor English. There are many sentences like these: "The quaternary structure of the homo-oligomer can be encoded by the Equation an, where n is the copy number of the polypeptide chain." "If the protein sequence has similar functional domains, it may represent evolutionarily related [8, 9]. If there is a similar functional domain in the protein sequence, it may be evolutionarily related." "Comparing similarities with RPS-BLAST through the Conserved Domains database (CDD) [10]." "Proteins of different functions, sources and species, in addition to structural information verification through time-consuming experimental methods,if the homology between the sequences is low, it is more difficult to find the protein aggregation rules by using the alignment method." ...... Response: Thank you for your advice, and we appreciate the chance to make this manuscript clear. We have our manuscripts checked by English language native speakers for English editing. The correctness of English writing has been improved. In addition, the English revision certificate has been uploaded as an attachment. � "The quaternary structure of the homo-oligomer can be encoded by the Equation an, where n is the copy number of the polypeptide chain." This sentence has been deleted because of its inappropriateness. � "If the protein sequence has similar functional domains, it may represent evolutionarily related [8, 9]. If there is a similar functional domain in the protein sequence, it may be evolutionarily related." These sentences have been re-written to “If the protein sequence has similar functional domains, it may represent an evolutionarily relationship [8, 9].”, and deleted another inappropriate sentence. � "Comparing similarities with RPS-BLAST through the Conserved Domains database (CDD) [10]." This sentences has been re-written to “Comparing similarities can be performed with RPS-BLAST through the Conserved Domain Database (CDD) [10].” � "Proteins of different functions, sources and species, in addition to structural information verification through time-consuming experimental methods,if the homology between the sequences is low, it is more difficult to find the protein aggregation rules by using the alignment method." This sentences has been re-written to “For proteins of different functions, sources and species, in addition to verifying structural information, it is more difficult to find the protein aggregation rules using the alignment method if the homology between the sequences is low.” Submitted filename: Response to Reviewer_QUATgo_1015.docx Click here for additional data file. 8 Nov 2019 PONE-D-19-21078R1 QUATgo: Protein quaternary structural attributes predicted by two-stage machine learning approaches with heterogeneous feature encoding PLOS ONE Dear Prof. Chu, Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process. We would appreciate receiving your revised manuscript by Dec 23 2019 11:59PM. When you are ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file. If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. To enhance the reproducibility of your results, we recommend that if applicable you deposit your laboratory protocols in protocols.io, where a protocol can be assigned its own identifier (DOI) such that it can be cited independently in the future. For instructions see: http://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols Please include the following items when submitting your revised manuscript: A rebuttal letter that responds to each point raised by the academic editor and reviewer(s). This letter should be uploaded as separate file and labeled 'Response to Reviewers'. A marked-up copy of your manuscript that highlights changes made to the original version. This file should be uploaded as separate file and labeled 'Revised Manuscript with Track Changes'. An unmarked version of your revised paper without tracked changes. This file should be uploaded as separate file and labeled 'Manuscript'. Please note while forming your response, if your article is accepted, you may have the opportunity to make the peer review history publicly available. The record will include editor decision letters (with reviews) and your responses to reviewer comments. If eligible, we will contact you to opt in or out. We look forward to receiving your revised manuscript. Kind regards, Mingyang Lu Academic Editor PLOS ONE [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation. Reviewer #1: All comments have been addressed Reviewer #2: (No Response) ********** 2. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Yes Reviewer #2: Partly ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: No ********** 4. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: Yes Reviewer #2: Yes ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: Yes Reviewer #2: Yes ********** 6. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: I carefully read the revised manuscript and the response to all reviewer concerns. I think the authors successfully responded to my concerns and recommend now acceptance of the manuscript. Reviewer #2: A major issue with the MS is the error in MCC calculation of their QUATgo in Table 9. Based on a quick check on Homo-12-mer, QuarIdent has a much larger precision (0.939 vs. 0.271), close specificity (0.998 vs. 0.999), and slightly worse sensitivity (0.018 vs. 0.030), yet its MCC value is much worse than that of QUATgo (0.067 vs. 0.990 !). This does not make sense. In fact, based on the values of precision, sn, sp, I can infer its MCC value is 0.0866846 that is slightly better than 0.067 of QuarIdent. Many other MCC values are also wrong, i.e. Monomer: MCC=-0.103 instead of 0.378;Homo-2:MCC=-0.123; Homo-3: MCC=-0.182 ... On average, their MCC value is worse than that of QuarIdent ! Unless the authors correctly calculate their MCC and show they are statistically significantly better than other methods (i.e. p-value < 0.05 by student-t test), I do not see the value of publishing this work. ********** 7. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No Reviewer #2: No [NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files to be viewed.] While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email us at figures@plos.org. Please note that Supporting Information files do not need this step. 23 Mar 2020 I. Answer to comments from Reviewer #1: I carefully read the revised manuscript and the response to all reviewer concerns. I think the authors successfully responded to my concerns and recommend now acceptance of the manuscript. Response: Thank you for your advice. II. Answer to comments from Reviewer #2: A major issue with the MS is the error in MCC calculation of their QUATgo in Table 9. Based on a quick check on Homo-12-mer, QuarIdent has a much larger precision (0.939 vs. 0.271), close specificity (0.998 vs. 0.999), and slightly worse sensitivity (0.018 vs. 0.030), yet its MCC value is much worse than that of QUATgo (0.067 vs. 0.990 !). This does not make sense. In fact, based on the values of precision, sn, sp, I can infer its MCC value is 0.0866846 that is slightly better than 0.067 of QuarIdent. Many other MCC values are also wrong, i.e. Monomer: MCC=-0.103 instead of 0.378;Homo-2:MCC=-0.123; Homo-3: MCC=-0.182 ... On average, their MCC value is worse than that of QuarIdent ! Unless the authors correctly calculate their MCC and show they are statistically significantly better than other methods (i.e. p-value < 0.05 by student-t test), I do not see the value of publishing this work. Response: Thank you very much for your suggestions. We found that there was a bias towards negative in the QUATgo system. It shows that the specificity (sp) was exceedingly high and the sensitivity (sn) was too low. Therefore, we spent an extra three months to re-adjust the test set and revise it to the ratio of positive and negative set equal to 1:1. Finally, accuracy and reliability are improved, and the results will not be excessively biased towards sp. Due to the update of the test data set, there are many corrections in the table and the article, which we have highlighted in yellow. Besides, we modify the cases discussed in the case study. We used the Influenza hemagglutinin protein as our case study. The results showed that 8 of 13 hemagglutinin proteins correctly predicted their quaternary structure (hetero 6-mer), while the QuatIdent and QuaBingo were all wrong. Moreover, the sequence identity between these 13 hemagglutinins and our train data set is less than 40%. Thanks for your reminding, let us be able to improve and make the research results more precise. Submitted filename: Response to Reviewer_QUATgo_0323_v2.docx Click here for additional data file. 8 Apr 2020 QUATgo: Protein quaternary structural attributes predicted by two-stage machine learning approaches with heterogeneous feature encoding PONE-D-19-21078R2 Dear Dr. Chu, We are pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it complies with all outstanding technical requirements. Within one week, you will receive an e-mail containing information on the amendments required prior to publication. When all required modifications have been addressed, you will receive a formal acceptance letter and your manuscript will proceed to our production department and be scheduled for publication. Shortly after the formal acceptance letter is sent, an invoice for payment will follow. To ensure an efficient production and billing process, please log into Editorial Manager at https://www.editorialmanager.com/pone/, click the "Update My Information" link at the top of the page, and update your user information. If you have any billing related questions, please contact our Author Billing department directly at authorbilling@plos.org. If your institution or institutions have a press office, please notify them about your upcoming paper to enable them to help maximize its impact. If they will be preparing press materials for this manuscript, you must inform our press team as soon as possible and no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org. With kind regards, Mingyang Lu Academic Editor PLOS ONE Additional Editor Comments (optional): Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation. Reviewer #2: All comments have been addressed ********** 2. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #2: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #2: Yes ********** 4. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #2: Yes ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #2: Yes ********** 6. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #2: (No Response) ********** 7. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #2: No 13 Apr 2020 PONE-D-19-21078R2 QUATgo: Protein quaternary structural attributes predicted by two-stage machine learning approaches with heterogeneous feature encoding Dear Dr. Chu: I am pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now with our production department. If your institution or institutions have a press office, please notify them about your upcoming paper at this point, to enable them to help maximize its impact. If they will be preparing press materials for this manuscript, please inform our press team within the next 48 hours. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information please contact onepress@plos.org. For any other questions or concerns, please email plosone@plos.org. Thank you for submitting your work to PLOS ONE. With kind regards, PLOS ONE Editorial Office Staff on behalf of Dr. Mingyang Lu Academic Editor PLOS ONE
  28 in total

1.  AAindex: amino acid index database.

Authors:  S Kawashima; M Kanehisa
Journal:  Nucleic Acids Res       Date:  2000-01-01       Impact factor: 16.971

2.  Prediction of protein secondary structure content.

Authors:  W Liu; K C Chou
Journal:  Protein Eng       Date:  1999-12

3.  Rapid profiling of peptide stability in proteolytic environments.

Authors:  Hans H Gorris; Steffen Bade; Niels Röckendorf; Eike Albers; M Alexander Schmidt; Milan Fránek; Andreas Frey
Journal:  Anal Chem       Date:  2009-02-15       Impact factor: 6.986

4.  AAindex: Amino Acid Index Database.

Authors:  S Kawashima; H Ogata; M Kanehisa
Journal:  Nucleic Acids Res       Date:  1999-01-01       Impact factor: 16.971

5.  Analysis of amino acid indices and mutation matrices for sequence comparison and structure prediction of proteins.

Authors:  K Tomii; M Kanehisa
Journal:  Protein Eng       Date:  1996-01

Review 6.  Prediction of protein structural classes.

Authors:  K C Chou; C T Zhang
Journal:  Crit Rev Biochem Mol Biol       Date:  1995       Impact factor: 8.250

7.  Pse-in-One: a web server for generating various modes of pseudo components of DNA, RNA, and protein sequences.

Authors:  Bin Liu; Fule Liu; Xiaolong Wang; Junjie Chen; Longyun Fang; Kuo-Chen Chou
Journal:  Nucleic Acids Res       Date:  2015-05-09       Impact factor: 16.971

8.  Assembly reflects evolution of protein complexes.

Authors:  Emmanuel D Levy; Elisabetta Boeri Erba; Carol V Robinson; Sarah A Teichmann
Journal:  Nature       Date:  2008-06-18       Impact factor: 49.962

9.  3D complex: a structural classification of protein complexes.

Authors:  Emmanuel D Levy; Jose B Pereira-Leal; Cyrus Chothia; Sarah A Teichmann
Journal:  PLoS Comput Biol       Date:  2006-10-05       Impact factor: 4.475

10.  Designing of peptides with desired half-life in intestine-like environment.

Authors:  Arun Sharma; Deepak Singla; Mamoon Rashid; Gajendra Pal Singh Raghava
Journal:  BMC Bioinformatics       Date:  2014-08-20       Impact factor: 3.169

View more

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