-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
94 lines (94 loc) · 2.56 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: ADViSELipidomics
Title: Shinyapp for the acquisition and the analysis of lipidomics data
Version: 1.3.0
Authors@R: c(
person("Eugenio", "Del Prete", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3214-9021")),
person("Fabio", "Della Rocca", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8003-2648")),
person("Ana Margarida", "Campos", , "[email protected]", role = c("ctb", "dtc"),
comment = c(ORCID = "0000-0002-8832-7686")),
person("Carmela", "Gallo", , "[email protected]", role = "dtc",
comment = c(ORCID = "0000-0002-1665-2615")),
person("Genoveffa", "Nuzzo", , "[email protected]", role = c("ctb", "dtc"),
comment = c(ORCID = "0000-0001-7065-2379")),
person("Angelo", "Fontana", , "[email protected]", role = c("dtc", "fnd"),
comment = c(ORCID = "0000-0002-5453-461X")),
person("Claudia", "Angelini", , "[email protected]", role = c("ctb", "fnd"),
comment = c(ORCID = "0000-0001-8350-8464"))
)
Description: ADViSELipidomics is suitable for the acquisition of
LipidSearch and LIQUID files, the computation of the recovery
percentages, the creation of the feature matrix (lipid species
concentration) and the statistical analysis of the feature matrix.
License: MIT + file LICENSE
URL: https://github.com/ShinyFabio/ADViSELipidomics
BugReports: https://github.com/ShinyFabio/ADViSELipidomics/issues
Depends:
shiny (>= 1.6.0),
shinyBS,
shinydashboard,
shinyWidgets
Imports:
bsplus,
cicerone,
circlize,
cluster,
ComplexHeatmap,
config (>= 0.3.1),
crayon,
dashboardthemes,
data.table,
DataEditR,
dendextend,
dplyr,
DT,
factoextra,
fgsea,
fmsb,
forcats,
fs,
ggfortify,
ggplot2,
ggpubr,
ggrepel,
ggVennDiagram,
golem (>= 0.3.1),
graphics,
grDevices,
grid,
gridExtra,
InteractiveComplexHeatmap,
knitr,
limma,
lubridate,
MASS,
metabolomicsWorkbenchR,
miniUI,
mixOmics,
openxlsx,
plotly,
purrr,
RColorBrewer,
readr,
reshape2,
S4Vectors,
scales,
shinycssloaders,
shinyFiles,
shinyjs,
statmod,
stats,
stringr,
SummarizedExperiment,
sva,
tibble,
tidyr,
tools,
utils,
VIM
biocViews:SummarizedExperiment, limma, sva, fgsea, mixOmics,
metabolomicsWorkbenchR, ComplexHeatmap, InteractiveComplexHeatmap
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3