Peer Review History

Original SubmissionAugust 7, 2019
Decision Letter - Douglas A Lauffenburger, Editor, Hugues Berry, Editor

Dear Jason,

Thank you very much for submitting your manuscript, 'Medusa: software to build and analyze ensembles of genome-scale metabolic network reconstructions', to PLOS Computational Biology. As with all papers submitted to the journal, yours was fully evaluated by the PLOS Computational Biology editorial team, and in this case, by independent peer reviewers. The reviewers appreciated the attention to an important topic but identified some aspects of the manuscript that should be improved.

We would therefore like to ask you to modify the manuscript according to the review recommendations before we can consider your manuscript for acceptance. Your revisions should address all the specific points made by each reviewer and we encourage you to respond to particular issues. In particular, please be sure to address the points about quantification of the performances and gains of MEDUSA.

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.raised.

In addition, when you are ready to resubmit, please be prepared to provide the following:

(1) A detailed list of your responses to the review comments and the changes you have made in the manuscript. We require a file of this nature before your manuscript is passed back to the editors.

(2) A copy of your manuscript with the changes highlighted (encouraged). We encourage authors, if possible to show clearly where changes have been made to their manuscript e.g. by highlighting text.

(3) A striking still image to accompany your article (optional). If the image is judged to be suitable by the editors, it may be featured on our website and might be chosen as the issue image for that month. These square, high-quality images should be accompanied by a short caption. Please note as well that there should be no copyright restrictions on the use of the image, so that it can be published under the Open-Access license and be subject only to appropriate attribution.

Before you resubmit your manuscript, please consult our Submission Checklist to ensure your manuscript is formatted correctly for PLOS Computational Biology: http://www.ploscompbiol.org/static/checklist.action. Some key points to remember are:

- Figures uploaded separately as TIFF or EPS files (if you wish, your figures may remain in your main manuscript file in addition).

- Supporting Information uploaded as separate files, titled 'Dataset', 'Figure', 'Table', 'Text', 'Protocol', 'Audio', or 'Video'.

- Funding information in the 'Financial Disclosure' box in the online system.

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.

We hope to receive your revised manuscript within the next 30 days. If you anticipate any delay in its return, we ask that you let us know the expected resubmission date by email at ploscompbiol@plos.org.

If you have any questions or concerns while you make these revisions, please let us know.

Sincerely,

Hugues Berry

Associate Editor

PLOS Computational Biology

Douglas Lauffenburger

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: This software paper describes the Medusa tool, a software to build and analyse ensembles of genome-scale metabolic network reconstructions. The main interest of Medusa is to enable the simultaneous run and comparison of analyses over families of metabolic network, such as FBA, FVA and gene essentiality. To that goal, a family of metabolic networks is represented in CobraPy Python package using a so-called Ensemble class, which references both a CobrayPy Model (describing the base model) and Features and Members to describes the specificities of the family of metabolic networks. This smart representation allow comparing ensemble of simulations and running pipelines which alternate analyses of families of metabolic networks, then selection of sub-families, followed by novel analysis. An example of such a pipeline is a curation procedure based on the prioritizing of components which contribute the most to simulation uncertainty. Another example is the automatic generation of a family of gap-filled metabolic models according to different media conditions allowing the user to see the impact of the order of the selected media conditions over the gapfilling procedure.

As stated by the author, this representation of families of metabolic networks which relevant classes in CobraPy is a very smart solution to run multiple analyses and workflows and study the variability of metabolic networks while avoiding to store the multiple networks generated along the pipelines. This is particularly useful for automatic analyses involving the generation of multiple models.

However, the paper is lacking some elements to ensure that the Medusa package can be used by the community. They correspond to the four main limitations below that needs to be clarified.

(1) There is no information about the gains enabled by Medusa. What is the maximum number of metabolic networks that an Ensemble can describe ? What is the gain of storage space enabled by the ENSEMBLE representation with respect to a usual representation with individual models ? What are the gains of performance for FBA, FVA, and gene essentiality computations with respect to simulations with individual models ?

(2) Few details are given about the generation of ENSEMBLE. How can an ENSEMBLE be generated from a family of SBML files generated with other tools ? Does the package enable this ? In addition, the author suggest to store share ENSEMBLES by using a SBML file for the base_model and then to serialize the ENSEMBLE. What is the gain if this is the recommended solution ?

(3) Figure 4 is quite misleading. What is the advantage of generating Ensembles of gapfilled GENREs by shuffling the different growth conditions ? May the author show FBA and FVA simulations evidencing that the study of the Ensemble generates gains in the study of the considered metabolic network ?

(4) In the introduction, the authors advocate that ENSEMBLEs are useful to handle alternative solutions generated by simulations, including infinite number of feasible flux values within the range determined by a FBA solution space. I do not understand how MEDUSA is able to handle this issue ? Is this possible to generate an ENSEMBLE modeling all such GENREs with alternative feasible fluxes and then to study them with MEDUSA ? How can this be done ? If this is not the case, I would rather suggest to remove the paragraph in the introduction to avoid confusion.

