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
- Host: GitHub
- URL: https://github.com/aspirincode/metidentify
- Owner: AspirinCode
- License: gpl-3.0
- Created: 2019-07-07T04:08:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T18:24:42.000Z (over 6 years ago)
- Last Synced: 2025-01-29T07:30:31.273Z (about 1 year ago)
- Language: R
- Homepage: https://jaspershen.github.io/metIdentify/
- Size: 229 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
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).