/MeHaloCoA

R package dedicated to halogen-containing compounds detection in LC-hrMS

Primary LanguageRGNU General Public License v2.0GPL-2.0

MeHaloCoA

R package dedicated to halogen-containing compounds detection in LC-hrMS

Installation First install all dependencies as needed.

install.packages("devtools") library(devtools)

source("http://bioconductor.org/biocLite.R")

biocLite()

library(BiocInstaller)

biocLite("xcms")

biocLite("CAMERA")

#Then install MeHaloCoA

install.packages("devtools")

library(devtools)

install_github("yguitton/mehalocoa")

library(MeHaloCoA)