Skip to content

Commit 5ef42ff

Browse files
jepeltTuomasBorman
andauthored
Links updated in DAA page (#855)
Co-authored-by: jepelt <jepelt@users.noreply.github.com> Co-authored-by: Tuomas Borman <60338854+TuomasBorman@users.noreply.github.com> Co-authored-by: Tuomas Borman <tvborm@utu.fi>
1 parent fd63a43 commit 5ef42ff

3 files changed

Lines changed: 8 additions & 48 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: OMA
22
Title: Orchestrating Microbiome Analysis with Bioconductor
3-
Version: 1.1.0
4-
Date: 2026-04-20
3+
Version: 1.1.1
4+
Date: 2026-05-07
55
Authors@R:
66
c(
77
person(given = "Tuomas", family = "Borman", role = c("aut", "cre"), email = "tuomas.v.borman@utu.fi", comment = c(ORCID = "0000-0002-8563-8884")),

inst/pages/differential_abundance.qmd

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,9 @@ comparison, but it can also incorporate covariates (and interaction terms)
756756

757757
As there does not currently exist a good implementation of ORM for
758758
DAA one must use a custom function. Such custom function with application
759-
examples is given in [@sec-extra_daa]. We also note that, in contrast to
759+
examples is given in
760+
[extra materials](https://microbiome.github.io/OMA-extras/docs/devel/pages/extra_daa.html#sec-orm).
761+
We also note that, in contrast to
760762
`Maaslin2()` function, the custom function provides confidence intervals and
761763
q-values (calculated for the variable of interest) automatically in its output.
762764

@@ -770,7 +772,7 @@ statistical power, we recommend using a version of logistic regression
770772
introduced by @Firth1993. As there currently exists no convenient
771773
implementation of Firth logistic regression for DPA, one needs to use a custom
772774
function. Such custom function with application examples is given in the
773-
[@sec-extra_daa].
775+
[extra materials](https://microbiome.github.io/OMA-extras/docs/devel/pages/extra_daa.html#sec-firth).
774776

775777
::: {.callout-tip icon=false}
776778

@@ -808,7 +810,8 @@ with interactions.
808810
of positive abundances with your data.
809811

810812
10. Bonus 2: Try to run DAA and DPA with ordinal regression model and Firth
811-
logistic regression with the custom functions provided in the extra materials.
813+
logistic regression with the custom functions provided in the
814+
[extra materials](https://microbiome.github.io/OMA-extras/docs/devel/pages/extra_daa.html#sec-orm).
812815
See how the results differ from the results obtained with `Maaslin2()` and
813816
`maaslin3()`.
814817

oma_packages/oma_packages.csv

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,44 @@
1-
ALDEx2
2-
ANCOMBC
31
ape
4-
biclust
52
BiocBook
63
BiocManager
7-
BiocParallel
84
BiocStyle
9-
Biostrings
105
bluster
11-
caret
12-
circlize
13-
cluster
14-
cobiclust
156
ComplexHeatmap
16-
corpcor
17-
cowplot
187
curatedMetagenomicData
19-
dada2
208
dendextend
21-
devtools
22-
DirichletMultinomial
239
dplyr
2410
DT
2511
factoextra
26-
fido
27-
forcats
2812
ggdag
2913
ggExtra
3014
ggplot2
3115
ggpubr
3216
ggtree
33-
glmnet
3417
glue
35-
grid
36-
gsEasy
3718
gt
38-
gtools
39-
igraph
40-
IntegratedLearner
4119
knitr
42-
limma
43-
logistf
44-
Maaslin2
4520
maaslin3
4621
mediation
4722
mia
4823
miaTime
4924
miaViz
50-
microbiome
5125
microbiomeDataSets
52-
MicrobiomeStat
5326
mikropml
54-
MMUPHin
5527
MOFA2
56-
multiview
5728
NbClust
58-
NetCoMi
5929
NMF
6030
patchwork
6131
philr
6232
phyloseq
63-
plotly
64-
purrr
6533
qgraph
66-
RColorBrewer
6734
rebook
68-
reshape2
69-
reticulate
70-
rgl
71-
rms
7235
scales
7336
scater
7437
scuttle
7538
sechm
7639
sessioninfo
7740
shadowtext
78-
SpiecEasi
79-
SPRING
8041
stats
81-
stringr
82-
SuperLearner
8342
tidySingleCellExperiment
8443
tidyverse
8544
vegan
86-
WGCNA
87-
xgboost (== 1.7.7.1)

0 commit comments

Comments
 (0)