-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
54 lines (54 loc) · 1.6 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
Package: iSEEtree
Version: 1.1.0
Authors@R:
c(person(given = "Giulio", family = "Benedetti", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8732-7692")),
person(given = "Ely", family = "Seraidarian", role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0009-0008-8602-093X")),
person(given = "Leo", family = "Lahti", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5537-637X")))
Title: Interactive visualisation for microbiome data
Description:
iSEEtree is an extension of iSEE for the TreeSummarizedExperiment.
It leverages the functionality from the miaViz package for microbiome data
visualisation to create panels that are specific for
TreeSummarizedExperiment objects. Not surprisingly, it also depends on the
generic panels from iSEE.
biocViews: Microbiome, Software, Visualization, GUI, ShinyApps, DataImport
License: Artistic-2.0
Encoding: UTF-8
Depends:
R (>= 4.4.0),
iSEE
Imports:
grDevices,
methods,
miaViz,
S4Vectors,
shiny,
mia,
shinyWidgets,
SingleCellExperiment,
SummarizedExperiment,
TreeSummarizedExperiment,
utils
Suggests:
biomformat,
BiocStyle,
knitr,
MGnifyR,
RefManageR,
remotes,
rmarkdown,
scater,
testthat (>= 3.0.0),
vegan
URL: https://github.com/microbiome/iSEEtree
BugReports: https://github.com/microbiome/iSEEtree/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3