Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
#set the working directory
setwd("C:/Userspath/Magda/OneDrive - Queensland Cyber Infrastructure Foundation Ltd/Projects/10_00551 BYOD/eResearch/Public RNA-seq datasetto/the/folder/with/counts/at_counts")

#install the following packages if not yet installed
library("ggrepel")
library("DESeq2")
library("ggplot2")
library("EnhancedVolcano")
library("reshape2")
library("plyr")
require(reshape2)

...