Jardeko-1127 / metID

Construct database and identify metabolites.

Home Page:https://jaspershen.github.io/metID/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metID

Dependencies

About

metID is a R packge which is used for metabolite identification based on in-house database and public database based on accurate mass (m/z), rentention time (RT) and/or MS2 spectra.

Installation

You can install metID from Github.

if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("jaspershen/metID")

tinyTools is a dependent package for metID. Please install it too.

if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("jaspershen/tinyTools")

Usage

Please see the Get started page to get the instruction of metID.

Need help?

If you have any quesitions about metID, please don’t hesitate to email me (shenxt@stanford.edu).

shenzutao1990

shenxt@stanford.edu

Twitter

M339, Alway Buidling, Cooper Lane, Palo Alto, CA 94304

Citation

If you use metID in you publication, please cite this publication:

X. Shen, R. Wang, X. Xiong, Y. Yin, Y. Cai, Z. Ma, N. Liu, and Z.-J. Zhu* (Corresponding Author), Metabolic Reaction Network-based Recursive Metabolite Annotation for Untargeted Metabolomics, Nature Communications, 2019, 10: 1516.
Web Link.

Thanks very much!

About

Construct database and identify metabolites.

https://jaspershen.github.io/metID/

License:GNU General Public License v3.0


Languages

Language:R 100.0%