-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
81 lines (81 loc) · 2.48 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
Package: miaViz
Title: Microbiome Analysis Plotting and Visualization
Version: 1.15.4
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 = "Felix G.M.", family = "Ernst", role = c("aut"),
email = "felix.gm.ernst@outlook.com",
comment = c(ORCID = "0000-0001-5064-0928")),
person(given = "Leo", family = "Lahti", role = c("aut"),
email = "leo.lahti@iki.fi",
comment = c(ORCID = "0000-0001-5537-637X")),
person(given = "Basil", family = "Courbayre", role = c("ctb")),
person(given = "Giulio", family = "Benedetti", role = c("ctb"),
email = "giulio.benedetti@utu.fi",
comment = c(ORCID = "0000-0002-8732-7692")),
person(given = "Théotime", family = "Pralas", role=c("ctb")),
person(given = "Nitesh", family = "Turaga", role=c("ctb")),
person(given = "Chouaib", family = "Benchraka", role=c("ctb")),
person(given = "Sam", family = "Hillman", role=c("ctb")),
person(given = "Muluh", family = "Muluh", role=c("ctb")),
person(given = "Noah", family = "De Gunst", role=c("ctb")),
person(given = "Ely", family = "Seraidarian", role=c("ctb")),
person(given = "Himmi", family = "Lindgren", role=c("ctb")),
person(given = "Vivian", family = "Ikeh", role=c("ctb")))
Description: The miaViz package implements functions to visualize
TreeSummarizedExperiment objects especially in the context of microbiome
analysis. Part of the mia family of R/Bioconductor packages.
biocViews: Microbiome, Software, Visualization
License: Artistic-2.0 | file LICENSE
Encoding: UTF-8
LazyData: false
Depends:
R (>= 4.0),
ggplot2,
ggraph (>= 2.0),
mia (>= 1.13.0),
SummarizedExperiment,
TreeSummarizedExperiment
Imports:
ape,
BiocGenerics,
BiocParallel,
DelayedArray,
DirichletMultinomial,
dplyr,
ggnewscale,
ggrepel,
ggplot2,
ggraph,
ggtree,
methods,
rlang,
S4Vectors,
scales,
scater,
SingleCellExperiment,
stats,
tibble,
tidygraph,
tidyr,
tidytext,
tidytree,
viridis
Suggests:
BiocStyle,
bluster,
circlize,
ComplexHeatmap,
ggh4x,
knitr,
patchwork,
rmarkdown,
testthat,
vegan
Remotes:
github::microbiome/miaTime
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr