Peer Review History
| Original SubmissionJuly 25, 2024 |
|---|
|
PONE-D-24-30402Unveiling Endothelial Cell Border Heterogeneity: VE-Cadherin Adherens Junction Stratification by Deep Convolutional Neural Networks.PLOS ONE Dear Dr. Postma, Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process. In particular, concerns were raised regarding the function of the code available to readers of the manuscript. It is crucial that this concern is addressed fully. Both reviewers also raised concerns regarding the interpretation and presentation of the data as well as associated statistical analyses. Please submit your revised manuscript by Oct 18 2024 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file. Please include the following items when submitting your revised manuscript:
If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter. If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols. Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols. We look forward to receiving your revised manuscript. Kind regards, Jordan Robin Yaron, Ph.D. Academic Editor PLOS ONE Journal requirements: When submitting your revision, we need you to address these additional requirements. 1. Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at https://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and 2. When completing the data availability statement of the submission form, you indicated that you will make your data available on acceptance. We strongly recommend all authors decide on a data sharing plan before acceptance, as the process can be lengthy and hold up publication timelines. Please note that, though access restrictions are acceptable now, your entire data will need to be made freely accessible if your manuscript is accepted for publication. This policy applies to all data except where public deposition would breach compliance with the protocol approved by your research ethics board. If you are unable to adhere to our open data policy, please kindly revise your statement to explain your reasoning and we will seek the editor's input on an exemption. Please be assured that, once you have provided your new statement, the assessment of your exemption will not hold up the peer review process. [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Yes Reviewer #2: Partly ********** 2. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: No ********** 3. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data 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 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—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: Yes Reviewer #2: No ********** 4. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: Yes Reviewer #2: Yes ********** 5. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: Postma et al. developed a neural network-based tool to differentiate VE-cadherin morphology in endothelial cells which can be attributed to stimulation by different circulatory factors. Additionally, the application of this tool in identifying disease progression in liver cirrhosis was demonstrated. The introduction and methods sections of the manuscript are described in detail. However, additional information in results and discussion sections will be helpful to the reader. The work can be helpful in diagnosis of diseases involving endothelial barrier disruption. 1. In Figure1, the authors should also include higher magnification images in inset. Also, scale bars should be included in the microscopy images. 2. Why were the specific stimulants used? What is their pathophysiological relevance in the disease progression? 3. In Figure 4, additional discussion on the effects of different treatments on the cells and their corresponding clusters is required. For example, authors mention that “Stimulation by 50 µM Histamine resulted in zig-zag focal borders to become a dominant phenotype marked by a shift towards cluster 12, 17, 18 and 19, and a loss in cluster 1.” What does loss of cluster 1 mean for cell border morphology? Also, the implications of gain or loss of individual clusters need to be discussed in terms of how they relate to the treatments. 4. In figure 6c, cosine similarity was observed between profiles of healthy subjects and patients in compensated phase in majority of cases. However, there is a considerable difference in VE-cadherin morphology in healthy and compensated groups in figure 6b. Are these images not representative? If they are, please include why the differences are not visible in pipeline developed by authors. If not, please include representative images. 5. The limitations of the tool in its current state need to be discussed. Reviewer #2: Postma and colleagues developed a computational strategy for classification of VE-cadherin junctional morphology in images of cultured endothelial cells. Using a large training dataset of images of cells cultured under various experimental stimuli, they demonstrate that the pipeline generates clusters in UMAP embedding that represent distinct junctional morphologies. They further demonstrate that this model can be used to classify images from independent experiments (VEGF or TNFa stimulation; treatment with liver disease patient- or healthy control-derived plasma). This is a potentially very useful tool in the field of endothelial cell biology, but there are a few weaknesses that should be addressed prior to publication: Major: The authors’ pipeline would be of benefit to many researchers but improvements to the code are necessary to allow others to use it: In attempting to run the code provided in the authors’ Github repository (https://github.com/rjpostma/VE-Strat), I encountered several problems. I attempted this in Python v3.10.9 and using the package versions listed in the manuscript: - embeddings_and_analysis.py, line 92, function RobustScaler generates a not defined error (should there be a “from sklearn.preprocessing import RobustScaler” command above?) - embeddings_and_analysis.py line 93, function UMAP generates a not defined error (should there be a “from umap import UMAP” command above?) - embeddings_and_analysis.py line 96, function HDBSCAN generates a not defined error. Here I needed to install the package hdbscan (this was not listed in the methods section of the manuscript along with the other packages) and add an import command. - Related to the above, it would be helpful to list the required packages in the README - embeddings_and_analysis.py, lines 70 and 76 require directories “liver_set/plate1/” and “liver_set/plate2”, which are not present in the repository (these data should be provided). - To proceed, I changed the above directories to “TRAINING/STIMULI/Unexposed” and “TRAINING/STIMULI/IL1 high dose.” Then, embeddings_and_analysis.py, line 103 produces error “AttributeError: 'ImageXpress_filetree' object has no attribute 'stack'. And looking at the class ImageXpress_filetree in cell_border_identification_function_classes.py, there is no attribute “stack” (although there is an attribute “stacks”). - Related to the above, in the README authors write “The pipeline we created is mostly geared towards the ImageXpress microscope filestructure, but can be adapted to other image sets as well.” It would be very helpful if authors could provide some code and guidance on using images from other microscopes. - Code used to generate plots shown in the manuscript (e.g., UMAP, heatmaps, PCA) should be provided. In summary, it is very important that authors provide working code that can reproduce the results in the manuscript and adequate documentation that would allow others to apply the pipeline to their own images. In Fig. 3, there are 21 clusters present in the UMAP plot, but authors show example images for only 10 clusters and discuss only 5 in the text (clusters 1, 12, 19, 6, and 7). Could authors provide information on all clusters or provide some rationale for only considering some of the clusters? It would also be helpful if authors could comment on whether this clustering is robust to the number of junctions within an image, the angle of the junction, and other latent variables. In Fig. 4, authors show the effects of various treatments on VE-cadherin junctional morphology as reflected by cluster occupancy. In the text authors summarize these observations for several treatments, e.g., “10 ng/ml TNFα resulted in almost complete loss of cluster 1, 6, and 7, and a shift towards cluster 12”; “Histamine resulted in zig-zag focal borders to become a dominant phenotype marked by a shift towards cluster 12, 17, 18 and 19, and a loss in cluster 1.” It would be helpful to provide a quantitative visualization (e.g., bar plots showing the % of images in each cluster for each treatment). It is also unclear whether this experiment included biological replicates (e.g., independent wells of cultured cells that underwent the same treatment). Such replication and appropriate statistical analysis is necessary to provide support for the above-mentioned claims of changed junctional morphology distribution. In Fig. 6, authors apply their model to images of VE-cadherin junctions from cells treated with patient- or healthy control-derived plasma. They use a PCA plot to visualize cluster profiles; it would be helpful to also show the UMAP/cluster plots (analogous to those displayed in Figs. 3, 4, and 5) for at least one example from each treatment group. Based on this analysis the authors make conclusions, e.g., “Healthy control profiles also resembled profiles from compensated patients to a certain degree” and “All plasma from decompensated patients seemed to induce a VE-Cadherin morphology different from healthy controls.” The authors need to incorporate a statistical analysis to support these claims. Minor: In the Methods, authors write “Following image quality control, images were corrected for uneven illumination and vignetting.” Please provide details of how this correction was performed. In Fig. 6, authors show PC1 and PC3. Could authors please explain why PC2 was omitted and provide the fraction of variance explained by the first three PCs individually? Authors use cosine similarity to compare cluster occupancy across conditions; could authors please explain their rationale for choosing this distance metric? In the abstract, authors write “We developed an image analysis pipeline, capable of intuitively and robustly stratify all VE-Cadherin morphologies within a sample.” This is not grammatically correct; please replace “stratify” with “stratifying.” Similarly, in the discussion, authors write “The focus of this study was to develop a methodology and pipeline allow fast and easily interpretable stratification of VE-Cadherin morphologies within a high-throughput screening experiment.” Please replace “allow” with “allowing.” ********** 6. 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 ********** [NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment 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. Registration is free. 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 PLOS at figures@plos.org. Please note that Supporting Information files do not need this step. |
| Revision 1 |
|
PONE-D-24-30402R1Unveiling Endothelial Cell Border Heterogeneity: VE-Cadherin Adherens Junction Stratification by Deep Convolutional Neural Networks.PLOS ONE Dear Dr. Postma, Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process.
Please submit your revised manuscript by Dec 29 2024 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file. Please include the following items when submitting your revised manuscript:
If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols. Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols. We look forward to receiving your revised manuscript. Kind regards, Jordan Robin Yaron, Ph.D. Academic Editor PLOS ONE Journal Requirements: Please 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. [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation. Reviewer #1: All comments have been addressed Reviewer #2: (No Response) ********** 2. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Yes Reviewer #2: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: No ********** 4. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data 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 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—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: Yes Reviewer #2: Yes ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: Yes Reviewer #2: Yes ********** 6. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: This is an interesting work and is potentially helpful in diagnosis of variety of diseases. The authors have written the manuscript in intelligible manner and it is easy to follow. Background, hypothesis, methods, and results are mentioned in adequate detail in the revision. Finally, authors have addressed all of my comments and the manuscript is recommended to be accepted in its revised form. Reviewer #2: In this revised version of the manuscript, the authors have done a commendable job addressing most concerns; very importantly, I was able to run the modified code provided and generate UMAP and PCA plots. The authors have also added quantification of cluster occupancy and statistical analysis to support their claims about how VE-cadherin junctional morphology changes as a result of (a) treatment with TNFa, TGFb, VEGF, Il1B, histamine, thrombin, etc., and (b) treatment with patient- or healthy control-derived plasma. Related to comparison (a), the figure referred to in the text when making these claims (Fig. 4) does not display quantitative data from individual replicates or a summary measure of the variance between replicates. (In contrast to comparison (b), in which each plasma sample is represented by a point in the PCA plot). Displaying replicates and/or and indicator of variance between replicates (e.g., error bars) is necessary. The authors also state in the methods “The differences between population of the clusters for different conditions were compared using Chi-square test, using a multiple technical replicates combined for the analysis.” Did authors truly combine (lump together) data from all replicates? These replicates define the variability of a given treatment and should be considered in the statistical analysis. ********** 7. 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 ********** [NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment 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. Registration is free. 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 PLOS at figures@plos.org. Please note that Supporting Information files do not need this step. |
| Revision 2 |
|
Unveiling Endothelial Cell Border Heterogeneity: VE-Cadherin Adherens Junction Stratification by Deep Convolutional Neural Networks. PONE-D-24-30402R2 Dear Dr. Postma, We’re pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it meets all outstanding technical requirements. Within one week, you’ll receive an e-mail detailing the required amendments. When these have been addressed, you’ll receive a formal acceptance letter and your manuscript will be scheduled for publication. An invoice will be generated when your article is formally accepted. Please note, if your institution has a publishing partnership with PLOS and your article meets the relevant criteria, all or part of your publication costs will be covered. Please make sure your user information is up-to-date by logging into Editorial Manager at Editorial Manager® and clicking the ‘Update My Information' link at the top of the page. If you have any questions relating to publication charges, please contact our Author Billing department directly at authorbilling@plos.org. If your institution or institutions have a press office, please notify them about your upcoming paper to help maximize its impact. If they’ll be preparing press materials, please inform our press team as soon as possible -- no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org. Kind regards, Jordan Robin Yaron, Ph.D. Academic Editor PLOS ONE Additional Editor Comments (optional): Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation. Reviewer #1: All comments have been addressed Reviewer #2: All comments have been addressed ********** 2. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Yes Reviewer #2: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: Yes ********** 4. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data 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 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—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: Yes Reviewer #2: Yes ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: Yes Reviewer #2: Yes ********** 6. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: All the comments have been addressed. The manuscript presents interesting research in an intelligible manner. The presented data support the conclusions that were drawn. This manuscript will benefit the research community. I recommend this manuscript to be accepted. Reviewer #2: I thank the authors for addressing my final comment regarding statistical treatment of the data. This manuscript is suitable for publication in PLOS ONE. ********** 7. 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 |
|
PONE-D-24-30402R2 PLOS ONE Dear Dr. Postma, I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now being handed over to our production team. At this stage, our production department will prepare your paper for publication. This includes ensuring the following: * All references, tables, and figures are properly cited * All relevant supporting information is included in the manuscript submission, * There are no issues that prevent the paper from being properly typeset If revisions are needed, the production department will contact you directly to resolve them. If no revisions are needed, you will receive an email when the publication date has been set. At this time, we do not offer pre-publication proofs to authors during production of the accepted work. Please keep in mind that we are working through a large volume of accepted articles, so please give us a few weeks to review your paper and let you know the next and final steps. Lastly, if your institution or institutions have a press office, please let them know about your upcoming paper now to help maximize its impact. If they'll be preparing press materials, please inform our press team within the next 48 hours. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org. If we can help with anything else, please email us at customercare@plos.org. Thank you for submitting your work to PLOS ONE and supporting open access. Kind regards, PLOS ONE Editorial Office Staff on behalf of Dr. Jordan Robin Yaron Academic Editor PLOS ONE |
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 .