Peer Review History

Original SubmissionMay 24, 2021
Decision Letter - Ilya Ioshikhes, Editor, Lilia M. Iakoucheva, Editor

Dear Prof. Ohkawa,

Thank you very much for submitting your manuscript "Discriminative feature of cells characterizes cell populations of interest by a small subset of genes" 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,

Lilia M. Iakoucheva, Ph.D.

Associate Editor

PLOS Computational Biology

Ilya Ioshikhes

Deputy 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 have proposed using the Elastic Net package in R to address the limitation of differentially expressed gene identification. The idea looks legitimate. However, the technical contribution to methodology could be limited. There are several key questions which have to be addressed to fit into the preference of computational biology, on top of bioinformatics.

1. It is straightforward to expect that the adaptive LASSO can always identify a small set of key genes for cell type / population identification. Therefore, the DFC set looks smaller than the DEG. I was wondering what are the biological significance of that DFC set? Are those genes only used to differentiate cell populations? What are the implications behind the DFC set. Is the DFC set reflecting / overlapping with the "essential genes" ?

https://www.nature.com/articles/nrg.2017.75

2. The technical contribution to the methodology looks limited as it is only based on the off-the-book-shelf adaptive LASSO method from the well-known Elastic Net package in R. Comparisons to other feature selection or model regularization methods in machine learning could be beneficial.

3. The underlying pathways behind those DFC genes could be interesting.

4. The concept of DEG has been well-established in the past years. It is therefore important to tell the difference between DFC and DEG. The overlapping and non-overlapping genes between DFC and DEG should be analysed further to reveal its biological difference / similarity.

5. The running time and computing environment should be reported as gene expression data can be very big in scale.

Reviewer #2: In this manuscript, authors proposed a new concept of discriminative feature of cells (DFC), which was an alternative to the DEG-based approach that uses lists of genes with differences in expression. DFC was a discriminative approach implemented using adaptive LASSO logistic regression. The results revealed that DFC well captured cell-type-specific markers, specific gene expression patterns, and subcategories of the cell population. Some comments are given below.

1. For section “Adaptive LASSO–logistic regression” staring from line 380, the adaptive Lasso used was a little different from the method in reference [13]. For computations of adaptive LASSO, the gamma parameter in the weights or penalty factor was directly set to be 1. In the reference, the optimal pair of gamma and lambda parameters was obtained by cross-validation. It is suggested to explain why gamma was directly set to be 1.

2. Ridge regression estimates were used in the first step with 30% subsamples of cells from each cluster. Please give more details about the sample size and the number of variables involved. For ultrahigh dimensional statistical models, (I)SIS is suggested. And based on the code available on Github, Ridge regression estimates were chosen by cross-validation (cv.glmnet), which is not shown in the manuscript. It is suggested to give more details of the implemented adaptive LASSO.

Diego Franco Saldana and Yang Feng (2018) SIS: An R package for Sure Independence Screening in Ultrahigh Dimensional Statistical Models, Journal of Statistical Software, 83, 2, 1-25.

Jianqing Fan and Jinchi Lv (2008) Sure Independence Screening for Ultrahigh Dimensional Feature Space (with discussion). Journal of Royal Statistical Society B, 70, 849-911.

3. Since logistic regression was involved, it is suggested to consider the impact of imbalanced binary response data.

4. It is suggested to compare adaptive LASSO with other variable selection methods, e.g. SCAD.

5. It is suggested to demonstrate the computation efficiency of DFC methods. For example, the computation time comparison between DEG and DFC methods.

6. It is suggested to do another real data analysis to validate the results for DFC.

7. For the code on Github, string.nb.html is not displayed correctly.

Reviewer #3: This article develops a new method to identify cell-type-specific genes based on single-cell RNA sequencing (scRNA-seq) data. The basic idea is to fit a classification model between the population of interest and other groups, and the identification of marker genes is viewed as a variable selection problem. In this article, the authors promoted the use of a logistic regression model with adaptive Lasso penalty, and genes with nonzero regression coefficients are defined to be discriminative features of cells (DFC).

Overall, this article introduces a tool that could be useful in practice, but I would hope that the authors can address the issues I list below.

