-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
31 lines (31 loc) · 992 Bytes
/
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
Package: readBrukerFlexData
Version: 1.9.3
Date: 2024-10-02
Title: Reads Mass Spectrometry Data in Bruker *flex Format
Authors@R:
c(
person(
"Sebastian", "Gibb", role = c("aut", "cre"),
email = "mail@sebastiangibb.de",
comment = c(ORCID = "0000-0001-7406-4443")
),
person("Samuel", "Granjeaud", role = "ctb"),
person("Alan", "Race", role = "ctb",
email = "alan.race@uni-marburg.de",
comment = c(ORCID = "0000-0001-8996-2641")
)
)
Depends:
R (>= 3.3.0)
Suggests:
testthat
Description: Reads data files acquired by Bruker Daltonics' matrix-assisted
laser desorption/ionization-time-of-flight mass spectrometer of the *flex
series.
License: GPL (>= 3)
URL: https://strimmerlab.github.io/software/maldiquant/,
https://github.com/sgibb/readBrukerFlexData/
BugReports: https://github.com/sgibb/readBrukerFlexData/issues/
LazyLoad: yes
RoxygenNote: 7.3.1
Encoding: UTF-8