-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
94 lines (94 loc) · 2 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Package: MeTEor
Type: Package
Title: MeTEor - an R Shiny app for Metabolite Trajectory Exploration
Version: 1.0.0
Authors@R: c(
person("Gordon", "Grabert", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5499-9970")),
person("Daniel", "Dehncke", email = "[email protected]", role = c("aut")),
person("Tushar", "More", role = c("aut")),
person("Markus", "List", role = c("aut")),
person("Anke RM", "Kraft", role = c("aut")),
person("Markus", "Cornberg", role = c("aut")),
person("Karsten", "Hiller", role = c("aut")),
person("Tim", "Kacprowski", role = c("aut")),
person("Data Science in Biomedicine", role = c("fnd"))
)
Description: MeTEor streamlines exploratory analysis of
time-resolved metabolomics data and offers user-friendly
access to advanced data science approaches.
License: GPL (>= 3)
URL: https://scibiome.github.io/meteor/, https://github.com/scibiome/meteor
BugReports: https://github.com/scibiome/meteor/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.4.0)
biocViews:
Imports:
remotes,
httr,
dendextend,
stats,
dplyr,
ggplot2,
tidyr,
DT,
ggpubr,
plotly,
graphics,
visNetwork,
utils,
tibble,
stringr,
shinyWidgets,
shiny,
readr,
pheatmap,
mgm,
jtools,
grid,
heatmaply,
grDevices,
ggridges,
ggrepel,
FactoMineR,
factoextra,
datamods,
corrr,
reticulate,
igraph,
caret,
shinyjs,
jsonlite,
sjPlot,
pROC,
plotROC,
shinydashboard,
shinycssloaders,
rlang,
lme4,
Biobase,
rstatix,
EnhancedVolcano,
limma,
knitr,
rmarkdown,
markdown,
doParallel,
parallel,
foreach,
xgboost,
randomForest,
MLmetrics,
rintrojs,
KEGGREST,
data.table,
easystats,
performance,
see,
patchwork
Suggests:
tidyverse
RoxygenNote: 7.3.2
VignetteBuilder: knitr