Peer Review History

Original SubmissionJune 12, 2020
Decision Letter - Jason M. Haugh, Editor, Jeffrey J. Saucerman, Editor

Dear Dr. Andrews,

Thank you very much for submitting your manuscript "Rapid 3D phenotypic analysis of neurons and organoids using data-driven segmentation-free machine learning" 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.

All three reviewers had positive comments about the manuscript and saw potential, particularly in providing this 3D phenotyping software package in a way that is accessible to much of the biological community. However there were some major critiques that will need to be addressed, including claims about the novelty of the underlying supervoxel clustering method, and more comprehensive comparison of this method to other methods in Figure 5. Advantages and weaknesses need to be better described. Also the proposed method should be thoroughly compared, at least in the text, to deep learning methods.

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,

Jeffrey J. Saucerman

Associate Editor

PLOS Computational Biology

Jason Haugh

Deputy 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 presents a segmentation-free voxel classification approach to phenotypic profiling in 3D microscopy data. While the general idea of recursive supervoxel clustering for image classification is not new, and actually constitutes a standard approach in computer vision (multi-resolution pyramids), the application here seems significant and the work is of high practical value for users, in particular because a software is made available.

Suggestions for improvement:

1) The basic motivation should be toned down a bit. It is not true that phenotypic profiling of “three-dimensional microscopy datasets has been impractical”. It has actually been done before. It may not be easy, though.

2) It may be good to state the amount of training data needed for “shallow learning” right at the beginning of the results section in order to justify the use of the term “shallow learning”, which has a well-defined meaning in the machine-learning community.

3) In line 107, I would appreciate some information on how the binning is done. Based on which pixel property is the data binned? How many bins?

4) The observation that adding Gaussian noise to the data first improves performance is surprising. Could the authors elaborate on why this is? Is the classifier partially picking up noise signatures? Would performance on perfectly noise-free (synthetic) images be worse?

5) I cannot follow the claim made in the Discussion section that the method used here to determine the number of clusters is novel. Nor do I believe that it is optimal (with respect to which loss function?). It seems that the authors are using the classic L-curve method for determining the number of clusters. This method is known to be a heuristic without any optimality guarantees on the test data, and it is well known. This claim should be removed, or it should be explained why and how the methods differ.

6) The discussion section would benefit from being a bit more self-critical and also highlight the limitations of the method, or cases where such analysis would fail altogether. Clearly, the size of the supervoxels and megavoxels sets a resolution limit. I can also not imagine this method to be useful to classify phenotypes that mainly differ in morphology or shape. Nor would the method be able to distinguish different textures with the same intensity frequencies. It would be good if the authors could provide some guidelines for when someone should consider their method, to reduce the risk of user frustration.

7) From a technical point of view, I would not call the method presented here “segmentation-free”. In fact, one of the first steps in the proposed processing pipeline is to apply adaptive thresholding to the images in order to distinguish foreground pixels from background pixels. This *is* segmentation. It may not be instance segmentation, but it is the classic definition of image segmentation, and thresholding is known to be the simplest possible segmentation algorithm. In this sense, the method presented is not segmentation-free, and one may even ask the question whether it could be improved by using better (i.e., information-optimal) initial segmentation methods. This should be discussed and/or the language corrected.

In essence, what I think is done here, is weakly-supervised shallow-learning of intensity histograms in a 3-level multi-resolution pyramid over pre-segmented images. Nothing of this is new by itself, but the presented pipeline is practically useful.

Reviewer #2: The main contribution of this manuscript is a novel, super-pixel-based method that circumvents the need to explicitly segment structures and pre-define quantitative features when analyzing 3D micrographs of organoids.

The methodology is described well but the use of fixed pixel sizes to create super-voxels and mega-voxels will make the method dependent both on the magnification of the image and the size of the organoids. A similar problem exists for the method of focus stacking. The authors argue that their method is superior to deep learning methods (DLMs) because of lower computational resource needs. However, this argument is questionable because DLMs are becoming state of the art and the cost of their computational resources are well within the reach of scientific researchers and in some cases are free. Moreover, DLMs might significantly outperform the proposed method for the same tasks, in which case a DLM would be worth it even if it costs more. Therefore, the authors need to compare their method with a state of the art DLM. This is one of the two major shortcomings of the study. There needs to be some discussion about the choice of principal component analysis and Sammon mapping versus tSNE and UMAPP for projecting the data. The claim based off figures 5D, 5E and 5F that Phindr3D is better than the others is not apparent. The improvement from using Phindr3D needs to be quantitatively compared to the other methods and shown to be statistically significant.

