-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.21 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
Package: POMS
Title: Phylogenetic Organization of Metagenomic Signals
Version: 1.0.1
Authors@R:
person(given = "Gavin",
family = "Douglas",
role = c("aut", "cre"),
email = "[email protected]")
Description: Code to identify functional enrichments across diverse taxa
in phylogenetic tree, particularly where these taxa differ in
abundance across samples in a non-random pattern. The motivation for
this approach is to identify microbial functions encoded by diverse
taxa that are at higher abundance in certain samples compared to
others, which could indicate that such functions are broadly adaptive
under certain conditions. See 'GitHub' repository for tutorial and
examples: <https://github.com/gavinmdouglas/POMS/wiki>. Citation: Gavin M. Douglas, Molly G. Hayes, Morgan G. I. Langille, Elhanan Borenstein (2022) <doi:10.1093/bioinformatics/btac655>.
License: GPL-3
Imports:
ape (>= 3.0),
data.table,
MASS,
parallel (>= 3.3.0),
phangorn (>= 2.0.0),
phylolm (>= 2.6),
utils,
XNomial (>= 1.0.4)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3