-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
62 lines (62 loc) · 2.15 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: MsBackendMgf
Title: Mass Spectrometry Data Backend for Mascot Generic Format (mgf) Files
Version: 1.15.2
Authors@R:
c(person(given = "RforMassSpectrometry Package Maintainer",
email = "[email protected]",
role = "cre"),
person(given = "Laurent", family = "Gatto",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1520-2268")),
person(given = "Johannes", family = "Rainer",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Sebastian", family = "Gibb",
comment = c(ORCID = "0000-0001-7406-4443"),
email = "[email protected]",
role = "aut"),
person(given = "Michael", family = "Witting",
comment = c(ORCID = "0000-0002-1462-4426"),
email = "[email protected]",
role = "ctb"),
person(given = "Adriano", family = "Rutz",
comment = c(ORCID = "0000-0003-0443-9902"),
email = "[email protected]",
role = "ctb"))
Description: Mass spectrometry (MS) data backend supporting import and
export of MS/MS spectra data from Mascot Generic Format
(mgf) files. Objects defined in this package are supposed to be
used with the Spectra Bioconductor package. This package thus
adds mgf file support to the Spectra package.
Depends:
R (>= 4.0),
Spectra (>= 1.5.14)
Imports:
ProtGenerics (>= 1.35.3),
BiocParallel,
S4Vectors,
IRanges,
MsCoreUtils,
methods,
stats
Suggests:
testthat,
knitr (>= 1.1.0),
roxygen2,
BiocStyle (>= 2.5.19),
rmarkdown
License: Artistic-2.0
LazyData: yes
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/RforMassSpectrometry/MsBackendMgf/issues
URL: https://github.com/RforMassSpectrometry/MsBackendMgf
biocViews: Infrastructure, Proteomics, MassSpectrometry, Metabolomics, DataImport
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.2
Collate:
'hidden_aliases.R'
'MsBackendMgf.R'
'functions-mgf.R'