-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
43 lines (43 loc) · 978 Bytes
/
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
Package: trac
Title: Tree-based Aggregation of Compositional Data
Version: 0.0.1
Authors@R:
c(person(given = "Jacob",
family = "Bien",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Christian",
family = "Mueller",
role = "aut"),
person(given = "Xiaohan",
family = "Yan",
role = "aut"))
Description: Performs tree-based aggregation of compositional data with a particular focus on microbiome data.
URL: https://jacobbien.github.io/trac, https://github.com/jacobbien/trac
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Remotes: jacobbien/ggb
Imports:
reticulate,
Matrix,
ggb,
igraph,
ape,
purrr,
ggplot2,
tibble,
stringr,
dplyr,
tidyr,
magrittr,
rlang
Suggests:
rmarkdown,
knitr,
testthat
VignetteBuilder: knitr
Depends:
R (>= 2.10)