1. The authors should have provided a more comprehensive review of existing works. The use of discriminative models for differential expression analysis is not completely new. For example, [1] fits a logistic regression to predict cell membership, although their predictors are transcripts instead of genes. The authors need to explain the overlap with prior art and highlight the novelty.

2. The proposed method was mainly compared with DESeq2. However, DESeq2 was originally designed for bulk RNA-seq data, and scRNA-seq data have certain characteristics that may harm the performance of these methods. This phenomenon was explained in [2] in more details. Therefore, the authors may want to consider some methods that are tailored for scRNA-seq, for example the ones listed in Table 1 of [2].

3. The simulation of synthetic data can be made more realistic, as scRNA-seq data in real world contain more noise than the simple normal distribution used in the article. For example, the drop-out effect is one characteristic of scRNA-seq that should not be ignored. The authors may consider existing simulators such as Splatter [3] and ESCO [4].

4. Minor comment: the text "in principle the P-value decreases with increasing sample size" in line 79-80 is not very accurate. Under the null hypothesis (no difference), P-value follows a uniform distribution, so it does not decrease to zero as sample size increases. The actual meaning is that a larger sample size can detect smaller and smaller differences, so with a fixed difference, a larger sample size usually gives smaller P-values.

5. Minor comment: in Figure 1d and 1g, what are the actual lambda values? Does cross validation correctly select the sparse model?

[1] Ntranos, V., Yi, L., Melsted, P., & Pachter, L. (2019). A discriminative learning approach to differential expression analysis for single-cell RNA-seq. Nature methods, 16(2), 163-166.

[2] Wang, T., Li, B., Nelson, C. E., & Nabavi, S. (2019). Comparative analysis of differential gene expression analysis tools for single-cell RNA sequencing data. BMC bioinformatics, 20(1), 1-16.

[3] Zappia, L., Phipson, B., & Oshlack, A. (2017). Splatter: simulation of single-cell RNA sequencing data. Genome biology, 18(1), 1-15.

[4] Tian, J., Wang, J., & Roeder, K. (2020). ESCO: single cell expression simulation incorporating gene co-expression. bioRxiv.

**********

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

Reviewer #2: Yes

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

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

Revision 1

Attachments
Attachment
Submitted filename: Response_to_Reviewers.docx
Decision Letter - Ilya Ioshikhes, Editor, Lilia M. Iakoucheva, Editor

Dear Prof. Ohkawa,

Thank you very much for submitting your manuscript "Discriminative feature of cells characterizes cell populations of interest by a small subset of genes" 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,

Lilia M. Iakoucheva, Ph.D.

Associate Editor

PLOS Computational Biology

Ilya Ioshikhes

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

[LINK]

Reviewer's Responses to Questions

Comments to the Authors:

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

Reviewer #1: The authors have addressed my comments.

Reviewer #2: This manuscript has been improved a lot after revision. Some comments are given below.

1. In line 467, it is said that “We obtained 30% subsamples of cells from each cluster (16,351 cells in total ).” However, in the response for referee#2-2, it is said that “The total number of cells after subsampling was 10,324. Genes with fewer than 10 cells expressed in the subsampled state were filtered out, and 16,351 genes were used as variables.” Please double check.

2. For UpSet plots (Fig. S1b&c), results are confusing. For example, in Fig. S1b, the number of interaction features of all four methods is 32, but the number of interaction features of SCAD and Lasso is 27<32. Please check.

Reviewer #3: The authors have addressed my previous questions.

**********

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

Reviewer #2: Yes

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

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: Responce_to_Reviewers_v2.docx
Decision Letter - Ilya Ioshikhes, Editor, Lilia M. Iakoucheva, Editor

Dear Prof. Ohkawa,

We are pleased to inform you that your manuscript 'Discriminative feature of cells characterizes cell populations of interest by a small subset of genes' 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,

Lilia M. Iakoucheva, Ph.D.

Associate Editor

PLOS Computational Biology

Ilya Ioshikhes

Deputy 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 #2: The authors have addressed my previous comments.

**********

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

**********

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

Formally Accepted
Acceptance Letter - Ilya Ioshikhes, Editor, Lilia M. Iakoucheva, Editor

PCOMPBIOL-D-21-00960R2

Discriminative feature of cells characterizes cell populations of interest by a small subset of genes

Dear Dr Ohkawa,

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 .