Peer Review History

Original SubmissionOctober 30, 2021
Decision Letter - Nir Ben-Tal, Editor, Rachel Kolodny, Editor

Dear Prof. Coley,

Thank you very much for submitting your manuscript "Machine learning modeling of family wide enzyme-substrate specificity screens" 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. The reviewers appreciated the attention to an important topic. Based on the reviews, we are likely to accept this manuscript for publication, providing that you modify the manuscript according to the review recommendations.

Please prepare and submit your revised manuscript within 30 days. If you anticipate any delay, please let us know the expected resubmission date by replying to this email.

When you are ready to resubmit, please upload the following:

[1] A letter containing a detailed list of your responses to all 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.

Thank you again for your submission to our journal. 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,

Rachel Kolodny

Associate Editor

PLOS Computational Biology

Nir Ben-Tal

Deputy Editor

PLOS Computational Biology

***********************

A link appears below if there are any accompanying review attachments. If you believe any reviews to be missing, please contact ploscompbiol@plos.org immediately:

[LINK]

Reviewer's Responses to Questions

Comments to the Authors:

Please note here if the review is uploaded as an attachment.

Reviewer #1: Goldman et al carry out a thorough evaluation of how machine learning might be used to predict the substrate specificity of enzymes for biocatalysis. They present two important and relevant questions; can substrate specificity be predicted from the known substrate scope of an enzyme, and can enzymes active against a given substrate be predicted from data on other enzymes. An interesting finding in this work is that utilising the data for multiple enzymes against multiple substrates does not outperform training on either a single substrate (with multiple enzymes), or a single enzyme (against multiple substrates). It might be expected that utilising all the data would result in better predictions, but this is shown not to be the case. This sets the scene for future work in this area. The authors also demonstrate an interesting approach for creating a representation of only the active site of an enzyme, which in some cases shows improved predictive performance.

I found the paper to be well written and structured in a logical way, and I enjoyed reading it. The authors make a valuable contribution to the field, and I believe the work will be of interest to the readership of PLOS Computational Biology. I have made a few comments which the authors might like to consider, but I otherwise recommend this work for publication.

Comments

It might be helpful to briefly note in the methods section that the thresholds for binarization are presented in the supporting information.

Why did the authors choose ESM-1b (other than being ‘state of the art’). Is it expected that ESM-1b will perform better than other representations such as UniRep or SeqVec? Were other representations investigated? Would there be any benefit to including the choice of sequence representation as a hyper-parameter in a machine learning pipeline? A brief description of why ESM-1b was chosen would be useful.

For the CPI models, what is the rational for taking the dot product of the substrate and sequence representations for predictions? Also, how were the representations projected into smaller and equal length vectors (line 148)?

