generated from Bioconductor/BuildABiocWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
111 lines (111 loc) · 2.12 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Package: miaDemo
Title: Package Demo: mia
Version: 2.0.11
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "tuomas.v.borman@utu.fi",
comment = c(ORCID = "0000-0002-8563-8884")),
person(given = "Leo", family = "Lahti", role = c("aut"),
email = "leo.lahti@iki.fi",
comment = c(ORCID = "0000-0001-5537-637X")))
Description: miaverse – microbiome analysis framework within the SummarizedExperiment ecosystem
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Depends:
R (>= 4.5.0),
Biobase
Suggests:
ALDEx2,
ANCOMBC,
ape,
biclust,
BiocBook,
BiocManager,
BiocParallel,
Biostrings,
bluster,
caret,
circlize,
cluster,
cobiclust,
ComplexHeatmap,
corpcor,
cowplot,
curatedMetagenomicData,
dada2,
dendextend,
devtools,
DirichletMultinomial,
dplyr,
DT,
factoextra,
fido,
forcats,
ggplot2,
ggpubr,
ggtree,
glmnet,
glue,
grid,
gsEasy,
gtools,
igraph,
IntegratedLearner,
knitr,
Maaslin2,
mia,
miaTime,
miaViz,
microbiome,
microbiomeDataSets,
MicrobiomeStat,
mikropml,
MMUPHin,
MOFA2,
multiview,
NbClust,
NetCoMi,
NMF,
patchwork,
phyloseq,
plotly,
plotROC,
purrr,
qgraph,
RColorBrewer,
rebook,
reshape2,
reticulate,
rgl,
scales,
scater,
scuttle,
sechm,
sessioninfo,
shadowtext,
SpiecEasi,
SPRING,
stats,
stringr,
SuperLearner,
tidyverse,
topGO,
vegan,
WGCNA,
xgboost
Remotes:
github::microbiome/mia,
github::microbiome/miaViz,
github::microbiome/miaTime,
github::joey711/phyloseq,
github::stefpeschel/NetCoMi,
github::zdk123/SpiecEasi,
github::GraceYoon/SPRING,
github::himelmallick/IntegratedLearner
URL: https://microbiome.github.io/miaDemo/
BugReports: https://github.com/microbiome/miaDemo/issues/
VignetteBuilder: knitr
DockerImage: ghcr.io/microbiome/miaDemo:latest