Peer Review History
| Original SubmissionAugust 10, 2023 |
|---|
|
Transfer Alert
This paper was transferred from another journal. As a result, its full editorial history (including decision letters, peer reviews and author responses) may not be present.
Dear Dr. Harmanci, Thank you very much for submitting your manuscript "FedGMMAT: Federated Generalized Linear Mixed Model Association Tests" 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. 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, William Stafford Noble Section Editor PLOS Computational Biology William Noble 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: In this manuscript, the author proposes a federated genetic association testing tool. As the genetic data can never be shared among collaborating sites due to the patient privacy protection regulation, the proposed method also is proposed to protect the intermediate statisticsby homomorphic encryption. Through three experiments utilizing both simulated and real-world datasets, the paper demonstrates the method's performance in comparison to the pooled analysis technique. The manuscript is notably well-structured and written in a clear manner. However, it is important to address several existing weaknesses within the content to enhance its overall quality. Major comments: 1. For experiment 2, it would be helpful if the authors could explain the definition of homogeneous and heterogeneous. What kind of heterogeneity does the proposed method handle and how? 2. Can the proposed method also account for the random slope in the model? 3. The author built the federated testing procedure based on GLMM. It would be helpful if they discuss any potential limitations or constraints of this model, especially the rationale of using mixed-effect model. It would be also helpful if they explain the random effects in the data of the three experiements, and the potential causes of the existence of these random effects. 4. It would be good to see this algorithm to be utilized in a real-world collaborative study scenario. This would be good opportunity to demonstrate the validity and feasibility of the method’s utilization in a real multi-site collaboration. 5. This is a lossless distributed learning algorihtm for score test on genetic data. Li R, Duan R, Zhang X, Lumley T, Pendergrass S, Bauer C, Hakonarson H, Carrell DS, Smoller JW, Wei WQ, Carroll R. Lossless integration of multiple electronic health records for identifying pleiotropy using summary statistics. Nature communications. 2021 Jan 8;12(1):168. What’s the difference between your method and theirs? 6. How many iterations of updating model parameters (i.e., transferring aggregated information) are required in three experiements? It would be helpful if the author can discuss the feasibility of the implementation of this method in the real-world setting. Minor comments: 1. On Page 3, I assume that HE means homomorphic encryption. However, this is not defined in the previous section or in the figure legend. 2. On Page 5, section B, the Appendix equation is not correctly referred. 3. On Page 7, section E Step 5, the equation is not correctly referred. Please check through the mansucript. There are other places with the same issue. Reviewer #2: [Summary] This paper presents FedGMMAT, a federated algorithm designed for generalized mixed model association tests. FedGMMAT extends the GMMAT algorithm by adapting it for federated analysis. This involves reconfiguring the algorithm to compute specific intermediate terms, including gradients, Hessian, and site-specific parameters, locally at each site. These terms are then securely aggregated across sites using homomorphic encryption. To facilitate this process, a trusted computing entity decrypts the aggregated statistics to perform global updates to the model. Additionally, FedGMMAT employs a two-step procedure for association testing. Initially, it trains a null model that includes only covariates. Subsequently, it calculates association p-values using score tests based on the null model. The effectiveness of the proposed algorithm is evaluated using three datasets: a small synthetic dataset (400 samples), the 1000 Genomes dataset with simulated phenotypes (6000 samples), and a real genotype-phenotype dataset from dbGaP (2545 samples). The results indicate that FedGMMAT produces comparable results to those obtained with GMMAT. Although this work offers technical insights into federated GLMMs, its practical applicability remains uncertain due to privacy protection and computational cost concerns. [Major comments] 1. The practical viability of the proposed method in its intended settings is uncertain due to privacy issues associated with the exposure of intermediate statistics through FedGMMAT. Federating the analysis does not inherently ensure data protection. This manuscript makes exaggerated claims that may be misleading to readers. For instance, statements such as "[FL] complies with the regulations on PHI protection" and "intermediate statistics are protected by homomorphic encryption" are presented without adequate support. The manuscript lacks a thorough discussion of privacy protection provided by the proposed method or justification for the intermediate statistics that are disclosed, which is crucial for regulatory compliance and data protection: - There seems to be an exposure of individuals' phenotype residuals (y_tilde) to the trusted computing entity through FedGMMAT. Given that many phenotypes are considered PHI, it raises the question of whether such a practice is feasible. - Iterative updates to models, such as gradients and Hessian computations, may pose a risk of data leakage. This potential concern should be explored more comprehensively, and if possible, mitigations should be introduced and discussed. - While the manuscript mentions the possibility of using other secure kinship estimation methods to compute the genetic kinship matrix (V) across sites, it does not address the feasibility of releasing kinship information for pairs of individuals between sites. It needs clarification whether FedGMMAT can still be applied when V cannot be disclosed. 2. The manuscript falls short in providing a comprehensive evaluation of the algorithm's runtime performance. Section II-D, which addresses communication cost performance, merely mentions that the size of the SNPs subset can impact computation time without discussing the applicability of the proposed method to large GWAS datasets or how the runtime scales with the number of samples. A particular concern arises from the proposed method's direct use of the genetic kinship matrix, which may result in limited scaling behavior. 3. The following prior work on federated mixed model association tests should be discussed and compared to the proposed method: - Yan, Z., Zachrison, K. S., Schwamm, L. H., Estrada, J. J., & Duan, R. (2023). A privacy-preserving and computation-efficient federated algorithm for generalized linear mixed models to analyze correlated electronic health records data. PloS one, 18(1), e0280192. - Li, W., Chen, H., Jiang, X., & Harmanci, A. (2023). Federated generalized linear mixed models for collaborative genome-wide association studies. Iscience, 26(8). - Chen, J., Edupalli, M., Berger, B., & Cho, H. (2022). Secure and federated linear mixed model association tests. bioRxiv, 2022-05. - Zhu, R., Jiang, C., Wang, X., Wang, S., Zheng, H., & Tang, H. (2020). Privacy-preserving construction of generalized linear mixed model for biomedical computation. Bioinformatics, 36(Supplement_1), i128-i135. [Minor comments] 1. The manuscript has many grammatical errors. The authors need to thoroughly revise the writing. 2. While it is emphasized that "null model fitting does not utilize any of the sensitive genotype data," it is important to note that the covariate and phenotype data are also sensitive. 3. Round-robin updates appear less efficient compared with the approach of calculating all updates simultaneously and aggregating them to a single site. 4. Section IV-C (Parameters estimation) is difficult to follow as it lists the terms to be computed without providing explanations for each. 5. To assess FedGMMAT's correction for kinship, it would be beneficial to include results from non-GMM association tests for comparison. ********** 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. Harmanci, We are pleased to inform you that your manuscript 'FedGMMAT: Federated Generalized Linear Mixed Model Association Tests' 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, Shihua Zhang Section Editor PLOS Computational Biology William Noble 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: Thank you for fully addressing my comments. I believe the manuscript has improved and wish you the best for its forthcoming publication process in the journal. ********** 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 ********** 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 |
| Formally Accepted |
|
PCOMPBIOL-D-23-01279R1 FedGMMAT: Federated Generalized Linear Mixed Model Association Tests Dear Dr Harmanci, 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 .