An open API service indexing awesome lists of open source software.

https://github.com/aspirincode/metidentify

Metabolite identification based on MS2 spectra
https://github.com/aspirincode/metidentify

Last synced: 12 months ago
JSON representation

Metabolite identification based on MS2 spectra

Awesome Lists containing this project

README

          

# metIdentify

## About

`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.

## Installation

You can install `metIdentify` from [Github](https://github.com/jaspershen/metIdentify).

```
# Install `metIdentify` from GitHub
if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("jaspershen/tinyTools")
devtools::install_github("jaspershen/metIdentify")
```
## Usage

Please see the `Get started` page to get the instruction of `metIdentify`.

## Need help?

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