Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

392 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fusion

Codecov test coverage Travis build status

Fusion aim at providing a structure to data produce for metabolic profiling or phenotyping using nuclear magnetic resonance and mass spectrometry.

Pre-requisites

You will need to manually install two dependencies:

remotes::install_url("https://134.115.48.123/gitea/jul/rldx/archive/main.tar.gz")

remotes::install_github("phenological/nmr-parser@0.1.9")

Installation

You can install the released version of fusion from github:

devtools::install_github("phenological/fusion")

post-installation

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()

Troubleshooting

  • 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.

Introduction

About

Offer a data structure to manage metabolic profiling data for NMR and MS spectroscopy

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages