DESeq2 - soraya-s/C9orf72 GitHub Wiki
library(DESeq2)
each time i open it
sessionInfo()
to figure out what packages are loaded
in Console
- load the
DESeq2
(as above) getwd()
tells me where I am- change working directory with
setwd()
if I tab inside the parentheses, I can navigate among folders
- copy line from above (where script is):
cts<-read.csv(file='ADARKDvsSCR_nf_counts.csv', header=TRUE, row.names=1)