Literature DB >> 34788279

MGEnrichment: A web application for microglia gene list enrichment analysis.

Justin Jao1, Annie Vogel Ciernia1.   

Abstract

Gene expression analysis is becoming increasingly utilized in neuro-immunology research, and there is a growing need for non-programming scientists to be able to analyze their own genomic data. MGEnrichment is a web application developed both to disseminate to the community our curated database of microglia-relevant gene lists, and to allow non-programming scientists to easily conduct statistical enrichment analysis on their gene expression data. Users can upload their own gene IDs to assess the relevance of their expression data against gene lists from other studies. We include example datasets of differentially expressed genes (DEGs) from human postmortem brain samples from Autism Spectrum Disorder (ASD) and matched controls. We demonstrate how MGEnrichment can be used to expand the interpretations of these DEG lists in terms of regulation of microglial gene expression and provide novel insights into how ASD DEGs may be implicated specifically in microglial development, microbiome responses and relationships to other neuropsychiatric disorders. This tool will be particularly useful for those working in microglia, autism spectrum disorders, and neuro-immune activation research. MGEnrichment is available at https://ciernialab.shinyapps.io/MGEnrichmentApp/ and further online documentation and datasets can be found at https://github.com/ciernialab/MGEnrichmentApp. The app is released under the GNU GPLv3 open source license.

Entities:  

Mesh:

Year:  2021        PMID: 34788279      PMCID: PMC8598070          DOI: 10.1371/journal.pcbi.1009160

Source DB:  PubMed          Journal:  PLoS Comput Biol        ISSN: 1553-734X            Impact factor:   4.475


This is a PLOS Computational Biology Software paper.

Introduction

With the recent advances in sequencing technology, researchers are increasingly able to generate larger amounts of genomic data. Investigating changes in gene expression has allowed neuroscientists to move beyond the high-level analysis of cellular dynamics, and into the investigation of the molecular and biochemical pathways and networks underlying brain disorders [1]. For example, in the developing brain, early life insults can produce rapid and long-lasting changes to gene expression that alter the neuro-immune system and behaviour [2,3]. Microglia, the brain’s resident innate immune cells, appear particularly vulnerable to early life genetic and environmental risk factors for neurodevelopmental, psychiatric and neurodegenerative disorders [4]. As sequencing costs have dropped in recent years [5] and the ability to isolate microglial populations from the brain has expanded, a number of key microglial signature gene lists have been identified across disease models [6] and development [7-10]. The ease at which this data can be generated and incorporated into various experiments has led to gene expression analysis now being utilized not just in hypothesis testing, but also in hypothesis generation [11]. These microglial gene expression differences have been successfully examined across labs and contexts to identify conserved targets and patterns disrupted across brain disorders [2,12]. However, there is currently no central repository for published microglial gene lists, nor a user friendly, non-programmatic interface that allows biologists to statistically test their gene list of interest for enrichment of identified microglial gene lists from other studies. Several enrichment tools currently exist to assist users in interrogating their gene expression results, such as enrichment of Gene Ontologies using tools such as DAVID [13], Gene Set Enrichment Analysis (GSEA) [14], or KEGG pathways [15,16]. However, these interfaces are not specific to individual cell types nor brain disorders and may not accurately reflect microglial-specific processes or disease states. In comparison, direct gene list comparisons to published microglia datasets can lead to cell type or cell state specific insights into underlying microglial mechanisms. However, this requires access to both a curated database of microglial gene lists and the programmatic skills to implement the analysis and statistics. These obstacles can present a daunting challenge for the non-programming wet-lab scientist. With the increasing use of RNA sequencing (RNAseq) and other expression analysis approaches by biologists, there is a growing need for non-programming based tools that allow for efficient analysis without extensive bioinformatic experience. This need is particularly great in the area of neuro-immunology which attracts researchers from a broad set of backgrounds such as neuroscience, immunology, and others. Our lab has thus developed MGEnrichment (Microglia Enrichment), a customized web application for performing enrichment testing on a manually curated database of gene lists pertinent to microglia. A key feature of our application is the user’s ability to easily upload a list of genes of interest as either mouse or human gene identifiers, as well as the accessibility of customizing background gene list settings. The application is intended for use by wet-lab scientists who wish to quickly assess the relevance of their gene expression results, and will be of particular interest to those working in the field of microglia research, brain disorders, and neuro-immune activation.

