-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
61 lines (61 loc) · 1.59 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
Package: microbiomeExplorer
Type: Package
Title: Microbiome Exploration App
Version: 1.7.1
Date: 2022-09-01
Authors@R: c(
person("Joseph", "Paulson", , "[email protected]", role = c("aut")),
person("Janina", "Reeder", , "[email protected]", role = c("aut", "cre")),
person("Mo", "Huang", role = c("aut")),
person("Genentech", role = c("cph", "fnd"))
)
Description: The MicrobiomeExplorer R package is designed to facilitate the analysis and visualization of marker-gene survey feature data.
It allows a user to perform and visualize typical microbiome analytical workflows either through the command line or an interactive
Shiny application included with the package. In addition to applying common analytical workflows the application enables automated
analysis report generation.
License: MIT + file LICENSE
Imports:
shinyjs (>= 2.0.0),
shinydashboard,
shinycssloaders,
shinyWidgets,
rmarkdown (>= 1.9.0),
DESeq2,
RColorBrewer,
dplyr,
tidyr,
purrr,
rlang,
knitr,
readr,
DT (>= 0.12.0),
biomformat,
tools,
stringr,
vegan,
matrixStats,
heatmaply,
car,
broom,
limma,
reshape2,
tibble,
forcats,
lubridate,
methods,
plotly (>= 4.9.1)
Depends:
shiny,
magrittr,
metagenomeSeq,
Biobase
Suggests:
V8,
testthat (>= 2.1.0)
DeploySubPath: microbiomeExplorer
biocViews: Classification, Clustering, GeneticVariability,
DifferentialExpression, Microbiome, Metagenomics, Normalization, Visualization,
MultipleComparison, Sequencing, Software, ImmunoOncology
Encoding: UTF-8
RoxygenNote: 7.2.1
VignetteBuilder: knitr