-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·58 lines (58 loc) · 1.73 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
Package: MetAlyzer
Type: Package
Title: Read and Analyze 'MetIDQ™' Software Output Files
Version: 1.0.0
Authors@R: c(
person(given = "Nils",
family = "Mechtel",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1278-7125")),
person(given = "Luis",
family = "Herfurth",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0009-0000-9933-3056")),
person(given = "Carolin",
family = "Andresen",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8960-7719")),
person(given = "Daniel",
family = "Huebschmann",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6041-7049")))
Maintainer: Nils Mechtel <[email protected]>
Depends:
R (>= 4.0.0)
biocViews:
Imports:
SummarizedExperiment,
openxlsx,
stringr,
dplyr,
tidyr,
tibble,
agricolae,
ggplot2,
ggrepel,
utils,
rlang,
data.table,
S4Vectors,
viridis,
viridisLite,
plotly,
limma
Description: The 'MetAlyzer' S4 object provides methods to read and reformat metabolomics data for convenient data handling, statistics and downstream analysis. The resulting format corresponds to input data of the Shiny app 'MetaboExtract' (<https://www.metaboextract.shiny.dkfz.de/MetaboExtract/>).
License: GPL-3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.1
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr
URL: https://github.com/nilsmechtel/MetAlyzer
BugReports: https://github.com/nilsmechtel/MetAlyzer/issues