Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

C) Load cummeRbund library and read in the differential expression results.  If you save and exit the R environment and return, these commands must be executed again.

Code Block
library(cummeRbund)
cuff_data <- readCufflinks('diff_out')

...