Peer Review History

Original SubmissionAugust 26, 2019
Decision Letter - Alice Carolyn McHardy, Editor, Benjamin Althouse, Editor

Dear Dr Anguita-Ruiz,

Thank you very much for submitting your manuscript 'eXplainable Artificial Intelligence (XAI) for the identification of biologically relevant gene expression networks in longitudinal human studies.' for review by PLOS Computational Biology. Your manuscript has been fully evaluated by the PLOS Computational Biology editorial team and in this case also by independent peer reviewers. The reviewers appreciated the attention to an important problem, but raised some substantial concerns about the manuscript as it currently stands. While your manuscript cannot be accepted in its present form, we are willing to consider a revised version in which the issues raised by the reviewers have been adequately addressed. We cannot, of course, promise publication at that time.

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.

Your revisions should address the specific points made by each reviewer. Please return the revised version within the next 60 days. If you anticipate any delay in its return, we ask that you let us know the expected resubmission date by email at ploscompbiol@plos.org. Revised manuscripts received beyond 60 days may require evaluation and peer review similar to that applied to newly submitted manuscripts.

In addition, when you are ready to resubmit, please be prepared to provide the following:

(1) A detailed list of your responses to the review comments and the changes you have made in the manuscript. We require a file of this nature before your manuscript is passed back to the editors.

(2) A copy of your manuscript with the changes highlighted (encouraged). We encourage authors, if possible to show clearly where changes have been made to their manuscript e.g. by highlighting text.

(3) A striking still image to accompany your article (optional). If the image is judged to be suitable by the editors, it may be featured on our website and might be chosen as the issue image for that month. These square, high-quality images should be accompanied by a short caption. Please note as well that there should be no copyright restrictions on the use of the image, so that it can be published under the Open-Access license and be subject only to appropriate attribution.

Before you resubmit your manuscript, please consult our Submission Checklist to ensure your manuscript is formatted correctly for PLOS Computational Biology: http://www.ploscompbiol.org/static/checklist.action. Some key points to remember are:

- Figures uploaded separately as TIFF or EPS files (if you wish, your figures may remain in your main manuscript file in addition).

- Supporting Information uploaded as separate files, titled Dataset, Figure, Table, Text, Protocol, Audio, or Video.

- Funding information in the 'Financial Disclosure' box in the online system.

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.

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. For instructions see here

We are sorry that we cannot be more positive about your manuscript at this stage, but if you have any concerns or questions, please do not hesitate to contact us.

Sincerely,

Benjamin Althouse

Associate Editor

PLOS Computational Biology

Alice McHardy

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: review uploaded as attachment

Reviewer #2: This paper tackles the problem of explainable artificial intelligence for omics data. As such, the topic is currently very interesting as most existing techniques are black-boxes, hence, they are not interpretable for clinicians, biologist, etc.

The authors use a novel rule-based strategy that includes preprocessing, knowledge extraction and biological validation to tackle the problem. They have run experiment on in-vivo GED in 57 subjects with obesity.

Overall, the paper is very well-written, it is easy to follow and the contribution is clearly relevant for a great audience. In addition to that, I am really happy to see that the authors are sharing all the source code generated on Github.

I only have some minor suggestions:

- As the case study is very much focused on obesity, perhaps the title should also reflect that..as this pipeline might not always work in GED.

- Data preprocessing seems to be focsed only on discretisation, which is definitely key. Just wondering if the authors could discuss other forms of data preprocessing. For example, feature reduction (selection) may be very interesting with this kind of data.

- It is clear that the results are interpretable, and the figures and table reported are proof of that. However, I would like to see a bit of additional discussion about this; in particular, would this approach always be interpretable? what are the caveats to use this approach? Maybe good to discuss potential future work from here.

Reviewer #3: - Naming the step where rules are overlaid in biological databases “Biological validation” may be misleading. What the authors refer in this step will be more in the framework of Functional validation. Please rephrase accordingly in the main text, supplementary material and code.

- Rules for scoring:

Please explain how the authors decided on the scoring system for each category. Are they purely heuristic? Have the author evaluated the effects of varying the assigned values?

