forked from microbiome/miaViz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.8 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
Package: miaViz
Title: Microbiome Analysis Plotting and Visualization
Version: 1.11.2
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8563-8884")),
person(given = "Felix G.M.", family = "Ernst", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5064-0928")),
person(given = "Leo", family = "Lahti", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5537-637X")),
person(given = "Basil", family = "Courbayre", role = c("ctb")),
person(given = "Giulio", family = "Benedetti", role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8732-7692"))
)
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),
SummarizedExperiment,
TreeSummarizedExperiment,
mia (>= 0.99),
ggplot2,
ggraph (>= 2.0)
Imports:
methods,
stats,
S4Vectors,
BiocGenerics,
BiocParallel,
DelayedArray,
scater,
ggtree,
ggnewscale,
viridis,
tibble,
tidytree,
tidygraph,
rlang,
purrr,
tidyr,
dplyr,
ape,
DirichletMultinomial,
ggrepel,
SingleCellExperiment
Suggests:
knitr,
rmarkdown,
BiocStyle,
testthat,
patchwork,
vegan,
microbiomeDataSets,
bluster
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr