- This repository hosts the source code used to analyze the transcriptomic profiling data (RNAseq) from the paper - IL-22 promotes cell proliferation to combat virus infection in human intestinal epithelial cells
- The companion website for this paper is hosted here
All scripts are located in /src/
directory
/src/00_submitJobs.sh
- This is thebash
script to run analysis1,2,3,4
in the cluster environment/src/01_fastQC.sh
- Script to performfastQC
analysis on the rawfastq
files/src/02_alignmentRsubread.R
- Script to performread alignment
analysis on the rawfastq
files usingRsubread
/src/03_countsRsubread.R
- Script tocount reads
overlapping genes/src/04_multiQC.sh
- Script to performQC analysis
of raw reads and alignment statistics/src/05_postProcessing.R
- Script to preprocess and filter the raw count data/src/06_exploratoryAnalysis.R
- Script to perform various `Exploratory analysis/src/07_DSeq2Analysis.R
- Script to performDifferential gene expression analysis (DGE)
using DSeq2/src/07_DSeq2_Rmarkdown/
- Script tovisualize
the results of Dseq2 as interactive data tables/src/08_differentialGeneExpressionAnalysis.R
- Script toanalyze DGE results
focusing on specific genes of interest/src/09_enrichmentAnalysis.R
- Script to performEnrichment analyses
/src/10_plotGeneModulesExpression.R
- Script to plot the expression ofJAK-STAT
,IL22
andIFN-L
signaling genes