Reviewer #2: The work presented here represents a useful tool for the community. However, there are some points in the manuscript that require clarification.

• In the example provided in the “Coupling ensemble modeling with machine learning,” it is not clear what data the random forest is trained on. Where it says that the “… random forest regressor is used to predict the simulated values …,” are the authors actually training the random forest on those simulations and then going in to the decision trees to determine the most predictive features? If so, this should be clarified. If not, then the information needs to be added.

• Some sense of the simulation “wall time” would be helpful for various size models/ensembles. Of course, it will also be necessary to provide information regarding hardware used in order for the wall time to have any significance.

• One assumes that Medusa is based on Python 3, and it will become obvious once an individual uses the package. However, it would still be worthwhile to mention the version of Python against which this package is built against.

Reviewer #3: In this paper, the authors describe and demonstrate Medusa, a (Python) tool for the analysis of ensemble of metabolic networks. While constraint-based modelling methods have gained immense popularity over the last two decades, they are still beset with a key problem of "degeneracy" in solutions. Furthermore, there exists uncertainty in network structure, in terms of the topology, and many gap-filling algorithms exist to fill gaps (identify missing reactions) in metabolic networks. Building on COBRAPy, Medusa can perform ensembleFBA, to address these and other important issues. Medusa also lends itself to applying machine learning tools for improving curation, and the documentation lists an example of this too.

I found the paper to be very well-written and crisp. It gives a very clear overview of the use of Medusa, and the underlying methods.

Minor Revisions:

1. It would be nice to describe an example of how parallelisation affords advantages, and also a brief discussion of how it scales. It would be advantageous to the users to be well aware of the parallel features of Medusa, which will enable them to work with larger numbers of simulations (or larger networks).

2. While Figure 3 is very good and explanative, I would find it interesting to look at a scatterplot of difference in biomass growth rates vs. similarity of the reaction networks in the ensemble. That is, for every pair of networks in the ensemble, plot a point corresponding to (d(network1, network2), v_bio1-vbio2). Is there a clear correlation? What would the outliers, if any, mean? For distance, a Jaccard distance could be used.

3. An example (both in the manuscript) and documentation, as to how ensemble performance can be studied by plotting ROC curves in Medusa could be described.

**********

Have all data underlying the figures and results presented in the manuscript been provided?

Large-scale datasets should be made available via a public repository as described in the PLOS Computational Biology data availability policy, and numerical data that underlies graphs or summary statistics should be provided in spreadsheet form as supporting information.

Reviewer #1: Yes

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

Revision 1

Attachments
Attachment
Submitted filename: medusa_reviews.docx
Decision Letter - Douglas A Lauffenburger, Editor, Hugues Berry, Editor

Dear Jason,

Thank you very much for submitting your manuscript "Medusa: software to build and analyze ensembles of genome-scale metabolic network reconstructions" for consideration at PLOS Computational Biology. Based on the reviews, we are very likely to ultimately accept this manuscript for publication; however, toward that end we ask that you consider a minor revision of the manuscript to address the final recommendation made by reviewer #1 (about the citation of Biggs & Papin, PLOS Comp Bio 2017, see below).

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,

Hugues Berry

Associate Editor

PLOS Computational Biology

Douglas Lauffenburger

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: The authors have addressed most of my comments. However, they decided to not directly address my comment on the former figure 4 (now figure 3) about the underlying motivations for the choice of the gap-filling method implemented in medusa to generate ensembl. Although I understand their position, I would suggest as a last minor revision to clearly refer to the paper Biggs & Papin, PLOS Comp Bio 2017 when they introduce Figure 3 (paragraph that starts with "Ensembles can also be generated in Medusa by performing gap-filling on an individual GENRE..." to include a summary of the detailed motivation that they provided in the response to reviewed.

Reviewer #2: The authors have addressed all of my concerns.

Reviewer #3: All my comments have been addressed satisfactorily, more or less. I am happy to recommend the publication of the manuscript.

**********

Have all data underlying the figures and results presented in the manuscript been provided?

Large-scale datasets should be made available via a public repository as described in the PLOS Computational Biology data availability policy, and numerical data that underlies graphs or summary statistics should be provided in spreadsheet form as supporting information.

Reviewer #1: Yes

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: 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, PLOS recommends that you deposit 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/ploscompbiol/s/submission-guidelines#loc-materials-and-methods

Revision 2

Attachments
Attachment
Submitted filename: medusa_reviews.docx
Decision Letter - Douglas A Lauffenburger, Editor, Hugues Berry, Editor

Dear Jason,

We are pleased to inform you that your manuscript 'Medusa: software to build and analyze ensembles of genome-scale metabolic network reconstructions' 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,

Hugues Berry

Associate Editor

PLOS Computational Biology

Douglas Lauffenburger

Deputy Editor

PLOS Computational Biology

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

Formally Accepted
Acceptance Letter - Douglas A Lauffenburger, Editor, Hugues Berry, Editor

PCOMPBIOL-D-19-01338R2

Medusa: software to build and analyze ensembles of genome-scale metabolic network reconstructions

Dear Dr Papin,

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,

Laura Mallard

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 .