Why was Levenshtein distance used for the KNN studies? Could a standard percentage sequence identity as is commonly reported in BLAST searches be used instead, and might this perform better given it takes into account similarities between different amino acids via a BLOSUM scoring matrix? For sequence similarity networks often an ‘alignment score’ is used, which may also perform better? (https://doi.org/10.1016/j.bbapap.2015.04.015)

Line 187 to 194 – should Fig 2E be referenced here?

SI Fig 7 onwards – what do the colours mean?

Minor typos

Line 292 – Typo in word most

Line 345 – cross leave one out cross validation

Reviewer #2: The review is uploaded as an attachment.

Reviewer #3: General Comments:

In this work, the authors use protein language model embeddings, along with substrate encodings to predict compound protein interactions. They work with multiple top models which incorporate multiple chemical encoding methods and concatenation approaches and tested with different dataset. The use of protein language model, chemical encodings and different machine learning models shows an innovative integration of many works in the literature. The proposed structure-based strategy for pooling residue representations improves CPI predictions, which has many applications in biocatalysis. This work is very well written and will form an extremely important contribution to not only the ML community but also for the biocatalysis, protein engineering and functional genomics community. I should also commend, applaud and thank the authors for providing the datasets that were used in the paper. That is significant contribution though the code for some of the methods were not clear in the GitHub repository. Please see if you can add these details as well. Taken together this paper is highly valuable though it can be strengthened further based on the following comments.

Major Comments:

The introduction provides a nice description of the background but it could use more information on the protein sequence modeling such as the NLP methods used for prediction. I would urge authors to cut down the background on the enzyme side and add some paragraphs describing the protein sequence modeling (the different language models used and their success in enabling protein property prediction) which forms the foundation for their use in this specific sequence to function task. Similarly, there is some background on the substrate representations that could be relevant. This could also be a place to rationalize their choice of language model (ESM1b) and the substrate representations (JT-VAE).

The dataset published on GitHub is clear and well-organized. And results of CPI as well as structure-based classification models are clearly shown. However, results of regression models are not fully shown. For example, in figure 5B, Spearman’s R is only plotted for Kinase dataset, while phosphatase dataset also contains activities (numeric values) for regression models. The Spearman’s R’s for predicting CPI of phosphatases and halogenases activities are not shown or discussed.

166-168: Why are the hyperparameters tuned based on a small dataset (thiolase) rather than performing hyperparameter tuning on the largest dataset (i.e., phosphatases)? And what is the predictive performance on thiolase dataset after hyperparameter tuning?

174-178: Are there explanations on why CPI models do not outperform single-task models given that CPI models have been trained on both enzymes and substates as inputs and a greater amount of data? What is the AUPRC of CPI models using KRR as top model instead of FFN? Is this due to dissimilarities in the substrate structures or enzyme sequences maybe?

198-200: Similarly, what is the predictive performance on halogenase dataset after hyperparameter tuning?

Figure 5B: It seems that those AUPRC’s shown are for the sequence discovery tasks, according to baseline values in the AUPRC plots. For the last figure, the 0.42 Spearman’s R baseline for kinase dataset seems to be that of the substrate discovery task. Please specify this in the caption. Also, kinase’s sequence discovery task results are also interesting and should be discussed.

Minor Comments:

58-60: Consider citing this reference for enzyme identification:

https://link.springer.com/article/10.1186/1752-0509-4-35

127-128: The argument that the novel substrates and sequence prediction is tough is well taken but nevertheless the authors could add some data to show this.

189-190: Can the authors please refer to this plot 2E here ? May be rewrite “Plotting the AUPRC metric as a function of number of actives”

259-260: Authors point to this important issue in the field. There has been some recent work that has indicated that random emeddings can also lead to useful predictions sometimes mitigating the value of language models and perhaps authors can cite this work here.

269-270: Could you provide more details about how the different “reference structures" you provided are combined for identifying active site in your proposed methods of structure-based active site pooling strategy?

**********

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 #2: Yes

Reviewer #3: No: The Github page does not have the details of some parts of the code needed to reproduce the results though it has the datasets information.

**********

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: No

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

References:

Review your reference list to ensure that it is complete and correct. If you have cited papers that have been retracted, please include the rationale for doing so in the manuscript text, or remove these references and replace them with relevant current references. Any changes to the reference list should be mentioned in the rebuttal letter that accompanies your revised manuscript.

If you need to cite a retracted article, indicate the article’s retracted status in the References list and also include a citation and full reference for the retraction notice.

Attachments
Attachment
Submitted filename: PCOMPBIOL-D-21-01963-review.pdf
Revision 1

Attachments
Attachment
Submitted filename: Enz_sub_author_response.pdf
Decision Letter - Nir Ben-Tal, Editor, Rachel Kolodny, Editor

Dear Prof. Coley,

We are pleased to inform you that your manuscript 'Machine learning modeling of family wide enzyme-substrate specificity screens' 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,

Rachel Kolodny

Associate Editor

PLOS Computational Biology

Nir Ben-Tal

Deputy Editor

PLOS Computational Biology

***********************************************************

Formally Accepted
Acceptance Letter - Nir Ben-Tal, Editor, Rachel Kolodny, Editor

PCOMPBIOL-D-21-01963R1

Machine learning modeling of family wide enzyme-substrate specificity screens

Dear Dr Coley,

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 .