-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
57 lines (57 loc) · 1.64 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
Package: microbiomeComputations
Title: Compute Results for Microbiome Analyses
Version: 5.1.3
Authors@R:
c(person(given = "Danielle",
family = "Callan",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Ann",
family = "Blevins",
role = "aut",
email = "[email protected]"))
Imports:
ape,
data.table,
DESeq2,
jsonlite,
Maaslin2,
methods,
purrr,
Rcpp (>= 0.11.0),
S4Vectors,
SpiecEasi,
stringi,
vegan,
veupathUtils,
Depends:
R (>= 2.10)
Remotes:
microbiomeDB/veupathUtils
LinkingTo: Rcpp
URL: https://github.com/microbiomeDB/microbiomeComputations, https://microbiomedb.github.io/microbiomeComputations/
BugReports: https://github.com/microbiomeDB/microbiomeComputations/issues
Description: microbiomeComputations provides helper functions for performing common analyses on microbiome data. The results are available as json, or optionally in a `data.table`. This package is intended to be compliant with the API specified in VEuPathDB/service-eda-compute.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Collate:
'RcppExports.R'
'class-AbundanceData.R'
'class-AbsoluteAbundanceData.R'
'class-Comparator.R'
'method-alphaDiv.R'
'method-betaDiv.R'
'method-correlation.R'
'method-differentialAbundance.R'
'method-rankedAbundance.R'
'methods-AbundanceData.R'
'methods-Comparator.R'
'methods-json.R'
'microbiomeComputations-package.R'
'utils.R'