-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.12 KB
/
DESCRIPTION
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
33
34
35
36
37
38
39
40
41
Package: MsBackendSirius
Title: Mass Spectrometry Data Backend for Sirius Files
Version: 0.0.1
Authors@R:
c(person(given = "Michael", family = "Witting",
role = c("aut", "cre"),
email = "michael.witting@helmholtz-muenchen.de",
comment = c(ORCID = "0000-0002-1462-4426")))
Description: Mass spectrometry (MS) data backend supporting import and
handling of MS/MS data from Sirius files.
Depends:
R (>= 3.5.0),
Spectra (>= 0.5.0),
MsCoreUtils(>= 0.99.3)
Imports:
BiocParallel,
S4Vectors,
IRanges,
methods
Suggests:
testthat,
knitr (>= 1.1.0),
roxygen2,
BiocStyle (>= 2.5.19),
rmarkdown
Remotes:
RforMassSpectrometry/Spectra,
RforMassSpectrometry/MsCoreUtils
License: Artistic-2.0
LazyData: yes
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/michaelwitting/MsBackenSirius/issues
URL: https://github.com/michaelwitting/MsBackenSirius
biocViews: Infrastructure, MassSpectrometry, Metabolomics
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.1.0
Collate:
'hidden_aliases.R'
'MsBackendSirius.R'
'functions-sirius.R'