-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1.26 KB
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 1.26 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
Package: timsr
Title: Easily Access timsTOF Data
Version: 0.0.3
Authors@R:
c(person(given = "Mateusz Krzysztof",
family = "Łącki",
role = c("aut","cre","cph"),
email = "matteo.lacki@gmail.com",
comment = c(ORCID = "0000-0001-7415-4748")),
person(given = "Michał Piotr",
family = "Startek",
role = c("aut","cph"),
email="michal.startek@mimuw.edu.pl",
comment=c(ORCID="0000-0001-5227-3447"))
)
Maintainer: Mateusz Krzysztof Łącki <matteo.lacki@gmail.com>
Description: Access 'timsTOF' mass spectrometry data, as described <https://sso.bruker.com/auth/realms/bruker/protocol/openid-connect/auth?client_id=aem-bruker.com&redirect_uri=https%3A%2F%2Fwww.bruker.com%2Fen.login.html%3FtargetUrl%3Dhttps%3A%2F%2Fwww.bruker.com%2Fen%2Fservices%2Fsoftware-downloads%2Fmass-spectrometry.html&response_type=id_token%20token&scope=openid%20profile&state=4f9d225e92f341cca3b03a55533dbd65&nonce=f550633b1e984ecfb07979ae6d9277b4&ui_locales=en> (after registering), using the 'OpenTIMS' C++ reader and save all into 'data.tables'.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 3.0.0)
Imports:
opentimsr,
data.table,
methods