guokai8 / tidymass

tidymass

Home Page:https://tidymass.github.io/tidymass/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tidymass: An Object-oriented Reproducible Analysis Framework for LC-MS Data

Dependencies


About


TidyMass project is a comprehensive computational framework that can process the whole workflow of data processing and analysis for LC-MS-based untargeted metabolomics.

TidyMass was designed based on the following strategies to address the limitations of current tools.

(1) Cross-platform utility

(2) Uniform, shareable, traceable, and reproducible


Analysis workflow of tidyMass



The mass_dataset class and its property

Installation


You can install tidymass from GitHub, GitLab or Gitee.

Option 1: GitHub

if(!require(remotes)){
install.packages("remotes")
}
remotes::install_github("tidymass/tidymass")

Option 2: GitLab

remotes::install_gitlab("jaspershen/tidymass")

Option 3: Gitee

remotes::install_git(url = "https://gitee.com/jaspershen/tidymass", dependencies = TRUE)

More information can be found here.

Need help?


If you have any questions about tidymass, please don’t hesitate to email me (shenxt@stanford.edu) or reach out me via the social medias below.

shenxt1990

shenxt@stanford.edu

Twitter

Citation


If you use tidymass in your publications, please cite this paper:

TidyMass: An Object-oriented Reproducible Analysis Framework for LC-MS Data.

Xiaotao Shen, Hong Yan, Chuchu Wang, Peng Gao, Caroline H. Johnson, Michael P. Snyder.

Web Link.

Thank you very much!

About

tidymass

https://tidymass.github.io/tidymass/

License:MIT License


Languages

Language:R 100.0%