-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
55 lines (55 loc) · 1.81 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
Package: MsBackendRawFileReader
Type: Package
Title: Mass Spectrometry Backend for Reading Thermo Fisher Scientific raw Files
Version: 1.11.6
Authors@R: c(person(given = "Christian",
family = "Panse", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1975-3064")),
person(given = "Tobias", family = "Kockmann",
email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1847-885X")),
person(given = "Roger", family = "Gine Bertomeu",
email = "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-0288-9619")))
Depends: R (>= 4.1), methods, Spectra (>= 1.15.10)
Imports:
ProtGenerics (>= 1.35.3),
MsCoreUtils,
S4Vectors,
IRanges,
rawrr (>= 1.13.1),
utils,
BiocParallel
Suggests:
BiocStyle (>= 2.5),
ExperimentHub,
MsBackendMgf,
knitr,
lattice,
mzR,
protViz (>= 0.7),
rmarkdown,
tartare (>= 1.5),
testthat
Description: implements a MsBackend for the Spectra package using
Thermo Fisher Scientific's NewRawFileReader .Net libraries.
The package is generalizing the functionality introduced by the rawrr package
Methods defined in this package are supposed to extend the Spectra
Bioconductor package.
URL: https://github.com/fgcz/MsBackendRawFileReader
BugReports: https://github.com/fgcz/MsBackendRawFileReader/issues
Encoding: UTF-8
NeedsCompilation: yes
biocViews: MassSpectrometry, Proteomics, Metabolomics
RoxygenNote: 7.3.2
License: GPL-3
SystemRequirements: mono-runtime 4.x or higher (including System.Data library)
on Linux/macOS, .Net Framework (>= 4.5.1) on Microsoft Windows.
VignetteBuilder: knitr
Collate:
'hidden_aliases.R'
'AllGenerics.R'
'MsBackendRawFileReader-functions.R'
'MsBackendRawFileReader.R'
'benchmark.R'
'zzz.R'