-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
33 lines (23 loc) · 1.07 KB
/
Copy pathREADME.Rmd
File metadata and controls
33 lines (23 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
## Installation
You can download the development version from GitHub with:
```{r installation, eval = FALSE}
if(!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("jmbadia/MS2ID", force=T)
```
## Introduction
This package annotates MS2 query spectra by using an in-house database. The creation of such database from (mostly publicly) available resources (HMDB, ChEBI, PubChem...) relies on the use of the [CompoundDb](https://github.com/EuracBiomedicalResearch/CompoundDb) package developed by J. Stanstrup and J. Rainer.
For more information visit the package [website](https://jmbadia.github.io/MS2ID/articles/MS2ID.html) or [vignette.](https://github.com/jmbadia/MS2ID/tree/master/vignettes)
Discussions and suggestions are welcome: https://github.com/jmbadia/MS2ID/issues