-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
79 lines (79 loc) · 1.84 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
Package: moiraine
Title: Construction of Reproducible Pipelines for Testing and Comparing Multi-omics Integration Tools
Version: 1.0.0.9000
Authors@R:
c(person("Olivia", "Angelin-Bonnet",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7708-2919")))
Description: A package to facilitate the construction of reproducible pipelines to evaluate
and compare multi-omics integration tools. Handles import of multi-omics datasets
and associated metadata, datasets preparation (transformation, pre-filtering, etc),
construction of input objects for several multi-omics integration packages
(such as mixOmics or MOFA), as well as visualisation of the results and comparison
of different integration tools.
URL: https://github.com/Plant-Food-Research-Open/moiraine, https://plant-food-research-open.github.io/moiraine/
BugReports: https://github.com/Plant-Food-Research-Open/moiraine/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
Biobase,
circlize,
ComplexHeatmap,
dplyr,
GGally,
ggforce,
ggnewscale,
ggplot2,
ggpubr,
ggrepel,
grid,
methods,
mixOmics,
MOFA2,
MultiDataSet,
OmicsPLS,
patchwork,
pcaMethods,
purrr,
RColorBrewer,
readr,
rlang,
scales,
stats,
stringi,
stringr,
tarchetypes,
targets,
textclean,
tibble,
tidyr,
tidyselect,
utils
Suggests:
bestNormalize,
BiocParallel,
cluster,
corrplot,
DESeq2,
DT,
gage,
GenomicFeatures,
ggbeeswarm,
grDevices,
hexbin,
htmltools,
kableExtra,
knitr,
plotly,
rmarkdown,
rtracklayer,
testthat (>= 3.0.0),
UpSetR,
vsn
Config/testthat/edition: 3
Depends:
R (>= 2.10)
VignetteBuilder: knitr