This repository contains R code for analyzing Gene Expression Analysis and Functional Enrichment Interpretation
-
R programming version (4.4.1)
-
RStudio version (2024.04.2-764)
-
Packages
ggplots / ggplot / dplyr / RColorBrewer
Reading the online dataset from the hyperlink.
- Generating Heatmaps for visualization of the entire dataset using divergent and sequential color palettes
- Grouping the samples according to heatmaps.
- Calcutaing the log2 fold change and p-value
- plotting the fold change and p-value to determine the cutoff
- Differentiate the up-regulated and down-regulated genes
- Applying Pathway enrichment analysis using ShinyGO
- Selecting the top 5 pathways
- plotting with a lollipop-plot to express the number of genes associated with each pathway and their significance
- supp_data1 (folder contains all supplementary data)
- Figures (folder contains all figures represented in the report and the code outputs)
- Report_stage_2 (file provides detailed information about the code, interpretation, and the pathways)