Peer Review History

Original SubmissionJune 24, 2024
Decision Letter - Joel S. Bader, Editor, Shihua Zhang, Editor

Dear Dr. Ben-Hur,

Thank you very much for submitting your manuscript "The role of chromatin state in intron retention:  a case study in leveraging large scale deep learning models" 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.

Reviewer 1 had difficulties installing the repository, and the results using Fsei did not match the results reported in the paper. Your revision should address these comments (as well as the other comments from both reviewers).

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,

Shihua Zhang

Section Editor

PLOS Computational Biology

Shihua Zhang

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 1 had difficulties installing the repository, and the results using Fsei did not match the results reported in the paper. Your revision should address these comments (as well as the other comments from both reviewers).

Reviewer's Responses to Questions

Comments to the Authors:

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

Reviewer #1: Overall impressions:

---

The paper’s argument for the use of foundation models in genomic contexts because of the complexity of the genome is interesting. The authors make the case specifically for leveraging a chromatin state foundation model for prediction of intron retention and compare its merits against other deep learning models.

- Considering that the paper is framed as a case study, I think it would be enhanced by further discussion of the biological motivation for the work.

- In Section 2, the paper would benefit from further clarification/discussion of the occurrence of duplicates in the ranked list of DNA binding proteins and how that affects the analysis of results.

Code review:

---

The code located at the corresponding GitHub repository does not completely work off the shelf, and I was not able to fully reproduce the results in the manuscript.

Reproducibility:

1. I was unable to produce results for either the LR, LGBM, or FDNABert models using the code and instructions provided. See errors list below for details.

2. Running the ConvNet (called Bassenji-like in the manuscript?) and Basset models with the instructions provided on GitHub reproduced the AUROC and AUPRC results to within around 0.001-0.002 of the numbers reported in the paper/the authors' supplementary figures on GitHub.

3. There is an "FDNABert" and a "DNABert" model available on GitHub but only one DNABert model, I believe, mentioned in the paper.

4. Running FSei with the instructions provided on GitHub did not reproduce the results demonstrated in the paper. In the paper, FSei comes out clearly on top of the pack, with AUROC of 0.815 and AUPRC 0.654. In my run of the code, FSei reported an AUROC of 0.786 and an AUPRC of 0.602. These metrics are below those for Basset and ConvNet/Bassenji. See my results reported below:

- FSei | AUROC: 0.786 | AUPRC: 0.602

- ConvNet | AUROC: 0.799 | AUPRC: 0.624

- Basset | AUROC: 0.796 | AUPRC: 0.616

- DNABert (not FDNABert) | AUROC: 0.754 | AUPRC: 0.562

Errors:

A possibly non-exhaustive list of issues is below; I recommend the code be tested in a fresh environment and the repository updated from there.

1. Only the pip install line for requirements.txt runs (not the conda install line).

2. requirements.txt is missing biopython, transformers, and prettytable packages.

3. “sei.pth” also needs to be copied from the Sei resources; this is not part of the setup instructions.

4. LR.py exits with an sklearn error that originates on LR.py line 127:

“[…]/sklearn/metrics/_ranking.py", line 731:

in _binary_clf_curve

raise ValueError("{0} format is not supported".format(y_type))

ValueError: unknown format is not supported

5. Installing the packages in requirements.txt loads a version of lightgbm (4.0.0) that is not compatible with the code in LGBM.py. LGBM.py passes the argument “verbose_eval” to lgb.cv(); this argument to cv() was removed after lightgbm 3.3.5.

6. After rolling the lightgbm version back to 3.3.5 to address issue #5 above, LGBM.py still exits with an error:

“LGBM.py line 62, in lgb_eval:

return (np.array(cv_result["auc"])).max() :

KeyError: 'auc'”

7. FDNABert.py exits with an error because it cannot import "train_model" from src.train_utils.py. There is no train_model function in train_utils.py.

Organizational notes:

1. Setup of the pretrained Sei model is a bit unclear, as the user has to comb through the Sei repository to find the pieces of those authors’ instructions that are relevant. Consider including all relevant instructions in the body of the IntronRetention Readme.

