-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
64 lines (64 loc) · 1.77 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
Package: multimedia
Title: Multimodal Mediation Analysis
Version: 0.2.0
Authors@R:
c(person("Kris", "Sankaran", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9415-1971")),
person("Hanying", "Jiang", , "[email protected]", role = "aut"))
Description: Multimodal mediation analysis is an emerging problem in microbiome data analysis. Multimedia make advanced mediation analysis techniques easy to use, ensuring that all statistical components are transparent and adaptable to specific problem contexts. The package provides a uniform interface to direct and indirect effect estimation, synthetic null hypothesis testing, bootstrap confidence interval construction, and sensitivity analysis. More details are available in Jiang et al. (2024) "multimedia: Multimodal Mediation Analysis of Microbiome Data" <doi:10.1101/2024.03.27.587024>.
License: CC0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
biocViews:
Coverage,
Microbiome,
Regression,
Sequencing,
Software,
StatisticalMethod,
StructuralEquationModels
Depends:
R (>= 4.1.0),
brms,
glmnetUtils,
ranger,
tidyselect
Imports:
MASS,
S4Vectors,
SummarizedExperiment,
cli,
dplyr,
fansi,
formula.tools,
ggplot2,
glue,
methods,
miniLNM,
patchwork,
phyloseq,
progress,
purrr,
rlang,
stats,
tidygraph,
tidyr
Suggests:
compositions,
ggdist,
ggraph,
ggrepel,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyverse,
vroom
BugReports:
https://github.com/krisrs1128/multimedia/issues/
URL:
https://krisrs1128.github.io/multimedia/,
https://github.com/krisrs1128/multimedia/
LazyData: false
Config/testthat/edition: 3