Peer Review History

Original SubmissionJanuary 3, 2024
Decision Letter - Ilya Ioshikhes, Editor, Yana Bromberg, Editor

Dear Dr. Grunwald,

Thank you very much for submitting your manuscript "Krisp: A python package for designing CRISPR and amplification-based diagnostic assays from whole genome data" 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. Particularly important is the request to expand on the description of the field and to evaluate the performance of the method in light of existing approaches.

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,

Yana Bromberg

Guest Editor

PLOS Computational Biology

Ilya Ioshikhes

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: The paper by Foster, et al. et al. describes a Python library, Krisp, that allows detection of target regions and design of primers for CRISPR applications that are able to discriminate between different strains (e.g.). The authors describe the functioning of the package, and how to use it. They cover benchmarking of the speed/CPU usage, and provide a basic example of application to sequences. The paper is written well but I have the following comments for improvement.

1. Though the tool looks useful and the paper is well written, it is very light on any biological demonstration or interpretation. It is useful to show the P. ramorum data – and that’s great, but this doesn’t really communicate the biological impact of the approach (what would the alternative have been, e.g., in terms of primer design). The examples given are fine to given an idea of how the tool functions – but it is difficult to assess how useful the tool will be, or what kind of biological insights it might provide.

2. There is a lot of benchmarking on the computational performance of the tool that is probably not necessary in the main text. I’ve included some suggestions below.

3. Figures 2 and 3 are of limited value given that Figure 2 is only comparing the algorithm’s performance against itself, and Figure 3 can be easily summarized as text (not sure the figure adds much really).

4. Figure 4 (bottom panel) is a bit confusing. I believe that the plot is supposed to be showing the difference between control (dashed lines) and experiment (solid lines) – but the plot looks like there are a lot more solid lines (maybe the clonal lineages) than dashed lines. I think this would be better conveyed as a bar graph (e.g.) showing the differences of all the strains at 150 minutes. The time doesn’t seem to add a lot.

5. Line 334, “Expected Performance” – this section does not need to be in the main text, and I feel could be moved to supplement. The expected performance is somewhat interesting, but only in light of the realized performance (in the next section).

Minor comments.

6. Line 22, SHERLOCK has not been defined – so it’s an odd thing to talk about in the Abstract.

7. Line 140, WGS should be defined here.

8. Python should be capitalized throughout.

9. Line 258, RAM should be capitalized

10. Line 267, ‘P. ramorum’ has not been spelled out previously.

11. Line 372, “On both computing systems” – both of which systems?

12. Line 372, “twice as fast when 6 cores were used.” – twice as fast as what?

13. Line 374, “hardware limits being reached.” – while true, not very helpful. My guess would be IO limitations? Limitations on threading relative to the algorithm?

14. Line 376, “processing the test dataset” – what was the test dataset?

15. Line 393, “likely due to limitations of the laptop cooling system” – this seems… odd. There seem to be more likely explanations. I’m not sure any explanation without evidence is needed here.

Software

1. Install from PyPi worked well

2. The Github page Requirements indicates that Python 3.6 or better is needed but it seems that the required version is Python 3.9 or better.

3. I was not able to get krispr_fasta to function with my install (latest install of Python 3.12, but other older versions still on my machine) as it seemed to be calling my Python 3.8 (which doesn’t work – see point 2, above). Though I’m sure the fix is probably relatively simple I was unable to figure it out to provide any further review of the software for the paper in a timely manner (and I’m sure others may experience similar issues).

Reviewer #2: The authors have developed a Python package, Krisp, capable of detecting variations common among sequences of interest. The tool provides a range of additional features, making it versatile for multiple applications and readily available for installation via Pip. The manuscript and GitHub repo are descriptive, with detailed information about the tool. There are a few comments to improve the manuscript and usability of the tool:

1) There are several existing computational tools to aid CRISPR experiments. In the introduction, The authors need to summarize the current state of computational tools in the field and the importance of Krisp, a new computational tool. How does Krisp stand out or complement them? 

