metIdentify is a R packge which is used for metabolite identification based on in-house database and public database based on accurate mass, rentention time and/or MS2 spectra.
You can install metIdentify from Github.
# Install `metIdentify` from GitHub
if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("jaspershen/tinyTools")
devtools::install_github("jaspershen/metIdentify")
Please see the Get started page to get the instruction of metIdentify.
If you have any quesitions about metIdentify, please don't hesitate to email me (shenxt@stanford.edu).

