Peer Review History

Original SubmissionJune 3, 2023
Decision Letter - Christos A. Ouzounis, Editor, Kiran R. Patil, Editor

Dear Dr Loman,

Thank you very much for submitting your manuscript "Catalyst: Fast and flexible modeling of reaction networks" 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,

Christos A. Ouzounis

Academic Editor

PLOS Computational Biology

Kiran Patil

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

Reviewer's Responses to Questions

Comments to the Authors:

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

Reviewer #1: In the manuscript, Loman et al. present Catalyst.jl, a Julia package for modelling and simulation of chemical reaction networks. They describe how Catalyst is integrated into the SciML package ecosystem, leveraging other packages for symbolic model representation and numerical simulations. The authors demonstrate how chemical reaction networks in Catalyst can be generated, simulated, and extended or analysed further using intrinsic Catalyst features, other SciML tools and third-party Julia packages. They also perform an extensive set of model simulation benchmarks using a variety of ODE and SSA solvers, comparing Catalyst’s runtime performance to that of several other popular modelling packages.

In my opinion Catalyst.jl is a great library that works beautifully in tandem with the broader Julia ecosystem for numerical simulation and higher-level analysis, making Julia the programming language of choice for many computational biologists. On GitHub, the package is well documented and includes thorough tutorials. The manuscript itself is clear to follow and does a good job in presenting Catalyst, showcasing its features and higher-level applications. I also appreciate the rigorous simulation benchmarks and their detailed descriptions.

In summary, Catalyst.jl is a great contribution to the field and I happily endorse the manuscript’s publication.

Nevertheless, I had a few minor comments/suggestions for the authors to potentially consider:

• “Data and Code Availability” in the additional info has an old URL that does not work, but the correct one is provided in the Code Availability section of the main text.

• There appears to be a reference missing in “That a CRN can be unambiguously represented using these models forms the basis of several CRN modeling tools [?,11–22]”. In addition, another software tool that perhaps should be cited given its list of features is ”CERENA: ChEmical REaction Network Analyzer—A Toolbox for the Simulation and Analysis of Stochastic Chemical Kinetics”, PLoS ONE 11(1): e0146732.

• In Figure 2, it might be helpful to show the Brusselator reaction diagram and assumptions made to make life easier for an unfamiliar reader, or at least mention it in the caption. Alternatively, a more accessible reference could be useful: from a quick look at the one cited, i.e., Lefever et al. (1988), it does not seem to clearly define the Brusselator as used here and does not explicitly discuss the limit cycle condition (relationship between A and B). Perhaps "Elements of Applied Bifurcation Theory" by Y. A. Kuznetsov or another textbook would work better.

• In Section 2.2, is there a particular reason why Catalyst is benchmarked against BioNetGen, COPASI, GillesPy2, Matlab’s SimBiology, and not any other packages? These seem to be chosen very reasonably given their popularity, list of features and them being actively maintained, but it might be worthwhile to mention this explicitly.

• Regarding Section 2.2 and Fig. 4, it might be interesting to have even a very short discussion summarising the potential main factors leading to such notable runtime differences between CVODE and lsoda in different languages/packages, as well as almost always superior performance of native Julia solvers. Is it mostly about native language performance, specific implementations of the solvers or other algorithmic choices made?

• In Section 2.4, it might be more fitting with the paragraph style to specify which Julia packages allow approximating the unknown CRN structures using neural networks.

• Would be interesting to hear more details about the planned updates for spatial model support mentioned in the Discussion. Would that be a compartmentalised approach (akin to reaction–diffusion master equation) and what specific spatial SSA solvers would it include? Or does this also imply support for continuous reaction-diffusion processes?

• One quality of life improvement in Catalyst would be allowing to associate a volume parameter with each compartment and hence automatically scale the mass-action reaction rates according to volume. On a different note, an interactive GUI even in a very limited form (tutorials/specific Pluto notebooks?) could make the software more appealing for biologists with little to no programming experience. I see that both these comments are to some extent covered in the issues on GitHub, but perhaps expanding on future work and touching upon these and other similar possible improvements would be an insightful addition.

Reviewer #2: In the manuscript entitled ‘Catalyst: Fast and flexible modeling of reaction networks’ by Loman et al the authors developed a tool, Catalyst.jl, to describe biochemical reaction networks in the framework of Julia programming language. The Julia library Catalyst.jl is a symbolic modelling package where users can create the network model using Catalyst's domain specific language (DSL). The models created using this framework can now be simulated to generate deterministic or stochastic trajectories using various types of methods available in the existing package in Julia (DifferentialEquations.jl). Furthermore models developed in the Catalyst can also be used for variety of other purposes (e.g. bifurcation analysis, parameter estimation) using existing tools under Julia library.

There are many types of standalone modelling tools (e.g. COPASI, BioNetGen etc.) available to systems biology researchers for simulating biochemical reaction networks. The main appealing factor of Catalyst, in my opinion, is that in can be integrated into diverse types of existing Julia programming tools to achieve the desired objective. I recommend publication of the manuscript in the Plos Computational Biology upon justification of the following points.

1. Often system biology models are phenomenological in nature where the reaction rates are nonlinear with phenomenological rate functions. Although the authors mentioned about Hill function, however it is not clear whether user can customize the rate function as needed.

2. Does Catalyst allow non-integer Hill coefficient?

3. Due to the gaussian nature of the noise, solution of chemical Langevin equation may lead to negative concentration/population if the copy number of the relevant species becomes very low. How this scenario is addressed in the Catalyst?

4. Is the computational efficiency due to the Catalyst or the differential equation solvers developed in the Julia language?

**********

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

**********

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

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.

Revision 1

Attachments
Attachment
Submitted filename: Catalyst_reply_to_reviewers.pdf
Decision Letter - Christos A. Ouzounis, Editor, Kiran R. Patil, Editor

Dear Dr Loman,

We are pleased to inform you that your manuscript 'Catalyst: Fast and flexible modeling of reaction networks' 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

Kiran Patil

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: I thank the authors for the detailed responses to my questions and the changes made in response.

Reviewer #2: In the revised version of the manuscript the authors have addressed quires with satisfaction and thus I recommend its publication in the PLOS Computational Biology.

**********

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

**********

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

Formally Accepted
Acceptance Letter - Christos A. Ouzounis, Editor, Kiran R. Patil, Editor

PCOMPBIOL-D-23-00868R1

Catalyst: Fast and flexible modeling of reaction networks

Dear Dr Loman,

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,

Anita Estes

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 .