-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
78 lines (78 loc) · 2.2 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
Package: animalcules
Title: Interactive microbiome analysis toolkit
Version: 1.19.2
Authors@R: c(person(given="Jessica", family="McClintock",
email="[email protected]", role=c("cre")),
person(given="Yue", family="Zhao", email="[email protected]",
role=c("aut"), comment = c(ORCID = "0000-0001-5257-5103")),
person(given="Anthony", family="Federico", email="[email protected]",
role=c("aut"), comment = c(ORCID = "0000-0002-9200-1689")),
person(given=c("W.", "Evan"), family="Johnson", email="[email protected]",
role=c("aut"),
comment = c(ORCID = "0000-0002-6247-6595")))
Description:
animalcules is an R package for utilizing up-to-date data analytics,
visualization methods, and machine learning models to provide users
an easy-to-use interactive microbiome analysis framework. It can be
used as a standalone software package or users can explore their data
with the accompanying interactive R Shiny application. Traditional
microbiome analysis such as alpha/beta diversity and differential
abundance analysis are enhanced, while new methods like biomarker
identification are introduced by animalcules. Powerful interactive
and dynamic figures generated by animalcules enable users to
understand their data better and discover new insights.
License: Artistic-2.0
URL: https://github.com/wejlab/animalcules
BugReports: https://github.com/wejlab/animalcules/issues
Depends:
R (>= 4.3.0)
Imports:
ape,
assertthat,
caret,
covr,
DESeq2,
dplyr,
DT,
forcats,
ggforce,
ggplot2,
GUniFrac,
lattice,
limma,
magrittr,
Matrix,
methods,
MultiAssayExperiment,
plotly,
rentrez,
reshape2,
ROCit,
S4Vectors (>= 0.23.19),
scales,
shiny,
shinyjs,
stats,
SummarizedExperiment,
tibble,
tidyr,
tsne,
umap,
utils,
vegan,
XML
Suggests:
BiocStyle,
biomformat,
devtools,
glmnet,
knitr,
rmarkdown,
testthat,
usethis
VignetteBuilder:
knitr
biocViews: Microbiome, Metagenomics, Coverage, Visualization
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.0