-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.35 KB
/
Copy pathDESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
Package: testBDa
Type: Package
Title: Benchmarks for Differential Beta-Dispersion on Compositional Data
Version: 0.1.0
Authors@R:
person(given = "Stefano",
family = "Mangiola",
email = "mangiolastefano@gmail.com",
role = c("aut", "cre"))
Description: Helpers, simulators, and per-cohort benchmark pipelines for the
paper "Beta dispersion lacks interpretability for differential stochastic
dispersion analyses." Generates compositional beta-binomial count data
from sccomp fits and benchmarks PERMDISP (vegan::betadisper) and PERMANOVA
(vegan::adonis2) across Bray-Curtis, Aitchison, robust Aitchison, Jaccard,
and Hellinger distances under controlled differential-abundance and
differential-dispersion scenarios.
URL: https://github.com/MangiolaLaboratory/testBDa
BugReports: https://github.com/MangiolaLaboratory/testBDa/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Imports:
dplyr,
ggplot2,
mia,
purrr,
rlang,
scales,
S4Vectors,
sccomp,
stats,
SummarizedExperiment,
tibble,
tidyr,
utils,
vegan,
VGAM
Suggests:
here,
knitr,
parallelly,
patchwork,
quarto,
rmarkdown,
stringr,
targets,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0