2) Currently, Krisp is restricted to searching for a fixed variation length among a specified length of conserved regions. However, one could improve Krisp's versatility in diverse applications and biological data by facilitating a search of a range of lengths (e.g., 3-5 bp ). 

3) What are the drawbacks/limitations of the tool?

Minor:

3) Can Krisp capture common variants among a set of distantly related species with deletions and insertions? One or two examples could help the readers.

4) How does the performance scale with the number of genomes or the sequence set size? The figures on scaling to the number of cores are of little use.

5) Is the pip version of your tool the same as the current GitHub version? 

6) What are the required columns in Krisp's VCF file? Do you know if the tool works with mutated VCF file formats?

Reviewer #3: This manuscript overall does indeed describe a reasonable approach to the goal to "find differentiating diagnostic sequences/primers for sequences of interest, in a memory efficient manner". However, this is somewhat at odds with the title and parts of the abstract, since finding primers using Primer3 is not the same thing as “A python package for designing CRISPR and amplification-based diagnostic

assays from whole genome data”. For example, the described work represents what is really a front end and workflow for whole-genome primer design that depends on Primer3, not a complete package, and it does not design CRISPR guide RNAs, just primers. Having said that, overall, the work on a primer design front end and workflow is appropriate and thorough. Note the contrast here with the conclusion, that they “identify genetic regions suitable for development of DNA or RNA based diagnostic assays” – this is very different from what the they say in the title and abstract.

The "chunking"/parallelization routines that the authors implemented, and demonstration of memory efficiency and discussion of performance with number of cores etc, are useful and not commonly implemented in this area.

However the reliance on Primer3, which is rather old software with a number of known issues (for example, oversensitivity to hairpin loop structures, and inaccurate Tm calculations, at least in the versions known to this reviewer) does reduce the potential impact of the work.

Fig. 4 was also refreshing in that the authors demonstrated real-world biological performance of their method, although this demo seemed to lack needed biological context. This figure demonstrates utility in the cross-species analysis presented, but the use case for cross-species primer design is unclear, and the application seems unusual and highly specific. A better rationalization could be made for this choice of proof of concept experiment.

All in all, the work provides a useful platform that is useful in conjunction with other tools/experiments in a larger workflow. To be suitable for publication, the title and abstract need to better reflect the work that was actually done, the performance of Primer3 needs to be discussed, and preferably the code described needs to accommodate alternative primer design software.

**********

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

Attachments
Attachment
Submitted filename: Response to Editors and Reviewers.docx
Decision Letter - Ilya Ioshikhes, Editor, Yana Bromberg, Editor

Dear Dr. Grunwald,

We are pleased to inform you that your manuscript 'Krisp: A Python package to aid in the design of CRISPR and amplification-based diagnostic assays from whole genome sequencing data' 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,

Yana Bromberg

Guest Editor

PLOS Computational Biology

Ilya Ioshikhes

Section Editor

PLOS Computational Biology

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

Please make sure to address the remaining comments regarding figures and missing explanations

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 all my previous comments. I have also now successfully installed and tested the package.

Reviewer #2: The authors have addressed all my comments in the revised manuscript. However, the manuscript could make use of careful proofreading.

I suggest the authors to format the newly added figures 2&3 - to address the varying scales & units across subfigures, b) typos in the captions and c) the missing explanation for the chosen range of parameters (sample count, sequence length, etc).

Reviewer #3: The authors have appropriately addressed my comments. I have no further suggestions. Thank you for taking my suggestions seriously.

**********

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

Formally Accepted
Acceptance Letter - Ilya Ioshikhes, Editor, Yana Bromberg, Editor

PCOMPBIOL-D-24-00012R1

Krisp: A Python package to aid in the design of CRISPR and amplification-based diagnostic assays from whole genome sequencing data

Dear Dr Grunwald,

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 .