forked from microbiome/miaDash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
52 lines (52 loc) · 1.55 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
Package: miaDash
Version: 0.99.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 = "Akewak", family = "Jeba", role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0009-0007-1347-7552")),
person(given = "Leo", family = "Lahti", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5537-637X")))
Title: Shiny app for interactive analysis and exploration of microbiome data
Description:
miaDash provides a Graphical User Interface for the exploration of
microbiome data. This way, no knowledge of programming is required to
perform analyses. Datasets can be imported, manipulated, analysed and
visualised with a user-friendly interface.
biocViews: Microbiome, Software, Visualization, GUI, ShinyApps, DataImport
License: Artistic-2.0
Encoding: UTF-8
Depends:
R (>= 4.4.0),
iSEE
Imports:
biomformat,
iSEEtree,
methods,
mia,
rintrojs,
scater,
shiny,
shinyjs,
S4Vectors,
SingleCellExperiment,
SummarizedExperiment,
TreeSummarizedExperiment,
utils,
vegan
Suggests:
BiocStyle,
knitr,
RefManageR,
remotes,
rmarkdown,
testthat (>= 3.0.0)
URL: https://github.com/microbiome/miaDash
BugReports: https://github.com/microbiome/miaDash/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3