Versions Compared

Key

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

...

Code Block
titleWithin R, install a package
R

#within R
install.packages("flashClust") 
q() 
#to exit the session. Say no to saving the image


Code Block
titleLoad biocontainer R modules
module load biocontainers
module load r-wgcna/ctr-1.51--r3.3.2_1

...