- This repository hosts the souce code used to analyze the data from the paper - XXX
- The companion website for this paper is hosted here
All script can be found in the /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_multiQC.sh
- Script to performQC analysis
of raw reads and alignment statistics/src/03_downloadGenomes.sh
- Download thehg38
reference genome from Ensembl/src/04_indexRsubread.R
- Indexing of the reference genome/src/05_alignmentRsubread.R
- Script to performread alignment
analysis on the rawfastq
files usingRsubread
/src/06_countsRsubread.R
- Script tocount reads
overlapping genes/src/07_postProcessing.R
- Script to preprocess and filter the raw count data/src/08_exploratoryAnalysis.R
- Script to perform variousExploratory analysis
/src/09_DSeq2Analysis.R
- Script to performDifferential gene expression analysis (DGE)
using DSeq2/src/09_DSeq2_Rmarkdown/
- Script tovisualize
the results of Dseq2 as interactive data tables/src/10_differentialGeneExpression.R
- Script toanalyze DGE results
focusing on specific genes of interest/src/11_enrichmentAnalysis.R
- Script to performEnrichment analyses
/src/12_plotGeneModulesExpression.R
- Script to plot the expression ofHypoxia
,EMT
andWNT
signalling genes/src/13_computeCellFractions.R
- Using CIBERSORTx to identify Ileum cell types using single-cell data