Peer Review History

Original SubmissionMay 5, 2021
Decision Letter - Dina Schneidman-Duhovny, Editor

Dear Dr Mendonca,

Thank you very much for submitting your manuscript "Origami: Single-cell oriented 3D shape dynamics of folding epithelia from fluorescence microscopy images" 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.

Specifically,please address the reviewers' concerns regarding the applicability of Origami, benchmarking vs. other methods, and the availability of source code repository. Publication in the software section requires that the code is deposited in the code repository, such as github along with examples and user tutorial.

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,

Dina Schneidman

Software Editor

PLOS Computational Biology

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

Specifically,please address the reviewers' concerns regarding the applicability of Origami, benchmarking vs. other methods, and the availability of source code repository. Publication in the software section requires that the code is deposited in the code repository, such as github along with examples and user tutorial.

Reviewer's Responses to Questions

Comments to the Authors:

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

Reviewer #1: Review of Mendonca et al., “Origami: Single-cell oriented 3D shape dynamics of folding epithelia from fluorescence microscopy images”

In this manuscript, the authors describe new MATLAB-based software to characterize and quantify 3D epithelial cell shape, with only prior knowledge of epithelial orientation. Because many prior approaches require some knowledge of relevant shape features, this problem has not been generally solved. Origami provides a useful step forward in the efforts to capture and quantify meaningful individual cell features within an organized tissue. My comments are mainly minor general questions related to the application of the software to this and other tissues.

• It would be helpful if the authors could comment on different imaging modalities and optimization of imaging parameters. Although segmentation can be carried out prior to analysis using Origami, segmentation seems to be a potential weak link during the Origami validation using synthetic data. Did the authors optimize the imaging for ACME? When using laser scanning confocal microscopy, was the Airyscan modality used? Was it necessary?

• For the timecourse data, I am not sure if I missed this, but how many embryos were used for each timepoint?

• Did the authors test how consistent the data are between wild type embryos at any one individual timepoint? This might help to establish the kind of noise one might expected in the data, as cells and embryos are not exactly alike.

Reviewer #2: The manuscript presents Origami, a microscopy image analysis pipeline devoted to the quantification of shape in oriented biological structures. Origami relies on a mesh representation of segmented objects, and then computes shape features from the 3D geometrical moments introduced by a subset of the authors in a 2011 IEEE PAMI paper.

I have major concerns about three aspects of this work:

1) Novelty: the technical/methodological/algorithmic novelty of Origami is not significant and in my opinion too minor to fit the scope of PLOS CompBio. Providing a freely-available MATLAB implementation of a compilation of a bunch of existing methods (triangulation and meshing, mesh cleaning/processing, geometrical moments) is definitely useful but of limited computational innovation. Although there doesn't seem to be any, if novel computational methods had to be developed for this pipeline (as opposed to assembling existing ones), the authors should highlight them more clearly.

2) Significance: although Origami is described as a way to quantify cell shape features in general, it entirely relies on prior knowledge of the epithelium organisation. As such, it can only provide oriented shape features when orientation is known a priori, which makes it limited to very specific settings. The introduction is particularly confusing as it emphasizes the issue of orienting cells along biologically relevant axis, which *is precisely not* solved by Origami. Origami seems to focus mostly on implementing a new method to extracts shape features along a known polarity axis, which can per se be valuable but it not spelled out clearly here. The authors should work on a major rewrite to a) define the scope of their work better and b) outline which problem Origami is aiming to solv, and c) clarify what Origami can bring over other approaches (see 3)).

3) Comparison/benchmarking: the authors dismiss several related methods on the basis that they are "specific to the geometry of the specimen"/"applicable only if a shape feature is known". I do not think this argument is valid since the whole orientation/polarity estimation of Origami relies precisely on the known geometry/features of the considered epithelium. Comparative experiments must be carried out to quantify how much the shape features extracted by Origami bring over those extracted eg by LongAxis. A sensible experiment could for instance be to orient the "long axis" of the cells along the known apico-basal axis, and compare the robustness of the features extracted by LongAxis and Origami. An additional important aspect to investigate is the relevance of the mesh representation. How would the skewness, transversal/longitudinal spread, sphericity and surface area features of a simple ellipse fitted on the voxel data of the segmented cell such that its major axis is aligned to the known apico-basal axis fare against the geometrical moments proposed here?

