Versions Compared

Key

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

...

Code Block
titleMake sure you have the R module loaded
module load intel/18.0.2
module load Rstats/4.0.3


Code Block
titleWithin R, install a package
R

#within R
install.packages("flashClust") 


Code Block
titleLoad biocontainer R modules
module load biocontainers
module load r-wgcna/ctr-1.51--r3.3.2_1
Code Block
titleWithin R, install a package
R

#within R
install.packages("flashClust") 


Code Block
titleRun the R script
R CMD BATCH WGCNAshortTutorial.R

...