Peer Review History
| Original SubmissionDecember 29, 2021 |
|---|
|
Dear Dr. Zhang, Thank you very much for submitting your manuscript "Fast and Accurate Ab Initio Protein Structure Prediction Using Deep Learning Potentials" for consideration at PLOS Computational Biology. As with all papers reviewed by the journal, your manuscript was reviewed by members of the editorial board and by several independent reviewers. In light of the reviews (below this email), we would like to invite the resubmission of a significantly-revised version that takes into account the reviewers' comments. We cannot make any decision about publication until we have seen the revised manuscript and your response to the reviewers' comments. Your revised manuscript is also likely to be sent to reviewers for further evaluation. When you are ready to resubmit, please upload the following: [1] A letter containing a detailed list of your responses to the review comments and a description of the changes you have made in the 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. [2] Two versions of the revised manuscript: one with either highlights or tracked changes denoting where the text has been changed; the other a clean version (uploaded as the manuscript file). Important additional instructions are given below your reviewer comments. Please prepare and submit your revised manuscript within 60 days. If you anticipate any delay, please let us know the expected resubmission date by replying to this email. Please note that revised manuscripts received after the 60-day due date may require evaluation and peer review similar to newly submitted manuscripts. Thank you again for your submission. We hope that our editorial process has been constructive so far, and we welcome your feedback at any time. Please don't hesitate to contact us if you have any questions or comments. Sincerely, Christos A. Ouzounis Associate Editor PLOS Computational Biology Arne Elofsson Deputy Editor PLOS Computational Biology *********************** Reviewer's Responses to Questions Comments to the Authors: Please note here if the review is uploaded as an attachment. Reviewer #1: The authors describe in this paper the important progress that they have made in protein structure predictions with their new DeepFold pipeline by including the predicted contacts, a deep learning-based potential and a knowledge-based statistical force field. Despite the huge publicity for Alphafold2, predicting protein structres remains an important research problem. One only has to inspect the Alphafold database to see the large number of extended segments being specified as being of low confidence. Second paragraph – ‘use of deep learning techniques to predict spatial restraints’ is misleading since it is primarily the data from sequence correlations that lead to these gains, rather than the machine learning itself. There are new gains that can be obtained from improving protein sequence matching itself (Proteins 2021, 89:671), which yields many more of the structure contacts. The pipeline was tested on 221 non-redundant protein domains taken from scope and FM targets form various CASPs. Results were compared against several other prediction approaches and clear gains were seen. In the Author Summary should ‘spare’ be ‘sparse’ on next to last line? Reviewer #2: The authors present DeepFold, a new method for protein structure prediction that uses L-BFGS down-hill minimization of distance and orientation constraints, formulated as an energy function. The constraints are derived from both MSAs and simple physical considerations. A similar approach is implicit in AlphaFold1. The authors carefully analyze the contribution of different constraints, and combinations thereof, to the shape of the energy function and prediction quality, as manifested by the TM-scores of the resulted models. They also provide visual inspection of a few interesting test cases. The new method outperforms several important alternatives in both accuracy and speed. Notably however, in this study DeepFold is not compared with AlphaFold2 and RoseTTAfold, which are freely available for testing. The major take-home message of this study is that the larger is the number of reliable constraints, and the more diverse they are, that is distance vs. orientation and MSA-based vs. physics-based, the smoother is the energy surface and consequently the more accurate are the predictions. Overall, the manuscript is clearly written and interesting, with minor issues raised below. However, its major weakness is the lack of comparisons to AlphaFold2 and RoseTTAfold, which are likely to outperform DeepFold. Obviously, this speculation may be wrong, and anyway performance is not the only criterion for the evaluation of a research paper, but the “elephant in the room” here is far too big to ignore. Minor issues: 1. The authors compare methods and sets of constraints by average values of performance measures (e.g., TM-score), and test the significance of differences of these values by Student’s t-test. Averages and parametric tests maybe misleading when applied to distributions that are not normal like the ones shown in Figure 2. I believe that Instead (or in addition), the authors should use more robust, non-parametric, values and tests. 2. The authors mention “16 targets with Neff values less than 1 “. I guess this is a mistake. Even an orphan has a Neff value of 1. 3. When mentioning the use of Potts models as features, the authors should refer to previous studies that did it. Further, I believe that readers would benefit from some discussion about the meaning of Potts models in this context. If space is limited, we could do without a formal description of a much more known algorithm such as L-BFGS. Reviewer #3: # General comments In this work, Pearce and colleagues present DeepFold, a novel method to predict high-quality protein three dimensional structures using an ab initio approach which is guided by restraints originating from deep learning. In my opinion, DeepFold constitutes a significant advance in the field, as the authors convincingly demonstrate the high quality of results obtained while maintaining running times reasonable. This performance speed-up is achieved by exploiting the wealth of structural restraints obtained from deep neural network processing of sequence-derived information, which enables the application of the very efficient L-BFGS algorithm in a smoothed energy landscape, leading to fast convergence. The manuscript is well written and provides detailed benchmarking to relevant methods, suggesting that DeepFold can yield high quality results in reasonable time, thus making DeepFold a new important addition in the toolset of protein structure prediction. Below are some specific comments (grouped by manuscript section), which I hope will be helpful to the authors. In addition, a few typos and potential passages needing clarifications are mentioned in the end of my review. # Specific comments + Results - The authors clearly demonstrate (Fig. 4) that DeepFold outperforms competing methods in the compiled benchmark data. I would find interesting a discussion on the identities/properties of the few proteins where DeepFold performed worse than its 'competitors'. Were these inferior predictions due to poor MSAs (e.g. low Neff) or is there another reason that the authors could identify? + Methods and Usage - I was unable to get results on time for my review using the online server. However, I trust that the server performs as advertised, as the authors provide an example input for submission and the corresponding output, which includes a predicted model for the example query sequence along with the intermediate results (i.e. predicted secondary structure and spatial restraints). In addition, the authors have made available a GitHub repository with the DeepFold source code accompanied with detailed documentation on how to install, setup and execute the DeepFold suite. Therefore, both regular and more experienced users will find it easy to get their hands on this new method. - In the https://zhanggroup.org/DeepFold/README.md file it is mentioned that "Perl and java interpreters should be installed". It would be helpful if the minimum required versions for these interpreters are mentioned along with any non-standard packages/classes on which the provided code is depending. - In the manuscript the authors mention the use of DeepMSA2 for deriving a multiple sequence alignment based on the query sequence. However, if I am not mistaken, the code provided in the repository corresponds to an initial version (DeepMSA). I would suggest the authors were given the opportunity to choose which version to install/use. - In page 13 (last paragraph) qMSA is described and it is mentioned to use "HHblits2 to search against the Uniclust30 database". However it is unclear from this passage which is the query used at this point. A reader needs to consult the respective supplementary figure (Fig S1), where it is shown that this step is executed using the original query. In addition, it would be interesting to see the frequency by which each of the 7 types of MSA are chosen as the final MSA. Such information could provide additional insights for further speedup of the complete pipeline, since the MSA construction step requires significant computational resources at all levels - CPU, main memory, hard disk: potential users interested to install the code locally (especially in resource limited settings) would be interested in having information on which parts of this pipeline could be skipped without affecting quality of the results. - "DeepPotential models" were trained on a non-redundant set from the PDB. However, it is unclear by reading the respective section (pg. 14) whether the protein chains composing this training dataset exhibited any sequence similarity to the dataset used for benchmarking. + Typos/minor clarifications - Page 9, paragraph 1, line 2: "inter-reside" should read "inter-residue"? - Page 10, paragraph 2, line 4: I personally disagree with the use of the term "**highly** statistically significant". - Page 10, paragraph 3, line 3: Please provide a definition for Neff here, or give a pointer to the literature for readers not familiar with this term. - Page 14: "DeepFold Force Field" parameter weights were initialized to zero values, then optimized. However, it is not mentioned what was the amount of increase to these weights (I wonder if the weights should be monotonically increased). The "grid-searching technique" also lacks implementation details. - Page 19: In Fig 1, at the DeepPotential box, a label "2D input features" above the 2D residual blocks is probably missing. ********** Have the authors made all data and (if applicable) computational code underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data and code 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 and code 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 or code —e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: No: All details of their pipeline have not been included, nor all parameters used - generally these authors have always created publicly available web sites for general open access. Reviewer #2: Yes Reviewer #3: Yes ********** 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 Reviewer #3: Yes: Vasilis J Promponas Figure Files: 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. 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. Data Requirements: Please note that, as a condition of publication, PLOS' data policy requires that you make available all data used to draw the conclusions outlined in your manuscript. Data must be deposited in an appropriate repository, included within the body of the manuscript, or uploaded as supporting information. This includes all numerical values that were used to generate graphs, histograms etc.. For an example in PLOS Biology see here: http://www.plosbiology.org/article/info%3Adoi%2F10.1371%2Fjournal.pbio.1001908#s5. Reproducibility: To enhance the reproducibility of your results, we recommend that 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. Additionally, PLOS ONE offers an option to publish peer-reviewed clinical study protocols. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols |
| Revision 1 |
|
Dear Dr. Zhang, We are pleased to inform you that your manuscript 'Fast and Accurate Ab Initio Protein Structure Prediction Using Deep Learning Potentials' has been provisionally accepted for publication in PLOS Computational Biology. Before your manuscript can be formally accepted you will need to complete some formatting changes, which you will receive in a follow up email. A member of our team will be in touch with a set of requests. Please note that your manuscript will not be scheduled for publication until you have made the required changes, so a swift response is appreciated. IMPORTANT: The editorial review process is now complete. PLOS will only permit corrections to spelling, formatting or significant scientific errors from this point onwards. Requests for major changes, or any which affect the scientific understanding of your work, will cause delays to the publication date of your manuscript. Should you, your institution's press office or the journal office choose to press release your paper, you will automatically be opted out of early publication. We ask that you notify us now if you or your institution is planning to press release the article. All press must be co-ordinated with PLOS. Thank you again for supporting Open Access publishing; we are looking forward to publishing your work in PLOS Computational Biology. Best regards, Christos A. Ouzounis Academic Editor PLOS Computational Biology Arne Elofsson Section Editor PLOS Computational Biology *********************************************************** Reviewer's Responses to Questions Comments to the Authors: Please note here if the review is uploaded as an attachment. Reviewer #1: Bravo. I am particularly glad to see your important progress reported here. To me your paper is significantly stronger after responding to all 3 reviews in the way you have! Reviewer #3: I thank the authors for their efforts to addressed all comments raised in the initial round of review. I have no further comments. ********** Have the authors made all data and (if applicable) computational code underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data and code 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 and code 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 or code —e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: Yes Reviewer #3: Yes ********** 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 #3: Yes: Vasilis J Promponas |
| Formally Accepted |
|
PCOMPBIOL-D-21-02319R1 Fast and Accurate Ab Initio Protein Structure Prediction Using Deep Learning Potentials Dear Dr Zhang, I am pleased to inform you that your manuscript has been formally accepted for publication in PLOS Computational Biology. Your manuscript is now with our production department and you will be notified of the publication date in due course. The corresponding author will soon be receiving a typeset proof for review, to ensure errors have not been introduced during production. Please review the PDF proof of your manuscript carefully, as this is the last chance to correct any errors. Please note that major changes, or those which affect the scientific understanding of the work, will likely cause delays to the publication date of your manuscript. Soon after your final files are uploaded, unless you have opted out, the early version of your manuscript will be published online. The date of the early version will be your article's publication date. The final article will be published to the same URL, and all versions of the paper will be accessible to readers. Thank you again for supporting PLOS Computational Biology and open-access publishing. We are looking forward to publishing your work! With kind regards, Zsofia Freund PLOS Computational Biology | Carlyle House, Carlyle Road, Cambridge CB4 3DN | United Kingdom ploscompbiol@plos.org | Phone +44 (0) 1223-442824 | ploscompbiol.org | @PLOSCompBiol |
Open letter on the publication of peer review reports
PLOS recognizes the benefits of transparency in the peer review process. Therefore, we enable the publication of all of the content of peer review and author responses alongside final, published articles. Reviewers remain anonymous, unless they choose to reveal their names.
We encourage other journals to join us in this initiative. We hope that our action inspires the community, including researchers, research funders, and research institutions, to recognize the benefits of published peer review reports for all parts of the research system.
Learn more at ASAPbio .