Design and implementation

The base functionality of the app was built using the R Shiny package (https://shiny.rstudio.com/), and hosted using shinyapps.io by RStudio. MGEnrichment allows the user to upload a list of genes from their experiment in three common gene identifier (ID) formats (Ensembl, Entrez, gene symbols) for either mouse or human (Fig 1). Depending on which gene ID format and species are entered, the database of microglial gene lists (queried from the R biomaRt package [17]) is filtered for the matching ID type and species. Users can select between setting the background as all mouse or human genes, all the genes in the microglial gene list database, or an optional user-specified list of background genes. MGEnrichment then performs a one-tailed Fisher’s exact test using the GeneOverlap package [18] to compare the overlap between the user’s input list and each list in the microglia database. Statistical significance is calculated relative to the background gene list and a False Discovery Rate (FDR) correction is then applied across all comparisons. The level of FDR correction is controlled by the user, allowing for greater flexibility in the statistical threshold used for significance determination.
Fig 1

Model of MGEnrichment.

Users can select either mouse or human gene lists and upload their gene lists of interest either through a CSV file or through entry into the GUI. The input dataset is compared against the database of microglia gene lists to determine enrichment. The GeneOverlap package is used to calculate a one-tailed Fisher’s Exact Test for enrichment in each gene list, and FDR corrected p-values are then calculated across all comparisons. The enriched gene results and corresponding statistical significance are then viewable via the GUI, or exportable via CSV. ASD = Autism Spectrum Disorder.

Model of MGEnrichment.

Users can select either mouse or human gene lists and upload their gene lists of interest either through a CSV file or through entry into the GUI. The input dataset is compared against the database of microglia gene lists to determine enrichment. The GeneOverlap package is used to calculate a one-tailed Fisher’s Exact Test for enrichment in each gene list, and FDR corrected p-values are then calculated across all comparisons. The enriched gene results and corresponding statistical significance are then viewable via the GUI, or exportable via CSV. ASD = Autism Spectrum Disorder. Enrichment results display several key output variables including the odds ratio, p-value, FDR corrected p-value, and the number and IDs of the overlapping genes for each database list (Fig 2). Information is also provided regarding individual microglial database gene lists, including the group they belong to, a description of the gene list, the species the gene list was collected from, as well as a literature source for where the gene list originates. These results may be viewed directly on the web browser or as a downloaded CSV file.
Fig 2

Preview of MGEnrichment, as previewed on a Web Browser.

The left panel includes user-input and possible modifications to results, while the table on the right outputs the user query results for each gene list.

Preview of MGEnrichment, as previewed on a Web Browser.

The left panel includes user-input and possible modifications to results, while the table on the right outputs the user query results for each gene list. The database contains 214 unique microglial gene lists from 42 publications pulled from the microglial literature (S1 Table). Gene lists from mouse, rat and human are included. For the mouse version of the database, all human and rat gene IDs were converted to mouse using bioMart. For the human version of the database all mouse and rat gene IDs were converted to human gene IDs using bioMart. The database of gene lists was manually curated from previous literature and includes a wide assortment of microglial relevant gene lists collected from multiple treatments, disease states and developmental timepoints in microglia or brain. Additional gene lists can be added to the database directly using example code provided in the GitHub repository or by request through GitHub. Users may select from several background options including uploading a custom background list. Users can select subsets of gene lists from the database based on six different list categories (groups). Group options include Microglia, Microglia Development, Neuropsychiatric & Neurodevelopmental Disorders, Autism genetics, Autism regulators, and Inflammation. The user can select the groups to be included, allowing for more targeted analysis to a specific subgrouping within the database. To demonstrate the utility of our approach we created two “toy” datasets that examine gene regulation in ASD. Microglial dysregulation has been observed in ASD postmortem brain samples in terms of altered cellular morphology and gene expression. Specifically, there have been three large-scale, recent RNAseq studies examining differentially expressed genes from human ASD postmortem brain compared to matched controls [19-21]. All three identified immune, and specifically microglial, gene expression as altered in ASD brain [19-21]. We took the published gene lists from these papers, divided them into genes with either increased or decreased expression in ASD and then overlapped the three sets to identify genes consistently identified in at least 2 out of the 3 publications. Users can access these datasets by clicking their respective buttons on the application with the desired species selected, and querying the database to look for gene list enrichments. Alternatively, a compiled supplemental excel spreadsheet (S2 Table) of both mouse and human toy datasets and the corresponding MGErichment results can be downloaded from the GitHub repository. Human enrichments were calculated using Human Ensembl gene IDs, with the background set to “All hg38 Genes”, queried against all gene list groups, and with FDR filtering for q<0.05. Similarly, mouse enrichments were calculated using Mouse Ensembl gene IDs (after conversion from human using BioMart), with the background set to “All mm10 Genes”, queried against all gene list groups, and with FDR filtering for q<0.05.

Results

The MGEnrichment app is setup so that users can easily query the microglia database to analyze the gene expression profiles of their lists (mouse or human) compared to selected lists from the database. The provided toy ASD increased gene expression dataset (ASD>CTRL DEGs) produces numerous significant (FDR q<0.05) enrichments with database gene lists. For example, using the Human Ensembl IDs, ASD>CTRL DEGs are significantly enriched for genes with increased expression in schizophrenia, a relationship previously identified [21]. There were also significant enrichments with gene lists important for microglial development, gene regulation (Sall1 and Mef2c) and immune activation (PolyI:C and LPS treatments) (S2 Table). There were also significant enrichments with gene lists generated from microglia from germ free mice, supporting a recent growing literature on the role of the microbiome in ASD [22] and suggesting microbiome disturbances associated with the disorder may contribute to altered brain microglia. From these enrichments, individual genes of interest can be identified among the shared genes to identify novel targets for further investigation. For example, our target toy list (ASD>CTRL DEGs) shares genes with higher expression in amoeboid compared to ramified microglia. These genes might be reasonable targets for further exploration to explain previously observed changes in microglia morphology in human post-mortem brain from ASD [23,24]. Similarly, using the Human Ensembl IDs for genes with decreased expression in ASD brain (ASD Together, our two example datasets demonstrate the utility of MGEnrichment in exploring microglial gene regulation in neurodevelopmental disorders. The app can provide both novel insights into differentially expressed gene lists, as well as identification of microglial target genes for further examination.

Availability and future directions

The code for the application is freely available on our GitHub repository, and released under the GNU General Public License version 3 (GPLv3). By releasing this under an open source license, we aim to provide transparency as to how our program was designed, as well as invite collaboration and contributions from others in the field. Documentation for MGEnrichment is provided within a “help” tab of the web application and at https://github.com/ciernialab/MGEnrichmentApp. All source code is included on the GitHub repository, including the microglia gene list database and instructions for adding in new custom gene lists to the database. MGEnrichment allows for a targeted approach to understanding microglial biology by leveraging known changes in gene expression across different disease and developmental states. As genomics becomes increasingly intertwined with neuro-immunology and behavioural neuroscience research, the ability to interpret gene expression results within the broader context of microglial biology will be a key skillset for many researchers. We have developed MGEnrichment to accomplish two main goals: firstly, to disseminate an easy to access database of curated microglia-relevant gene lists; secondly, to provide a user-friendly interface for non-programmers to examine their gene lists of interest for impacts on microglial biology. MGEnrichment’s hosting on the web through the R Shiny platform allows any user to easily query their gene list of interest and download their results for further analysis. Future directions for the project include expansion to include additional types of data visualization, such as dot plots to better visualize the level of gene enrichment and network visualizations to support more systems-based analyses. It is our hope that this app will act as a useful tool to bridge the gap between wet and dry-lab scientists in microglial research, and to help traditional behavioural neuroscientists and immunologists to interpret changes in microglial gene regulation.

MG Database.

Sheet 1: MG Mouse Database. Includes an entry for each gene list in the curated mouse database, description of the gene list, source/citation, group assignment, species of the original study, tissue and the number of Ensembl mouse IDs within that list. Sheet 2: MG Human Database. Includes an entry for each gene list in the curated human database, description of the gene list, source/citation, group assignment, species of the original study, tissue and the number of Ensembl human IDs within that list. (XLSX) Click here for additional data file.

Toy Dataset.

Sheet 1: ASD>CTRL_DEGs_Datasets. Includes the input dataset containing the human and mouse Ensembl IDs for genes identified across 2 out of 3 human brain RNA-seq studies comparing brain samples from ASD and Controls. DEGs show higher expression in ASD compared to Control samples. Human IDs were converted to mouse IDs using BioMart. Sheet 2: ASDCTRL Results. FDR filtered (q<0.05) enrichment results are shown for all significant enrichments between ASD>CTRL DEGs and gene lists in the MGEnrichment database run using human Ensembl IDs from Sheet 1. Sheet 4: Human ASDCTRL Results. FDR filtered (q<0.05) enrichment results are shown for all significant enrichments between ASD>CTRL DEGs and gene lists in the MGEnrichment database run using mouse Ensembl IDs from Sheet 1. Sheet 6: Mouse ASD (XLSX) Click here for additional data file. 17 Jul 2021 Dear Dr. Ciernia, Thank you very much for submitting your manuscript "MGEnrichment: a web application for microglia gene list enrichment analysis" 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, Mihaela Pertea Software Editor PLOS Computational Biology Mihaela Pertea Software 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: This manuscript describes a novel computational software/tool to assess overlap (and statistical significance of the overlap) between a user’s list of genes of interest and target ensemble of genes expressed by microglia in defined conditions. Microglial cells are at the center of intense research in neuroscience, owing to their roles in neurodevelopmental disorders, neurodegenerative disorders, and basic brain biology in general. As also pointed out by the authors, there has been a tremendous accumulation of high-quality transcriptomic data associated with microglia over these past 5-6 years. These include both bulk RNA-seq and single-cell RNA-seq. Furthermore, many groups now rely on direct comparisons with these published datasets to guide their studies. This is done to either cross-validate their own experimental results or to justify molecular targets of interest for specific experiments. Given the above, release of MGEnrichment is timely and will likely facilitate data analysis and interpretation. Based on my testing, it is quite user-friendly, and results are quickly generated. Thus, its intended audience (i.e., people not well-versed in computational analyses) should find it accessible. That being said, it is a little perplexing to see that recent seminal work on human microglia were not included in the first iteration of the software. For example, work from Bart Eggen’s lab (PMID 28671693 and 32732419) and Chris Glass’ lab (e.g., PMID 28546318) have provided high-quality, comprehensive datasets of microglial gene expression from human microglia, and these are frequently used as baseline to generate and refine protocols for the generation of ips-derived microglia. My guess is that this may be an issue of setting-up a “human-based” analysis arm so that human genes and their identifiers are properly treated when entered as input. Irrespective of the reasons however, I would be inclined to ask that the authors add a human component, as the resulting enhanced scope would be better aligned with the goal of PLOS Computational Biology. Moreover, given the significant efforts devoted to research on human microglia and ips-derived microglia in the context of neurodegenerative disorders, a human component would necessarily reach a larger audience, which would allow MGEnrichment to set itself better as a key reference in the field. Reviewer #2: Summary of MGEnrichment: a web application for microglia gene list enrichment analysis The authors address the lack of a central repository for microglial gene expression signatures by creating MGEnrichment, a non-programmatic web application for microglia gene enrichment analysis. The database includes 166 microglial gene lists from human, mouse and rat. This could assist non-programming scientists in their analyses of gene expression data in a cell-type-specific or disorder-specific way. This tool is created using the Shiny R package, which allows its users to upload their own gene list and define a background gene list. Using the GeneOverlap R package, MGEnrichment then performs a one-tailed Fisher’s exact test to compare the input data against each of the lists from the database. A combination of any subset or all lists from the microglia database can be used for the enrichment analysis. The subsets include: microglia, microglia development, neuropsychiatric & neurodevelopmental disorders human brain, autism genetics, autism regulators, and inflammation. The p-value is then computed to evaluate statistical significance, followed by a False Discovery Rate (FDR) calculation. The app provides users the flexibility to set an FDR threshold. Finally, the output is presented on the web browser and a downloadable CSV file. This could be particularly useful for scientists with an interest in microglia and neuro-immunology. To validate the applicability of MGEnrichment, Jao et al used two “toy” datasets: ASD>CTRL DEGs and ASDCTRL DEGs is a gene list that is increasingly expressed in autism spectrum disorder (ASD), whereas ASD In summary, we found the article and web tool of high quality and of appropriate scope for PLoS Comp Bio. We (myself and members of my lab) were able to adequately test the tool and found its functionality helpful in interpreting microglial gene sets that we had generated in our lab. We were able to use the app to understand the enrichment of multiple gene sets related to microglia. The careful curation and standardization of multiple microglia-related gene sets is an especially valuable contribution of this work. We had a few minor comments with the manuscript / list of datasets with microglial datasets: • It’d be helpful to include a table in the manuscript listing the datasets and publications used • How carefully was the literature curated, in particular, the list of human microglial subtypes? We found the omission of the datasets presented in Olah et al., 2020 as one such missing dataset we had expected to be included: https://www.nature.com/articles/s41467-020-19737-2 In using the associated web application, we noticed a few points for improvement that would greatly increase the usability of the application. • Given that our gene lists were based on analyses of human cells, we found it inconvenient to have to first convert these genes to the equivalent gene names in the mouse. This seemed non-intuitive and unnecessary, especially as a number of the gene lists are based on human gene expression profiles. I suggest adding functionality to allow the user to enter what species their gene names are entered as, and do the conversion of the symbols within the app. • The gene list groups that are selected by default are non-intuitive. Given that this is a microglia enrichment tool, it seems more useful and intuitive to have only the microglia, microglia development, and inflammation gene list groups selected by default. • It’d be more useful to pick a more meaningful default for the minimum FDR value – I’d suggest a value of 0.1 instead of 1.0. • The notAnotB inAnotB terminology is not intuitive. Consider using the terms N K n k from hypergeometric test: https://en.wikipedia.org/wiki/Hypergeometric_distribution • There are a lot of columns displayed within the tool – are all of these really necessary? I don’t find it particularly helpful to show both the intersection IDs, intersection ensembl, intersection mgi symbol, etc etc. I think merely showing the gene symbols would be more than sufficient. Showing all of these columns makes each row within the app very long and challenging to scroll through. • The sorting of results that are displayed in the table would be considerably more intuitive if the table was sorted by default in order of increasing pvalue or FDR. • Is it possible to have the source publications be listed as hyperlinks with links to the publications at pubmed? • Please think carefully about where columns in the table should appear. For example, I found the shortnames for each condition somewhat difficult to parse. The problem would likely be fixed if the columns listname, shortname, and description were closer to one another (also – why do you need all 3). ********** 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, . 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 . 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 3 Sep 2021 Submitted filename: ResponsetoReviews.pdf Click here for additional data file. 19 Oct 2021 Dear Dr. Ciernia, We are pleased to inform you that your manuscript 'MGEnrichment: a web application for microglia gene list enrichment analysis' 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, Mihaela Pertea Software Editor PLOS Computational Biology Mihaela Pertea Software 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 addressed my original concerns with this resubmission. Reviewer #2: No further comments. The authors have done an excellent job responding to my prior review. I especially commend the authors on implementing all of the suggestions to improve the usability of the web app. ********** 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: Yes: Shreejoy J Tripathy 1 Nov 2021 PCOMPBIOL-D-21-01028R1 MGEnrichment: a web application for microglia gene list enrichment analysis Dear Dr Ciernia, 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, Livia Horvath PLOS Computational Biology | Carlyle House, Carlyle Road, Cambridge CB4 3DN | United Kingdom ploscompbiol@plos.org | Phone +44 (0) 1223-442824 | ploscompbiol.org | @PLOSCompBiol
  22 in total

1.  Shared molecular neuropathology across major psychiatric disorders parallels polygenic overlap.

Authors:  Michael J Gandal; Jillian R Haney; Neelroop N Parikshak; Virpi Leppa; Gokul Ramaswami; Chris Hartl; Andrew J Schork; Vivek Appadurai; Alfonso Buil; Thomas M Werge; Chunyu Liu; Kevin P White; Steve Horvath; Daniel H Geschwind
Journal:  Science       Date:  2018-02-09       Impact factor: 47.728

2.  Gene set enrichment analysis: a knowledge-based approach for interpreting genome-wide expression profiles.

Authors:  Aravind Subramanian; Pablo Tamayo; Vamsi K Mootha; Sayan Mukherjee; Benjamin L Ebert; Michael A Gillette; Amanda Paulovich; Scott L Pomeroy; Todd R Golub; Eric S Lander; Jill P Mesirov
Journal:  Proc Natl Acad Sci U S A       Date:  2005-09-30       Impact factor: 11.205

3.  A Unique Microglia Type Associated with Restricting Development of Alzheimer's Disease.

Authors:  Hadas Keren-Shaul; Amit Spinrad; Assaf Weiner; Orit Matcovitch-Natan; Raz Dvir-Szternfeld; Tyler K Ulland; Eyal David; Kuti Baruch; David Lara-Astaiso; Beata Toth; Shalev Itzkovitz; Marco Colonna; Michal Schwartz; Ido Amit
Journal:  Cell       Date:  2017-06-08       Impact factor: 41.582

4.  Epigenomic Convergence of Neural-Immune Risk Factors in Neurodevelopmental Disorder Cortex.

Authors:  A Vogel Ciernia; B I Laufer; H Hwang; K W Dunaway; C E Mordaunt; R L Coulson; D H Yasui; J M LaSalle
Journal:  Cereb Cortex       Date:  2020-03-21       Impact factor: 5.357

5.  Developmental Heterogeneity of Microglia and Brain Myeloid Cells Revealed by Deep Single-Cell RNA Sequencing.

Authors:  Qingyun Li; Zuolin Cheng; Lu Zhou; Spyros Darmanis; Norma F Neff; Jennifer Okamoto; Gunsagar Gulati; Mariko L Bennett; Lu O Sun; Laura E Clarke; Julia Marschallinger; Guoqiang Yu; Stephen R Quake; Tony Wyss-Coray; Ben A Barres
Journal:  Neuron       Date:  2018-12-31       Impact factor: 17.173

6.  Behavioral impact of maternal allergic-asthma in two genetically distinct mouse strains.

Authors:  Jared J Schwartzer; Milo Careaga; Morgan A Coburn; Destanie R Rose; Heather K Hughes; Paul Ashwood
Journal:  Brain Behav Immun       Date:  2016-09-10       Impact factor: 7.217

7.  Mapping identifiers for the integration of genomic datasets with the R/Bioconductor package biomaRt.

Authors:  Steffen Durinck; Paul T Spellman; Ewan Birney; Wolfgang Huber
Journal:  Nat Protoc       Date:  2009-07-23       Impact factor: 13.491

8.  Single-Cell RNA Sequencing of Microglia throughout the Mouse Lifespan and in the Injured Brain Reveals Complex Cell-State Changes.

Authors:  Timothy R Hammond; Connor Dufort; Lasse Dissing-Olesen; Stefanie Giera; Adam Young; Alec Wysoker; Alec J Walker; Frederick Gergits; Michael Segel; James Nemesh; Samuel E Marsh; Arpiar Saunders; Evan Macosko; Florent Ginhoux; Jinmiao Chen; Robin J M Franklin; Xianhua Piao; Steven A McCarroll; Beth Stevens
Journal:  Immunity       Date:  2018-11-21       Impact factor: 31.745

9.  KEGG for integration and interpretation of large-scale molecular data sets.

Authors:  Minoru Kanehisa; Susumu Goto; Yoko Sato; Miho Furumichi; Mao Tanabe
Journal:  Nucleic Acids Res       Date:  2011-11-10       Impact factor: 16.971

10.  Microbiome Influences Prenatal and Adult Microglia in a Sex-Specific Manner.

Authors:  Morgane Sonia Thion; Donovan Low; Aymeric Silvin; Jinmiao Chen; Pauline Grisel; Jonas Schulte-Schrepping; Ronnie Blecher; Thomas Ulas; Paola Squarzoni; Guillaume Hoeffel; Fanny Coulpier; Eleni Siopi; Friederike Sophie David; Claus Scholz; Foo Shihui; Josephine Lum; Arlaine Anne Amoyo; Anis Larbi; Michael Poidinger; Anne Buttgereit; Pierre-Marie Lledo; Melanie Greter; Jerry Kok Yen Chan; Ido Amit; Marc Beyer; Joachim Ludwig Schultze; Andreas Schlitzer; Sven Pettersson; Florent Ginhoux; Sonia Garel
Journal:  Cell       Date:  2017-12-21       Impact factor: 41.582

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.