-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
75 lines (75 loc) · 2.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
Package: RFLOMICS
Title: Interactive web application for Omics-data analysis
Version: 1.0.0
Authors@R:
c(
person(given = "Nadia", family = "Bessoltane",email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID="0000-0001-6931-2529")),
person(given = "Delphine", family = "Charif", email = "[email protected]", role = c("aut"), comment = c(ORCID="0000-0002-1949-5969")),
person(given = "Audrey", family = "Hulot", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-9647-6470")),
person(given = "Christine", family = "Paysant-Leroux", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-2046-6492")),
person(given = "Gwendal", family = "Cueff", email = "[email protected]", role = c("aut"))
)
Description: R-package with shiny interface, provides a framework for the analysis of transcriptomics, proteomics and/or metabolomics data. The interface offers a guided experience for the user, from the definition of the experimental design to the integration of several omics table together. A report can be generated with all settings and analysis results.
URL: https://github.com/RFLOMICS/RFLOMICS
BugReports: https://github.com/RFLOMICS/RFLOMICS/issues
Depends:
R (>= 4.4.0),
SummarizedExperiment,
MultiAssayExperiment,
shinyBS,
knitr
biocViews: ShinyApps, DifferentialExpression, Metabolomics, Proteomics, Transcriptomics
License: Artistic-2.0
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests:
testthat,
BiocStyle,
org.At.tair.db,
org.Hs.eg.db
VignetteBuilder: knitr
Imports:
vroom,
AnnotationDbi,
circlize,
clusterProfiler,
ComplexHeatmap,
coseq,
data.table,
dplyr,
DT,
edgeR,
EnhancedVolcano,
enrichplot,
FactoMineR,
ggplot2,
ggpubr,
ggrepel,
grDevices,
grid,
gridExtra,
htmltools,
limma,
magrittr,
methods,
mixOmics,
MOFA2,
pathview,
png,
purrr,
RColorBrewer,
reshape2,
reticulate,
rmarkdown,
S4Vectors,
shiny,
shinydashboard,
shinyWidgets,
stats,
stringr,
tidyr,
tibble,
tidyselect,
UpSetR,
utils,
httr