项目作者: hhabra

项目描述 :
metabCombiner R Package: Paired Untargeted Metabolomics Feature Matching & Data Concatenation
高级语言: R
项目地址: git://github.com/hhabra/metabCombiner.git
创建时间: 2019-04-21T22:45:26Z
项目社区:https://github.com/hhabra/metabCombiner

开源协议:

下载


metabCombiner

This is an R package for aligning a pair of disparately-acquired untargeted LC-MS metabolomics. metabCombiner takes peak-picked and conventionally aligned untargeted LC-MS datasets and determines the overlapping features, concatenating their measurements to form a combined table of sample mass spectral measurements.

installation

  1. #if devtools is not already installed:
  2. install.packages("devtools")
  3. Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")
  4. #for R versions 4.0 and later
  5. devtools::install_github("hhabra/metabCombiner", build_vignettes = TRUE)
  6. library(metabCombiner)
  7. #for R versions between 3.5 and 4
  8. devtools::install_github("hhabra/metabCombiner", build_vignettes = TRUE, ref = "R3.5")

How to Use metabCombiner

In the /demo directory, we have an example R script showing a demonstration of the package’s utilities. See the vignette by entering browseVignettes(“metabCombiner”) for a more detailed description of how to use metabCombiner.