Peer Review History
| Original SubmissionJuly 8, 2024 |
|---|
|
Dear Dr. Ilyas, 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 12 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.
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, Javed Rashid, PhD 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. Please note that PLOS ONE has specific guidelines on code sharing for submissions in which author-generated code underpins the findings in the manuscript. In these cases, all author-generated code must be made available without restrictions upon publication of the work. Please review our guidelines at https://journals.plos.org/plosone/s/materials-and-software-sharing#loc-sharing-code and ensure that your code is shared in a way that follows best practice and facilitates reproducibility and reuse. 3. Please upload a copy of Figure 1-6, to which you refer in your text on pages 7 and 14-16. If the figure is no longer to be included as part of the submission please remove all reference to it within the text. [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? Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Partly ********** 2. Has the statistical analysis been performed appropriately and rigorously? -->?> Reviewer #1: Yes Reviewer #2: No Reviewer #3: No ********** 3. Have the authors made all data underlying the findings in their manuscript fully available??> The PLOS Data policy Reviewer #1: Yes Reviewer #2: No Reviewer #3: Yes ********** 4. Is the manuscript presented in an intelligible fashion and written in standard English??> Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** Reviewer #1: Areas for Improvement: Detail on Methodology: The description of feature selection and how the 25 most differentiating features were identified could be elaborated. Details on the criteria for feature selection and how these features contribute to the classification accuracy would be beneficial. Challenges and Limitations: The text briefly mentions the challenge of identifying leukemia subtypes but does not elaborate on other potential challenges or limitations of the proposed approach. Including this information would provide a more comprehensive view of the research. Comparison with Existing Methods: It would be helpful to compare the proposed approach with existing methods in more detail. How does it improve upon current methods, and what are its advantages or limitations compared to other state-of-the-art techniques? Clinical Implications: Adding a discussion on the potential clinical implications of this research, such as how it could impact patient treatment and outcomes, would enhance the relevance of the study. Reviewer #2: There are several areas need improvement for this research paper. Below, I provide my comments, addressing specific issues related to the content, methodology, and presentation. 1. Consider stating explicitly that the CuMiDa dataset includes only 64 samples, as this sample size poses limitations on the generalizability of the results. 2. How the contributions of the your study differentiate from previous studies would strengthen? 3. Please clarify the preprocessing steps in details, particularly the transformation used for feature normalization. How did the authors handle potential class imbalance? 4. There is a lack of justification for the specific choice of the top 25 features. What criteria were used to determine that these 25 features were the most relevant for leukemia classification? A comparative analysis with different feature set sizes would help validate this choice. 5. The authors use Random Forest, Linear Regression, Decision Tree, SVM, and LSTM. Please justify why these particular classifiers were chosen, especially for comparing ML models with a deep learning model. How do the hyperparameters of these models compare? Providing details about hyperparameter tuning would be helpful. 6. The study does not include cross-validation or other techniques to rigorously evaluate model generalizability. Using k-fold cross-validation and reporting averaged metrics would strengthen the reliability of the reported results. 7. Need more critical discussion of the results, especially the exceptionally high accuracy scores. 8. Restructure the methodology section for greater clarity. Reviewer #3: The models used (Random Forest, Linear Regression, Decision Tree, SVM, and LSTM) are not cutting edge for current gene expression analysis tasks. Here are my suggestions: 1. The study uses only 64 samples for leukemia classification. This small dataset raises concerns about the generalizability and robustness of the proposed models. For deep learning, especially LSTM, a larger dataset is typically required to avoid overfitting and produce reliable results. 2. The feature selection method is described but lacks sufficient details on how it was validated. There’s no indication that the selected 25 features were evaluated across different splits or external datasets to ensure consistency. The paper does not address the potential risk of data leakage during feature selection. 3. The use of LSTM, a sequential model, isn't fully justified in this context, as gene expression data is not necessarily sequential. The choice of this model seems arbitrary and could be replaced by simpler models better suited for the problem. 4. The LSTM model achieves a perfect 100% accuracy, which is implausible without significant overfitting, especially given the limited dataset size. This result raises concerns about model generalizability, suggesting that the model may be overly trained on the dataset specifics rather than being adaptable to new data. 5. The results are primarily presented in tables without thorough discussion, limiting the reader's understanding of each model's performance and implications. 6. Essential figures, including confusion matrices for each model and training/validation loss graphs for the LSTM model, are missing. These omissions hinder a comprehensive understanding of model performance. 7. Model performances are briefly presented but lack detailed evidence to justify the high accuracy claims. Additional metrics, such as training and validation loss curves or confusion matrices for each model, would improve transparency and support the reliability of these results. 8. Table 7 does not clarify which metric (accuracy, F1-score, or another measure) is being compared for each model, limiting the table’s usefulness in evaluating the relative performance of the models. 9. Performance metrics are inconsistently reported, with some values in percentage (e.g., 90%) and others in decimal format (e.g., 0.90). Adopting a uniform reporting style across the paper would improve readability. ********** what does this mean? ). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy Reviewer #1: Yes: Manuscript Number: PONE-D-24-28100 Manuscript Title: An efficient leukemia prediction method using machine learning and deep learning with Selected Features Review of the Proposed Work on Leukemia Classification The text provides an overview of a proposed work that focuses on predicting and classifying leukemia subtypes using gene expression data and machine learning techniques. It highlights the importance of early and accurate diagnosis of leukemia, a severe blood cancer characterized by the rapid proliferation of abnormal blood cells. The text appropriately addresses the significance of accurate classification in treating leukemia and mentions the main subtypes: acute lymphocytic, acute myelogenous, chronic lymphocytic, and chronic myelogenous leukemia. Strengths: Relevance and Importance: The text underscores the critical need for early and precise identification of leukemia to improve patient outcomes. This focus on early detection aligns well with current priorities in cancer research and treatment. Data and Methodology: The use of the Curated Microarray Database (CuMiDa) with 64 samples and the application of feature selection and machine learning techniques is well-explained. The mention of specific techniques such as Random Forest, Linear Regression, SVM, and LSTM provides a clear view of the methodological approach. Performance Metrics: The classification accuracy reported (96.15% for Random Forest and SVM, 92.30% for Linear Regression, and 100% for LSTM) is impressive and suggests that deep learning methods, particularly LSTM, outperform traditional methods in this context. Areas for Improvement: Detail on Methodology: The description of feature selection and how the 25 most differentiating features were identified could be elaborated. Details on the criteria for feature selection and how these features contribute to the classification accuracy would be beneficial. Challenges and Limitations: The text briefly mentions the challenge of identifying leukemia subtypes but does not elaborate on other potential challenges or limitations of the proposed approach. Including this information would provide a more comprehensive view of the research. Comparison with Existing Methods: It would be helpful to compare the proposed approach with existing methods in more detail. How does it improve upon current methods, and what are its advantages or limitations compared to other state-of-the-art techniques? Clinical Implications: Adding a discussion on the potential clinical implications of this research, such as how it could impact patient treatment and outcomes, would enhance the relevance of the study. Overall, the proposed work appears to be a promising approach to leukemia classification using gene expression data and advanced machine learning techniques. It demonstrates significant potential in improving diagnostic accuracy and could have substantial implications for personalized treatment strategies. Addressing the suggested improvements would strengthen the proposal and provide a more comprehensive understanding of the research’s impact and methodology. Reviewer #2: Yes: Muhammad Sohail Reviewer #3: 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 |
|
Dear Dr. Ilyas, 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 Mar 08 2025 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.
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, Javed Rashid, PhD 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. Additional Editor Comments: Please revise the manuscript as per reviewer's comments and resubmit. [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions Comments to the Author Reviewer #1: All comments have been addressed Reviewer #2: All comments have been addressed Reviewer #3: All comments have been addressed ********** 2. Is the manuscript technically sound, and do the data support the conclusions??> Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? -->?> Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 4. Have the authors made all data underlying the findings in their manuscript fully available??> The PLOS Data policy Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English??> Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** Reviewer #1: The manuscript presents an important and timely study on the classification of leukemia subtypes using gene expression data and machine learning (ML) techniques. The authors leverage the CuMiDa dataset to predict leukemia subtypes with high accuracy, employing feature selection and both traditional and deep learning methods. The results demonstrate promising outcomes, with the Long Short-Term Memory (LSTM) model achieving an impressive 100% accuracy. This study provides valuable insights into the application of computational techniques for advancing leukemia diagnostics and precision medicine. The topic is highly relevant and addresses a critical health issue, emphasizing the importance of early and accurate leukemia diagnosis. The study's aim—to classify leukemia subtypes using gene data and machine learning—is clearly stated, making it easy for the reader to understand the objective. Suggestions for Improvement: Add a brief background on how machine learning and deep learning techniques differ in their approach to classifying leukemia genes. Include a short discussion on the clinical implications of the proposed approach. How might this enhance leukemia treatment and patient outcomes? Reviewer #2: The revised manuscript has thoroughly addressed all my comments, significantly improving its clarity, structure, and scientific rigor. I am pleased to recommend the manuscript for acceptance. Reviewer #3: I am satisfied with the revisions made and am pleased to accept it for consideration. The authors have addressed all the points I raised in my previous review, and the paper now meets the required standards. I believe it will be a valuable contribution to the field. ********** what does this mean? ). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy Reviewer #1: Yes: Biba Vikas Reviewer #2: No Reviewer #3: 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
|
| Revision 2 |
|
An efficient leukemia prediction method using machine learning and deep learning with Selected Features PONE-D-24-28100R2 Dear Dr. Ilyas, 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, Javed Rashid, PhD Academic Editor PLOS ONE Additional Editor Comments (optional): Reviewers' comments: Reviewer's Responses to Questions Comments to the Author Reviewer #1: All comments have been addressed ********** 2. Is the manuscript technically sound, and do the data support the conclusions??> Reviewer #1: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? -->?> Reviewer #1: Yes ********** 4. Have the authors made all data underlying the findings in their manuscript fully available??> The PLOS Data policy Reviewer #1: Yes ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English??> Reviewer #1: Yes ********** Reviewer #1: Thank you for your revised manuscript. The revisions have significantly improved the clarity and scientific rigor of the paper. ********** what does this mean? ). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy Reviewer #1: Yes: Biba Vikas **********
|
| Formally Accepted |
|
PONE-D-24-28100R2 PLOS ONE Dear Dr. Ilyas, 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. Javed Rashid 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 .