Peer Review History
| Original SubmissionJanuary 2, 2023 |
|---|
|
Dear Dr. Lee, Thank you very much for submitting your manuscript "Identifying prognostic subgroups of luminal-A breast cancer using deep autoencoders and gene expressions" 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. Both reviewers have serious concerns about the methods and results described in the paper. 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, Mark Alber, Ph.D. Section Editor PLOS Computational Biology Mark Alber 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 authors suggest an autoencoder model that stratifies subgroups of breast cancers that displays different prognostic outcomes. They built an autoencoder model that takes gene expression data of breast cancer samples for feature extraction, then performed k-means clustering to identify subgroups, which indeed show different survival profiles in independent TCGA data as well as the METABRIC training data. They also compared the stratification performance against conventional models that directly use gene expression profiles as input with a varying number of genes. Further, they sought to explain the prognostic outcomes by overlaying differentially expressed genes between groups onto the co-expression network constructed from independent gene expression data from healthy samples. Meanwhile, it is a novel approach to delineating complicated biological samples, this work requires technical clarification and analysis. Autoencoder is indeed widely used for feature extraction and is proven to be effective in many studies. However, the actual application here is with some concern. First, the authors used all detected genes as input. Authors argue that it minimizes manual filtering and intervention. But obviously, there should be many genes that display minimal variance, hence are uninformative. These genes will be more of noise rather than useful features. This issue is related to the way of re-normalization by min/max scaling. Even when a gene displays very minimal noisy variation, those variances will be amplified via min/max scaling and ultimately will have an equal contribution to the model as much as highly variable and informative genes, which will obscure successful learning of the model. Also related to this in Fig4, the p-value vividly decreases as the number of input genes decreases, which suggests a preliminary gene filtering can be beneficial. Therefore, I’d like to recommend trying a combined approach of preliminary gene filtering and autoencoder, i.e. low variance gene filtering followed by autoencoder training. Here, I’d recommend selecting highly variable genes after variance stabilization to avoid the preference of highly expressed genes. If successful, it will help us to achieve a more compact model. On a second note, it is somewhat surprising to see that an autoencoder model trained using array data successfully classifies RNA-seq data. Is it because of the min-max normalization and highly correlated array vs RNA-seq data? Please discuss. Also, the authors build a WGCNA model using seemingly all detected genes. Given the nature of WGCNA relying on correlation coefficient, it conveys a similar risk when involving low variance genes. How would the author justify this? What if similar preliminary gene filtering is applied? In Fig 6 - Panel B and C are not quite informative. Rather I’d recommend putting 1) a bar plot module size, and 2) % of genes in each module overlapping with DEG - Panels seem to be mislabeled in the legend for B and C. A appears twice, B once, and no C. In line 413, the authors described that the hidden layer size is 2048. However, they tried all different numbers of hidden layers in the supplementary figures. Please correct if necessary. Reviewer #2: In this paper, the authors proposed a data-driven method for identifying prognostic markers that can differentiate between different groups of breast cancer patients with different prognosis. The main idea is to first train auto-encoders that can extract low-dimensional latent features that encode the gene expression data from breast cancer patients and then can be used to faithfully reconstruct the gene expression data. The extracted features are then used to cluster breast cancer patients using k-means algorithm, and the authors demonstrate that the identified subgroups show very different prognosis. While the proposed method and the presented results are reasonable, there are several major concerns in the manuscript that need to be addressed. These concerns are outlined below. 1. While the use of autoencoder to extract potential latent features for stratifying breast cancer patients is reasonable, the proposed method lacks novelty. The authors mainly train a standard autoencoder with different latent dimensions using breast cancer gene expression data, which is technically not novel. Except for varying the dimension size, no other architecture/hyperparameter optimization is performed to customize the model for the task and enhance the stratification results. 2. The authors show that using the latent dimension of 2048 led to the best (most significant results). But considering that this latent dimension size was the largest among the test dimension sizes, and as this dimension size is comparable to the dimension of the original gene space, it is highly likely that the model is overfitted to the data (especially, since the sample size of the gene expression data was relatively small compared to the latent dimension). 3. The latent features do not seem to have any biological significance. For example, while there has been recent work on constraining the latent space based on pathway info - in which case the latent features may potentially reflect underlying pathway activities, in this current work it is difficult to see whether the 2,048 latent features meaningfully reflect the underlying biological processes/pathways that may be associated with different prognosis of subgroups. Although the authors perform some analysis by analyzing the differentially expressed genes between the subgroups that are identified by the proposed method, such analysis beats the purpose of using an auto-encoder for latent feature extraction in the first place. For example, we could have simply started with DEG analysis without using autoencoders to detect gene markers that can be used to stratify subgroups and then analysis the identified DEGs to understand what might be leading to this difference. Why should one first use autoencoders to extract latent features (that cannot be easily interpreted), and then resort to DEG analysis for interpretation? 4. Figure 2 and Figure 3 show PCA plots for the latent feature vectors, but how does it compare to using PCA directly to gene expression data? Why not use PCA to extract important principal components that reflect the main gene expression patterns, use these principal components for clustering patients and stratifying them? Does the use of autoencoder significantly improve the results? Such comparison would be critical in demonstrating the effectiveness of the proposed scheme. 5. Furthermore, there have been pathway based methods and network analysis based methods for extracting gene modules that may be used as diagnostic and/or prognostic markers. How does the use of autoencoder-based data driven scheme for extracting latent features compare with more traditional methods that define/predict modular markers based on pathways or network info? Is there a clear evidence that even without using such additional information (i.e., pathway info or network info), the autoencoder can extract better prognostic signatures thare are predictive of patients' survival? 6. The authors claim that "our method and previous methods can be complementary to each other for a more precise stratification for luminal-A breast cancer". However, this conclusion is drawn simply based on the fact the difference/discrepancies between the different methods. To justify such statement, the authors should actually show "how" they could be combined to improve the stratification results. 7. (minor comment) The literary presentation of the paper should be improved, as the current manuscript includes a large number of grammatical and typographical errors. 8. (minor comment) in line 198, the author mention that "the two datasets used the different sequencing platform", but note that microarray is not a "sequencing platform". ********** 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 |
| Revision 1 |
|
Dear Dr. Lee, Thank you very much for submitting your manuscript "Identifying prognostic subgroups of luminal-A breast cancer using deep autoencoders and gene expressions" 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, Mark Alber, Ph.D. Section Editor PLOS Computational Biology Mark Alber Section 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: Reviewer's Responses to Questions Comments to the Authors: Please note here if the review is uploaded as an attachment. Reviewer #1: Authors addressed all the concerns. One minor comment: Authors changed the presentation of the dimension reduction in the main figures. What was the basis of this change Reviewer #2: I would like to thank the authors for their careful revision. Most of my concerns regarding the initial version of this manuscript have been sufficiently addressed in the revised version, and I believe the main advantages of the proposed approach are conveyed in a clearer and a more convincing manner. For example, the updated analysis based on a lower-dimensional latent representation addresses the concern regarding overfitting, and the updated analysis results and discussions are therefore more convincing. Direct comparison between the proposed autoencoder-based scheme and the traditional PCA based dimensionality reduction is also very helpful, and it clearly demonstrates how using deep network models for dimensionality reduction can identify useful latent features that can more accurately cluster and stratify different patient groups with different prognosis, which may be difficult based on traditional schemes like the PCA. Regarding my previous comment concerning the comparison against existing methods that used prior knowledge (e.g., pathways or PPI networks), while I understand the authors position I nevertheless think that it would be meaningful to include at least some discussion comparing the pros and cons of the respective approaches. Finally, the authors have revised a number of places in the manuscript to convey the novel contributions made in this work more clearly, these are spread over the paper and it may be a good idea to summarize the main novel contributions more clearly at the outset (e.g., in the last paragraph of the introduction section). For example, the authors may want to clearly mention that while they are not proposing a novel methodology, the application of an autoencoder to luminal-A breast cancer to extract biologically meaningful low-dimensional latent features is novel and it may detect features not possible using other traditional techniques. ********** 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 2 |
|
Dear Dr. Lee, We are pleased to inform you that your manuscript 'Identifying prognostic subgroups of luminal-A breast cancer using deep autoencoders and gene expressions' 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, Mark Alber, Ph.D. Section Editor PLOS Computational Biology Mark Alber 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: Acceptable for publication. Reviewer #2: Thank you for the revision. The previous revision was fairly comprehensive and it already addressed all major concerns I had regarding the original manuscript. The remaining concerns were mostly minor, and the current revision has addressed them in a satisfactory manner. I do not have any further suggestions. ********** 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: None ********** 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 |
|
PCOMPBIOL-D-23-00002R2 Identifying prognostic subgroups of luminal-A breast cancer using deep autoencoders and gene expressions Dear Dr Lee, 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 .