2. It would be convenient for the user to be able to replicate the results from the paper simply by following the instructions on GitHub. There are a few instances where additional steps are needed. For instance, the .json files for the LR and LGBM models currently point to an output directory that won’t exist unless the user knows to create it when running Preprocess_data_to_numpy.py, and that is not mentioned in the preprocessing instructions.

3. It would be helpful for the names of the .py files to match the names of the models in the paper (for instance, in the case of the Bassenji-like model).

4. I believe that “IntronRetention/data/final_data.csv” is the dataset referenced in Section 4, Table 1. Consider clarifying this in Section 4.

Reviewer #2: - Abstract typo - "DNA langauage model DNABERT-2" line 21

- Well written introduction describing current state but deep learning approaches for intron retention prediction have not been mentioned. I do see a few when I search for it. Even if not relevant to current method, might be worth introducing it and comparing and contrasting.

-line 106 - Sound choice of using SEI framework but perhaps an explanation of the choice of another convolutional layer with pooling and dense layer being added could have been added. In the methods section a mention is made about it being like Enformer model but that uses transformer blocks as well. (7 convolutional blocks with pooling, 11 transformer blocks, and a cropping layer)

**********

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 1

Attachments
Attachment
Submitted filename: reviewer_response.pdf
Decision Letter - Joel S. Bader, Editor, Shihua Zhang, Editor

Dear Dr. Ben-Hur,

Happy Holidays! We are pleased to inform you that your manuscript 'The role of chromatin state in intron retention:  a case study in leveraging large scale deep learning models' has been provisionally accepted for publication in PLOS Computational Biology.

We thank you for your careful consideration of reviewers' comments and your attention to technical requests regarding your software repository. I (JSB) personally appreciate that software repositories for research are a moving target, and keeping the repository synchronized with a manuscript under review can be hectic. From the reviews, I am satisfied that all the problems have been resolved except for one, a problem with installing the LightGBM method. My decision is to accept because LightGBM does not perform as well as Logistic Regression, and in that sense the results aren't necessary for your paper (although they do strengthen your paper). I also note that LightGBM might be a dependency from a different repository, and fixing problems in someone else's repo is beyond a reasonable scope.

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,

Joel S. Bader, PhD

Guest Editor

PLOS Computational Biology

Shihua Zhang

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: Updated Manuscript:

- The additional biological context throughout is useful.

- The addition of Table 1 is a helpful summary of results.

Updated Code/GitHut Repo:

1. Install and setup are now much smoother!

2. FSei AuROC and AuPRC now closely aligns with reported results: 0.81533... (mine) vs 0.816 (reported) and 0.65355... (mine) vs 0.653 (reported).

3. FSei-frozen runs and agrees with reported results.

4. LR model now runs and agrees with reported results.

5. Instructions/parameters for running DNABERT2*/FDNABert and FSei* to reproduce Table 1 appear to be missing from the README. It would be helpful to have these steps explicitly given.

6. Running the LGBM model still produces an error. I have Python 3.10, numpy 2.1.1, and lightgbm installed as described in the README and am seeing the following error: ".../python3.10/site-packages/lightgbm/basic.py", line 299, in _list_to_1d_numpy

return np.array(data, dtype=dtype, copy=False)ValueError: Unable to avoid copy while creating an array as requested.

If using `np.array(obj, copy=False)` replace it with `np.asarray(obj)` to allow a copy when needed (no behavior change in NumPy 1.x)."

Reviewer #2: Looks good. My concerns have been addressed.

**********

Have the authors made all data and (if applicable) computational code underlying the findings in their manuscript fully available?

The PLOS Data policy requires authors to make all data and code underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data and code should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data or code —e.g. participant privacy or use of data from a third party—those must be specified.

Reviewer #1: Yes

Reviewer #2: Yes

**********

PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.

Reviewer #1: No

Reviewer #2: No

Formally Accepted
Acceptance Letter - Joel S. Bader, Editor, Shihua Zhang, Editor

PCOMPBIOL-D-24-01050R1

The role of chromatin state in intron retention:  a case study in leveraging large scale deep learning models

Dear Dr Ben-Hur,

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,

Zsofia Freund

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 .