Peer Review History

Original SubmissionAugust 20, 2021
Decision Letter - Jason A. Papin, Editor, Qing Nie, Editor

Dear Prof. Zandstra,

Thank you very much for submitting your manuscript "IQCELL: A platform for predicting the effect of gene perturbations on developmental trajectories using single-cell RNAseq data" 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,

Qing Nie

Associate Editor

PLOS Computational Biology

Jason Papin

Editor-in-Chief

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: Overview:

In this manuscript, Heydari et al. present a new software tool IQCell for inferring and studying gene regulatory networks (GRNs) in scRNA-seq datasets, with a specific focus on applications in stem cells and developmental processes. A key innovation of this tool is that it provides a comprehensive platform for users to infer GRNs directly from scRNA-seq data and then also perform various analyses and simulations. It appears to be assembled from many pre-existing components in a way that is highly useful for the field of scRNA-seq analysis, and includes novel aspects such as segmentation of pseudotime for GRN analysis, a filter for transcription factors to facilitate GRN construction, and GRN model building/testing.

The authors demonstrate that their method can effectively recapitulate known GRN structures and behaviors in their test case of T-cell development. This analysis of the T-cell scRNA-seq dataset from (Zhou et al. 2019) is quite extensive, including comparison of GRN-predicted interactions to the experimentally validated gene interactions from (Longabaugh et al., 2017), their own newly-generated scRNA-seq analysis of fetal liver hematopoietic progenitor cells, and comprehensive in silico simulation of gene-level perturbations, performed with their IQCell-derived GRNs. In my opinion, the insight provided by these analyses is largely corroboratory to previous studies, and is used to demonstrate the utility of the IQCell software tool rather than presenting new insight into T cell development in this manuscript. For this reason, I request that the authors and editors consider whether this manuscript would be better served as a Software Submission rather than a Research Article for PLOS Computational Biology. Perhaps this is a minor bookkeeping concern, but I think it’s worth thinking about, because the Software Submission has advantages for this type of paper.

Along the same lines, if the authors are focused on demonstrating the general utility of the IQCell software tool in this manuscript, then they should test this on more systems rather than just T cell development. I’m generally supportive of this manuscript for publication in PLOS Computational Biology, but if my reading of the authors’ intended focus is correct, then I can’t support publication without validation in additional test systems. My general and specific comments are largely related to this point. If the authors demonstrate that their method can be applied effectively beyond this one well-characterized T cell example application, I will enthusiastically support its publication.

General Comments:

1. The authors claim that their method, “is generally applicable to scRNA-seq data derived from dynamic developmental systems and should serve as a useful resource for many applications,” and “is not specific to a single developmental system ... may be broadly useful in understanding how GRNs contribute to cell development in a variety of developmental contexts”. However, they have not provided any results from testing their method outside of the context of T-cell development. Can you demonstrate that this pipeline was not essentially overfitted to the specific T-cell developmental context? I assume the ideal utility of this method would be in applying it to under-studied applications to discover GRNs de novo… could this actually be applied where we have not yet mapped out GRNs to assist in manually checking and curating the method outcomes, or where GRNs have different and potentially more complex structures? Analysis of one additional system in addition to T cell development should be sufficient, although more would be very welcome.

2. How frequently can you find scRNAseq datasets that meet the specified quality guidelines? Was this tested on other datasets beyond the two presented in this manuscript to establish these quality criteria? This again gets at how widely applicable this method can actually be.

Specific Comments:

1. Please discuss whether the algorithmic decisions, such as using pySCENIC and MAGIC, etc. were based on testing outcomes against alternatives methods? And were these tested with multiple datasets?

2. It would be helpful to provide succinct guidance for users selecting hyperparameters (e.g. k-means clustering or mean-based cutoff for gene expression binarization), perhaps included with the python module documentation.

Reviewer #2: The manuscript presents an interesting computational pipeline to reconstruct and simulate Boolean gene regulatory networks from scRNA-seq data. The model requires count matrix, pseudotime ordering and a curated list of genes (which is optional) and allows to simulate temporal dynamics as well as exploring the effect of perturbations, such as knock outs and overexpressions. The main weakness of the method is that it has been only applied to one experimental system (T-cell development), therefore making it difficult to prove its generality. I have listed below more specific comments about the model’s formulation and application to the T-cell dataset.

Questions on Model:

Fig. S1B does not really explain how the MAGIC method deals with dropout genes. While I understand that this an already existing method, the main steps of MAGIC should be discussed. Since it is an existing method, adding as supplementary could suffice.

