Peer Review History

Original SubmissionMay 5, 2021
Decision Letter - Manja Marz, Editor
Transfer Alert

This paper was transferred from another journal. As a result, its full editorial history (including decision letters, peer reviews and author responses) may not be present.

Dear Dr.. Singh,

Thank you very much for submitting your manuscript "MitoScape: A big-data, machine-learning platform for obtaining mitochondrial DNA from next-generation sequencing 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. 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,

Manja Marz

Software Editor

PLOS Computational Biology

Manja Marz

Software 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: Comments on “MitoScape: A big-data, machine-learning platform for obtaining mitochondrial DNA from next-generation sequencing data”

Larry N. Singh et al. present in this manuscript a novel software, MitoScape, developed for analyzing human mitochondrial DNA. MitoScape leverages mtDNA reads produced from next-generation sequencing experiments to infer mtDNA variants, including homoplasmies and heteroplasmies, and has the potential to assess mtDNA copy numbers. An elegant design of MitoScape is that it can accurately classify reads from mtDNA and reads from NUMTS based on a random forest classifier trained using features of alignments from mtDNA-enriched libraries and alignments from mtDNA-depleted libraries. The authors show significantly improved accuracy of MitoScape in identifying mtDNA heteroplasmies and homoplasmies as compared to two other mtDNA analytical tools, MToolBox, and mtDNA-Server. The authors further exemplify the use of MitoScape in a clinical study of mtDNA which enables inference of the full-length human mtDNA sequence.

The manuscript on MitoScape is well-written, accompanied with detailed online instruction on how to integrate MitoScape into the Seven Bridges Cavatica platform, a secure, cloud-based environment for analyzing large-scale genomics data. The source code of MitoScape is written in scala which has been made available on GitHub.

In light of increasing availability of high-quality next-generation sequencing data, an improved analytical tool like MitoScape will definitely accelerate the discovery of mtDNA’s roles in human diseases. Thus, I recommend this study for publication in PLOS Computational Biology.

I only have one minor suggestion.

An important factor influencing mtDNA variant detection is mtDNA copy number. Normally, samples with lower mtDNA copy numbers would be more significantly affected by reads from NUMTS. I wonder what distribution of mtDNA copy numbers in the nine testing blood samples is, given the corresponding data were generated by WGS. Does mtDNA copy number affect performance of mtDNA variant identification, especially identification of heteroplasmies? Providing copy number data could also illustrate another important use of MitoScape, as mentioned in Discussion.

Reviewer #2: The accurate identification of mitochondrial DNA (mtDNA) variants, especially low-frequency heteroplasmies, in sequencing data is an important problem in mitochondrial genetics. This problem is especially acute due to the presence of nuclear DNA fragments masquerading as mitochondrial DNA in sequencing data, commonly known as “NUMTs”. There are many approaches available to minimize NUMT contamination in sequencing data. However, these are largely heuristic, rely on the use of arbitrary filters, and there is often no clear measure of their efficacy/accuracy. Singh et al. provide an effective, scalable method to deal with these problems. I have a number of questions and comments to which I would like to hear the authors’ response:

The authors mentioned 10 samples enriched for mtDNA sequences as positive control. Am I correct in thinking that these independent from the 9 samples used as the test set? Perhaps make this clearer in the main text.

They mention using k-fold cross-validation with 80% of the training set and 20% as validation. Could the authors describe this in more detail? There are 8 samples in the negative training set and 10 in the positive set. How were they split? Or was the separation into training and validation sets carried out on the read level? How many iterations of the k-fold validation were carried out? Could the authors provide performance metrics from the k-fold validations? Can they also provide the weights that the classifier assigns to each of the features used? Additionally, can they also generate a plot of the probability of correctly assigning a read to mt/NUMT sequences as a function of these features in their validation? These metrics will be useful in understanding the classifier and how important each is in discriminating mitochondrial and NUMT sequences.

I am not sure using the absolute difference in heteroplasmy frequency between the benchmark and test set is the appropriate way to measure the performance of the method. Higher frequency heteroplasmies are more likely to vary in frequency just by sampling error. Perhaps more accurate would be to scale the difference by p(1-p) where p is the heteroplasmy fraction in the benchmark dataset. It would also be helpful to see this difference with respect to the frequency of the heteroplasmy. Please also provide similar metrics or a figure (e.g. as in Fig 3) for the other methods for a direct comparison with Mitoscape.

I noticed in Fig. 4 that Mutserve matches or performs better than Mitoscape at higher sequencing depth (>1200). Would this be a fair assessment? If so, perhaps mention this as it does not take away from the fact that Mitoscape performs well at lower sequencing depths.

I do think an absolute difference of 0.2 is appropriate to define false negative or positive heteroplasmies. One reason for this is that a difference of 0.2 matters means different things at low and high frequency heteroplasmies. For example, at a frequency of 0.2, a difference of -0.2 genuinely indicates a failure to detect the heteroplasmy whereas the same difference at a frequency of 0.5 does not. Additionally, I feel that heteroplasmy classification errors (as defined here) should be measured by detection (or failure of) heteroplasmies, and not based on difference in frequency of known heteroplasmies. For example, a false positive could be detection of a heteroplasmy above some frequency threshold (e.g. 0.05) which did not exist in the benchmark data.

I did not understand the purpose of the section “Application to complex human disease: hypertrophic cardiomyopathy”. Was Mitoscape used to call mtDNA reads for haplogroup calling? How much more accurate was this process compared to just calling haplogroups from the sequence data (without any filters) using Haplogrep (for example)? Alternatively, how much more accurate was Mitoscape compared to other methods described in the paper? In other words, I see the benefit of using Mitoscape to call low-frequency heteroplasmies, but I don’t see how beneficial it is for haplogroup calling.

Please provide details of the number and frequency distribution of heteroplasmies identified in the 9 test samples.

**********

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: ResponseToReviewers.docx
Decision Letter - Manja Marz, Editor

Dear Dr.. Singh,

We are pleased to inform you that your manuscript 'MitoScape: A big-data, machine-learning platform for obtaining mitochondrial DNA from next-generation 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,

Manja Marz

Software Editor

PLOS Computational Biology

Jason A. Papin

Editor-in-Chief

PLOS Computational Biology

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

Reviewer's Responses to Questions

Comments to the Authors:

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

Reviewer #2: I see the authors point about how Mitoscape improves homoplasmic variants, which could lead to improvement in haplogroup calling. However, I still find the section "Application to complex human disease: hypertrophic cardiomyopathy" odd because it does not test the accuracy of haplogroup calling directly. Instead, it discusses an association result, which is a downstream application but is not very relevant to the performance of Mitoscape. I understand the authors argument about not having haplogroup calls from the other tools to compare. I think this may be a personal choice and I will leave the decision to keep this section or move to the supplement to the authors.

The authors satisfactorily addressed my questions and I have no further questions or 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 #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 #2: No

Formally Accepted
Acceptance Letter - Manja Marz, Editor

PCOMPBIOL-D-21-00835R1

MitoScape: A big-data, machine-learning platform for obtaining mitochondrial DNA from next-generation sequencing data

Dear Dr Singh,

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,

Olena Szabo

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 .