Git Product home page Git Product logo

goncalo2019's Introduction

DOI

Methods

RNASeq Quality check and alignment

RNASeq fastq files were analyzed with FastQC[1] v0.11.7 to assess sequence base quality, per-base sequence content, GC content, N content, and the sequence length distribution. Reads were subsequently trimmed using Trimmomatic[2] v0.38, to remove Illumina adapters, leading and trailing bases with score ≤ 3, all bases after the sliding window average ≤ 15, and all edited reads ≤ 36 bp. Reads were aligned to Mus musculus annotation GRCm38.p6 using Salmon[3] v0.10.0. Default parameters were used for building the index and for alignment.

Differential expression analysis

DESeq2[4] v1.18.1 was used to assess differential gene expression using the likelihood ratio test, with the model ~ replicate + condition analyzed against the reduced model ~ replicate. Variance Stabilized Transformed gene counts were used to identify outliers, using both Principal Component Analysis and sample clustering (using the euclidean distance metric and the complete clustering method). Two samples - wildtype replicate C and PBS replicate C - were removed from further analysis.

To identify significant contrasts between treatments, a post hoc analysis of genes differentially expressed according to LRT analysis was performed. DESeq2 was used to perform the nbinomial Wald test for contrasts between PBS, WT, KO1 and KO2.

The focal gene set was identified as those genes in which:

  • the likelihood ratio test was significant (p ≤ 0.05)
  • WT and PBS were significantly differentially expressed (p ≤ 0.05)
  • WT was significantly different from both KO1 and KO2 (p ≤ 0.05 in each contrast)
  • KO1 and KO2 were concordantly up- or down- regulated with regard to WT

Log2(Fold change) values and p values are reported according to the Wald tests.

Gene names were mapped to entrez gene identifiers using ensembl biomart[5], mouse version GRCm38.p6.

The R Script used for differential expression analysis can be found in supplementary file differential-expression-analysis.R The python script used for subsequent post hoc analysis can be found in the Jupyter notebooks endothelial_expression_analysis.ipynb and microglial_expression_analysis.ipynb.

Bibliography

  1. Andrews, S. FastQC: a quality control tool for high throughput sequence data. (2010). at http://www.bioinformatics.babraham.ac.uk/projects/fastqc
  2. Bolger, A. M., Lohse, M. & Usadel, B. Trimmomatic: a flexible trimmer for Illumina sequence data. Bioinformatics 30, 2114–2120 (2014).
  3. Patro, R., Duggal, G., Love, M. I., Irizarry, R. A. & Kingsford, C. Salmon provides fast and bias-aware quantification of transcript expression. Nat. Methods 14, 417–419 (2017).
  4. Love, M. I., Huber, W. & Anders, S. Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2. Genome Biol. 15, 550 (2014).
  5. Zerbino, D. R. et al. Ensembl 2018. Nucleic Acids Res. 46, D754–D761 (2018).

Links to scripts, notebooks and results

Description of contents of file DESeq2_R-project

File Description
01_20180529_DESeq2-analysis.R R-Script for creating gene annotations, and executing DESeq2 initial and post-hoc analyses
DESeq2_R-project.Rproj R project file from analysis
counts-allcells-vst.csv Variance Stabilized Transformed read counts, calculated with both microglial and endothelial samples combined
counts-ec-vst.csv Variance Stabilized Transformed read counts, calculated with endothelial cells only
counts-mg-vst.csv Variance Stabilized Transformed read counts, calculated with microglial cells only
res_ec-results.csv DESeq2 Likelihood ratio test results for endothelial cells: see notebooks folder for annotated result file
res_ec_wald_K1K2-results.csv post-hoc Wald test for differences between KO1 and KO2 treatments, in endothelial cells
res_ec_wald_PK1-results.csv post-hoc Wald test for differences between PBS and KO1 treatments, in endothelial cells
res_ec_wald_PK2-results.csv post-hoc Wald test for differences between PBS and KO2 treatments, in endothelial cells
res_ec_wald_PW-results.csv post-hoc Wald test for differences between PBS and WT treatments, in endothelial cells
res_ec_wald_WK1-results.csv post-hoc Wald test for differences between WT and KO1 treatments, in endothelial cells
res_ec_wald_WK2-results.csv post-hoc Wald test for differences between WT and KO2 treatments, in endothelial cells
res_mg-results.csv DESeq2 Likelihood ratio test results for microglial cells: see notebooks folder for annotated result file
res_mg_wald_K1K2-results.csv post-hoc Wald test for differences between KO1 and KO2 treatments, in microglial cells
res_mg_wald_PK1-results.csv post-hoc Wald test for differences between PBS and KO1 treatments, in microglial cells
res_mg_wald_PK2-results.csv post-hoc Wald test for differences between PBS and KO2 treatments, in microglial cells
res_mg_wald_PW-results.csv post-hoc Wald test for differences between PBS and WT treatments, in microglial cells
res_mg_wald_WK1-results.csv post-hoc Wald test for differences between WT and KO1 treatments, in microglial cells
res_mg_wald_WK2-results.csv post-hoc Wald test for differences between WT and KO2 treatments, in microglial cells

Jupyter notebook for Post-hoc analysis of microglial cells (methods and results)

Jupyter notebook for Post-hoc analysis of endothelial cells (methods and results)

goncalo2019's People

Contributors

oxpeter avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.