Setting up
Install R
R can be installed from the R-project website.
Direct downloads for all platforms can be downloaded at the links below:
Install RStudio
RStudio can be installed from the RStudio website.
RStudio can be downloaded for all platforms at the link below:
Install required packages
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("edgeR")
BiocManager::install("GenomicAlignments")
BiocManager::install("Rsubread")
BiocManager::install("Biostrings")
BiocManager::install("AnnotationDbi")
BiocManager::install("org.Hs.eg.db")
install.packages("ggplot2")
install.packages("DT")
install.packages("ggrepel")
install.packages("RColorBrewer")
BiocManager::install("GO.db")