The biological results are quite impressive and interesting, but they only confirm what was anticipated. The value of the proposed methodology can only be proven by demonstrating that the method produces new biological insights that could not have been obtained from using other, existing methods that are approximately equivalent in terms of cost (human effort, computer hardware costs, reagent costs etc). This is the second major shortcoming of the manuscript.

Reviewer #3: The manuscript of Mergenthaler et al introduces a software tool termed Phindr3D for automatic extraction of features from 3D microscopy image stacks. The software targets the problem of whole-image (in this case, whole-3D-image) classification and clustering, with classification and clustering methods based on the extracted features also provided in the software. The algorithm is applied to several biological problems where it produces results consistent with the prior knowledge.

The work has a lot of positive sides. All the data will be available at IDR, the software is provided (but I couldn't find a way to run it on Mac or Linux without a Matlab license which I believe most potential Phindr3D users are not going to possess), application is demonstrated on several very different phenotyping problems, the method itself is fast and scales well.

My main problem with the manuscript is that it presents itself as a novel computer vision method. Image classification based on spatial pyramids is a very well studied area. The seminal work of Lazebnik et al from CVPR2006 (Beyond Bag of Features: Spatial Pyramid Matching for Recognizing Natural Scene Categories) has been cited around 10,000 times, many of these citations improving the original method which is already quite close to what the authors are proposing. This whole sub-field, along with other explicit image feature methods, has largely been replaced by CNN-based classification, which, at least on natural images, has been shown too be vastly superior. The authors choose not pursue the deep learning route, as they want to run their software on regular desktop PCs without GPUs (this is how I understand their reasoning), but all this existing work needs to be acknowledged thoroughly. One small difference is that the authors operate in 3D rather than 2D, but since the binning they perform is regular this extension is straight-forward.

I am not a biologist and can not comment on the biological applications, I hope other reviewers can address these points.

**********

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: No: The manuscript clearly states, "All 3D microscopy data sets generated in this study WILL BE deposited ...."

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, please see http://journals.plos.org/compbiol/s/submission-guidelines#loc-materials-and-methods

Revision 1

Attachments
Attachment
Submitted filename: Phindr3D_PlosCompBiol_Reply to Reviewers_v4_final.docx
Decision Letter - Jason M. Haugh, Editor, Jeffrey J. Saucerman, Editor

Dear Dr. Andrews,

We are pleased to inform you that your manuscript 'Rapid 3D phenotypic analysis of neurons and organoids using data-driven cell segmentation-free machine learning' has been provisionally accepted for publication in PLOS Computational Biology.

We ask that you please consider all of the last comments of the Reviewers, copied below, as you prepare your final manuscript.

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,

Jeffrey J. Saucerman

Associate Editor

PLOS Computational Biology

Jason Haugh

Deputy 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 revisions made by the authors sufficiently addressed my concerns, and I recommend the paper for publication now.

Reviewer #2: There are a number of specific comments about this manuscript:

1) I disagree with the claim of unexpectedness in the sentence, "However, since all of the inhibitors of anti-apoptosis proteins trigger cell death by apoptosis it was unexpected that the different drugs resulted in well separated clusters." The inhibitors are not the same, apoptosis is complex engaging a variety of pathways and the inhibitors will certainly have off-target effects, some undiscovered. Therefore it is not surprising at all that different drugs resulted in well separated clusters.

2) Why is the text "For Sammon plot (B,C): ...." in italics?

Reviewer #3: The paper has improved substantially, I especially appreciate the authors toning their novelty claims down and trying out a deep learning-based solution. The limitations discussion is also a great addition which puts the whole manuscript in a much more practical setting. The choice of technology is, of course, up to the authors, but I remain worried about the potential uptake of the tool in the field if it requires not only a Matlab license, but also 2 toolboxes. Would it not be possible to create a stand-alone solution, such as the one proposed in https://www.nature.com/articles/s41592-020-0938-1? Otherwise, I have no further requests.

**********

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: Yes: Ivo Sbalzarini

Reviewer #2: No

Reviewer #3: No

Formally Accepted
Acceptance Letter - Jason M. Haugh, Editor, Jeffrey J. Saucerman, Editor

PCOMPBIOL-D-20-01013R1

Rapid 3D phenotypic analysis of neurons and organoids using data-driven cell segmentation-free machine learning

Dear Dr Andrews,

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,

Alice Ellingham

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 .