On a more minor note, I would encourage the authors to make their code available on a github repository as this would facilitate traceability and reuse.

Reviewer #3: This manuscripts present a MATLAB program to find the apical-basal axis of each cell in an arbitrarily curved epithelia, and then calculates cell-based shape metrics based on this axis. Shape information of a cell with respect to its apical-basal axis is an essential first step in trying to understand and model many aspects of epithelial morphogenesis. There is some existing work in the literature but not a generally useful approach so the current approach fills an important gap. The chosen method is straightforward and good (fits a surface mesh to the centroids of all cells and then calculates surface normals for all faces after handling mesh defects). The manuscript is generally clearly written and explains the approach at the right level of detail. The method is nicely validated using appropriate metrics on synthetic data and real data from the zebrafish inner ear.

I had a few minor concerns:

Abstract/title should be more specific as to what “orientation” means- apical-basal, planar cell polarity, major axis of a cell are all possible interpretations of “orientation”. Should include “apical-basal” in abstract and maybe title to clearly indicate what the point of the paper is.

Calculation of moments. It appears the authors are using the vertex positions of the surface mesh to calculate a cell’s moments. This could run into errors if the mesh is not regular (e.g. smaller faces/more vertices in one part than another. There is also the issue of calculating moments of the surface shell rather the whole volume which would give unexpected results on cells with thin processes such as neurons or pseudostratified epithelia. I think it would be better to convert the mesh into an image—i.e. fill it with isometric voxels and then compute the moments using the set of voxels.

**********

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: Mendonca_Origami_ResponseToReviewers.docx
Decision Letter - Dina Schneidman-Duhovny, Editor

Dear Professor Frangi,

We are pleased to inform you that your manuscript 'Origami: Single-cell 3D shape dynamics oriented along the apico-basal axis of folding epithelia from fluorescence microscopy' 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.

Additionally, please address the comments of the 2nd reviewer in the final version.

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,

Dina Schneidman

Software 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: In this revision, the authors have responded well to all of my questions and concerns. As I stated in my initial review, the problem that the authors are addressing, how to characterize and quantify epithelial cell shape in 3 dimensions, has not been generally solved. Origami may be useful for many investigators working a variety of tissues where cell shape cannot be easily generalized.

Reviewer #2: I thank the authors for their response to my comments and their work in revising the paper.

I do entirely agree that consolidating tools into easy-to-use pipelines is immensely valuable, as acknowledged in my first review. I was instead challenging whether the consolidation effort presented in this work fits within PLOS CompBio's scope, and consists of "enhancements to an existing published methods that bring exceptional new capabilities" (https://journals.plos.org/ploscompbiol/s/journal-information). As much as I agree on the principle that requiring algorithmic novelty pushes for over-engineering, PLOS CompBio lists originality and innovation as part of its criteria for publication, and I therefore do not think that asking for the algorithmic novelty of the work to be better outlined and stated is unreasonable. It would be helpful to state right away in the introduction that the main novelty of Origami lies in is its easy-to-use implementation and not in its core algorithm, as it is currently still not made explicit.

The clarification of direction VS orientation and the associated modifications in the manuscript are very helpful and clarify several aspects I had misunderstood. I think it would be useful to have a few sentences at the end of the paper discussing how the identification of the sign of the direction vector (what is now called the orientation), that is not automatically extracted by Origami, could be automated or corrected. In their response, the authors mention that it can be manually edited - it would be useful to discuss how this could be done concretely and whether Origami provides any sort of support to help with that.

Finally, I immensely appreciate that the authors now provide their code on github, as this will facilitate reuse and dissemination.

**********

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 - Dina Schneidman-Duhovny, Editor

PCOMPBIOL-D-21-00819R1

Origami: Single-cell 3D shape dynamics oriented along the apico-basal axis of folding epithelia from fluorescence microscopy data

Dear Dr Frangi,

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,

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