DESeq2 - soraya-s/C9orf72 GitHub Wiki

library(DESeq2) each time i open it

sessionInfo() to figure out what packages are loaded

in Console

  1. load the DESeq2 (as above)
  2. getwd() tells me where I am
  3. change working directory with setwd()

    if I tab inside the parentheses, I can navigate among folders

  4. copy line from above (where script is): cts<-read.csv(file='ADARKDvsSCR_nf_counts.csv', header=TRUE, row.names=1)