Skip to content

xia-lab/OptiLCMS

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OptiLCMS

Introduction

OptiLCMS is an R package providing an optimized LC-MS raw data processing workflow. The source code of the "MS Spectral Processing" Module in MetaboAnalyst is contained here. OptiLCMS can be used to repeat the results generated by MetaboAnalyst at local, and is also optionally dependent by MetaboAnalystR to perform raw MS data processing.

Installation

There are 3 typical approaches provided for users to install this package as below.

(a.) Install devlopement (beta) version

# Latest features could only be obtained from this approach, make sure 'devtools' installed first
devtools::install_github("xia-lab/OptiLCMS", build = TRUE, build_vignettes = FALSE, build_manual =TRUE)

(b.) Install from the local R tar package

Download the latest version from the following Options:

v1.1.0;

# Remember to replace the PATH_TO_TAR as the right path of your downloaded package (OptiLCMS_1.1.X.tar.gz).
install.packages(PATH_TO_TAR, repos = NULL, type="source")

Tutorial

A step-by-step tutorial will be prepared for users to start their analysis by following them (available soon).

Citation

OptiLCMS package has been developed by the XiaLab at McGill University. If you use the R package, please cite us:

  • Pang, Z., Chong, J., Li, S. and Xia, J. (2020) MetaboAnalystR 3.0: Toward an Optimized Workflow for Global Metabolomics. Metabolites 10(5) 186 link

From within R:

citation("OptiLCMS")

New features requests & Bugs reports

To inform us of any bugs or requests, please open a new issue (and @ Zhiqiang-PANG !!) or send an email to zhiqiang.pang@mail.mcgill.ca.