The criteria for gene selection are not very clear, it is only stated that biological information and variation along pseudotime were considered. Was the list curated based on literature, and then refined using the gene dynamics score, etc..?

It would be useful to visualize this gene dynamics score for some selected genes, and examples of genes that did not make the cut based on this variation principle.

How do the final networks scale as the threshold to keep the GRN connections is changed?

In the methods, it is mentioned that users can optionally include self-regulation, but no more information is provided. However, treating self-regulation seems a fundamentally different problem because IQCELL uses gene-gene correlations to infer the network connections. Please explain.

Also, IQCELL discretizes genes expression between Low and High during GRN inference. It would be interesting to see how well some of these genes naturally separate between two ON and OFF states. This is a central assumption in building the Boolean network, since more continuous distributions of gene expression cannot be captured.

What is the rationale for allowing up to 4 activators and up to 2 inhibitors in the GRN? How does the predicted network change when these numbers are varied (perhaps include some examples as supplementary figures)?

Also, assuming that all activators must be ON to achieve activation seems a very strict assumption, especially in situations where TFs compete over the same binding sites, and thus not all of them are necessary to start transcription. Is there any evidence for this assumption for the gene lists curated in the manuscript? This could be a case where users should have the possibility to modify these assumptions. Also, it could be interesting to see if relaxing these requirements would fundamentally change the topology of the inferred networks.

Analysis of T-cell:

It is quite difficult to catch the difference between Fig. 2D and 3A, I suggest some alternative way to plot to highlight the differences.

A color shading to visualize time progression would help to characterize the model’s transition states in all PC1-PC2 scatter plots

The fact that automatic selection can identify many of the curated genes is a very strong finding. However, it does not justify claiming that automatic feature selection can robustly replace curated lists, as the authors had to include some genes to reproduce their results previously obtained with curated lists.

**********

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: Yes: Eli R. Zunder

Reviewer #2: Yes: Federico Bocci

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

Attachments
Attachment
Submitted filename: Response to Reviewers.docx
Decision Letter - Jason A. Papin, Editor, Qing Nie, Editor

Dear Prof. Zandstra,

Thank you very much for submitting your manuscript "IQCELL: A platform for predicting the effect of gene perturbations on developmental trajectories using single-cell RNAseq data" 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,

Qing Nie

Associate Editor

PLOS Computational Biology

Jason Papin

Editor-in-Chief

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:

[LINK]

Reviewer's Responses to Questions

Comments to the Authors:

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

Reviewer #2: The authors have largely addressed my comments. The manuscript reads well and I am generally in favor of acceptance. My only further suggestion is to test the method on some in silico GRNs in order to compare the results with other existing methods for GRN inference. There are many ODE or boolean models of transcription factor networks that could be used to generate in silico data. One (relatively) quick way to compare to many existing methods is Beeline (https://www.nature.com/articles/s41592-019-0690-6). I think this will make the paper much more interesting to people that could actually use the method.

Reviewer #3: The authors have adequately addressed the questions raised by the reviewer #1.

In the current manuscript, the pseudo-time ordering is inferred by DDRtree, which is not the popular one among many pseudo-time inference methods. I wonder whether other pseudo-time methods would affect the result? Also, the applications seem only for single trajectory. How to apply the tool to the branching trajectories should be considered or discussed at least.

In addition, I have some suggestions as follows:

1. Now in the manuscript the network edges were all visualized as arrows for both positive and negative regulations. However, it’s better to distinguish them using shear head arrows and round head arrow, as most GRNs commonly appear.

2. Although the figures are in 300 dpi resolution, but some fonts in the figures are not very clear. The authors may need to improve them.

3. The manuscript should be carefully proofread and edited. Some typos (e.g.,): "Transcription factor" should be consistently "transcription factor"; Line 140.

**********

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 #2: Yes

Reviewer #3: 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 #2: Yes: Federico Bocci

Reviewer #3: 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

Attachments
Attachment
Submitted filename: respond letter.docx
Decision Letter - Jason A. Papin, Editor, Qing Nie, Editor

Dear Prof. Zandstra,

We are pleased to inform you that your manuscript 'IQCELL: A platform for predicting the effect of gene perturbations on developmental trajectories using single-cell RNAseq data' 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,

Qing Nie

Associate Editor

PLOS Computational Biology

Jason Papin

Editor-in-Chief

PLOS Computational Biology

***********************************************************

Formally Accepted
Acceptance Letter - Jason A. Papin, Editor, Qing Nie, Editor

PCOMPBIOL-D-21-01540R2

IQCELL: A platform for predicting the effect of gene perturbations on developmental trajectories using single-cell RNAseq data

Dear Dr Zandstra,

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 .