Fusion aim at providing a structure to data produce for metabolic profiling or phenotyping using nuclear magnetic resonance and mass spectrometry.
You can install the released version of fusion from github:
devtools::install_github("jwist/fusion")
ANPC members can perform some environment configuration by running the startup script provided here. Before, it is important to know the path of the institutional OneDrive Folder and to check that the datasets folder exists and is in sync.
It is also important to be able to locate the .Rprofile that allows users to perform task during R startup and the .Renviron file that allows to define variable to be used while starting R. Both files are usually located into the home directory of the user that runs the R instance.
homePath <- Sys.getenv("HOME") # locate your home directory
file.path(homePath, ".Rprofile") # typical location of .Rprofile
file.path(homePath, ".Renviron") # typical location of .Renviron
fusion::startup()
- Both files are usually hidden by the windows manager of major OS. Check how to toggle the display of hidden files in your file browser.
- Make sure that you have the permission to read in the datasets folder.