Execute R CMD INSTALL ./
to install enveomics.R. If you're using a non-standard R location, open your own R in this location and execute:
install.packages('./', repos=NULL);
To load enveomics.R, simply execute:
library(enveomics.R);
And open help messages using any of the following commands:
?enveomics.R
?enve.barplot
?enve.recplot2
?enve.recplot2.findPeaks
?enve.recplot2.corePeak
?enve.prune.dist
?enve.tribs
?enve.tribs.test
You can run some examples using these libraries in the enveomics-GUI.