This project is an investigation into Concordance of microarray and RNA-Seq differential gene expression.
Luke Zhang Sri Veerisetti Benyu Zhou Mano Ranaweera
This repository contains the scripts used for DESeq2 anlysis on RNA-seq differential expression data, Limma analysis on Microarray Differential Expression data as well as corcordance between microarray and RNA-Seq.
Below is the order in which the files should be run for the analysis pipeline and a description of each file:
- STAR.qsub: Aligns spliced alignment of RNA-Seq data against the Rat Genome.
- MultiQC.qsub: Gathers reports from various bioinformatics tools into one report, used for quality control purposes.
- featurecounts.qsub: Counts the number of reads for a gene aligned to the reference
- filteringProgrammer.R: Merge seperate count files and add control samples
- deSeqProgrammer.R: Runs DeSeq2
- analyst.R: Runs Limma
- Project3_heatmap.R: Generates Clustered Heatmap
- Pathway_Compare.ipynb: Performs enriched pathway comparisons