For matching terms of LHS and RHS, are the inherent term ontologies in the databases considered? E.g. would a child-ancestor pair be considered a hit? Please explain why yes/no.

- Discretization is a key aspect in the presented methodology and merits deeper explanations. In the main text is stated:

“- For probes showing a positive signal log ratio:

If log2(FoldChange)ikj > log2(FoldChange)ikJ Then assign the label ‘Upregulation’.

Otherwise type ‘No change’

- For probes showing negative signal log ratio:

If log2(FoldChange)ikj < log2(FoldChange)ikJ Then assign the label ‘Downregulation’.

Otherwise type ‘No change’

Where the term log2(FoldChange)ikj refers to the change in the gene expression for the i probe, in the k time interval and the j subject, and the term log2(FoldChange)ikJ otherwise refers to the mean signal log ratio for that particular ik probe in all subjects from the group under study (our designated data scope).”

a) For log2(FoldChange)ikJ I believe the authors are referring to mean signal log ratio for a particular probe i at a given time point k in all subjects from the group under study J. Please clarify.

b) Probes need to be defined in the sentence “probes showing a positive/negative signal log ratio”. I believe they refer to a probe ikj (probe, timepoint, subject)

c) If I’m correct in b) I can think of several cases where down/up regulation events are missed out. For example for a given sign for the log ratio where the group has inverted signed. Also when the log ratio is positive but significantly lower than the group (downregulated). The opposite case, when the log ratio is negative but significantly higher than the group (upregulated). Please clarify.

- Please explain in Supp Fig 1. what 1,2, or 0 means in the Discretization step.

- As NGS techniques such RNA-seq are now standard with a variety of applications, the paper will benefit by mentioning if or how the proposed methodology can be applied.

I particularly enjoy that the source code is made available and shared. I think that some more work is needed in the usability of the methodology in order to allow the scientific community to use this novel approach:

- As much as possible avoid hard-coded filenames in all steps. One can use Rscript to run R with command line arguments.

- As much as possible provide a simplified execution: Pipeline steps which are feeding directly from the output of the previous step or can run sequentially. For example step 1, 2, and 3.

- For step 3 avoid asking the user to manually prepare the format. The instructions can be rather easily done programatically.

- Avoid as much as possible asking for having superuser rights (step 4). This is very limiting if working in shared computing facilities. If it's a must, then a virtual environment may help.

- Minor: In the source code "required _codes": rename to src or just place them in the root folder.

**********

Have all data underlying the figures and results presented in the manuscript been provided?

Large-scale datasets should be made available via a public repository as described in the PLOS Computational Biology data availability policy, and numerical data that underlies graphs or summary statistics should be provided in spreadsheet form as supporting information.

Reviewer #1: Yes

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

Attachments
Attachment
Submitted filename: 2019_PCOMPBIOL_D_19_01444_Review.pdf
Revision 1

Attachments
Attachment
Submitted filename: RESPONSE TO REVIEWERS_2019_PCOMPBIOL_D1901444_16_12_19.docx
Decision Letter - Alice Carolyn McHardy, Editor, Benjamin Althouse, Editor

Dear Mr Anguita-Ruiz,

We are pleased to inform you that your manuscript 'eXplainable Artificial Intelligence (XAI) for the identification of biologically relevant gene expression patterns in longitudinal human studies, Insights from obesity research.' 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,

Benjamin Althouse

Associate Editor

PLOS Computational Biology

Alice McHardy

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 properly addressed my previous comments. In my opinion this paper can be accepted in its current form.

Reviewer #3: The authors have addressed all my comments satisfactory.

**********

Have all data underlying the figures and results presented in the manuscript been provided?

Large-scale datasets should be made available via a public repository as described in the PLOS Computational Biology data availability policy, and numerical data that underlies graphs or summary statistics should be provided in spreadsheet form as supporting information.

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

Reviewer #3: No

Formally Accepted
Acceptance Letter - Alice Carolyn McHardy, Editor, Benjamin Althouse, Editor

PCOMPBIOL-D-19-01444R1

eXplainable Artificial Intelligence (XAI) for the identification of biologically relevant gene expression patterns in longitudinal human studies, Insights from obesity research

Dear Dr Anguita-Ruiz,

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,

Matt Lyles

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 .