Skip to content

Commit fa716c7

Browse files
committed
up
1 parent 68ad177 commit fa716c7

1 file changed

Lines changed: 2 additions & 21 deletions

File tree

vignettes/eurobioc2025.Rmd

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: EuroBioC2025
2+
title: EuroBioC 2025
33
vignette: >
4-
%\VignetteIndexEntry{EuroBioC2025}
4+
%\VignetteIndexEntry{EuroBioC 2025}
55
%\VignetteEngine{knitr::rmarkdown}
66
%\VignetteEncoding{UTF-8}
77
output:
@@ -510,25 +510,6 @@ healthy controls.
510510
[![](figures/OMA_ss.png){width=500px}](https://microbiome.github.io/OMA/docs/devel/){preview-link="true"}
511511
</p>
512512

513-
#### Differential abundance analysis
514-
515-
```{r}
516-
#| label: calculate_daa
517-
#| eval: false
518-
519-
library(maaslin3)
520-
521-
res <- maaslin3(tse, formula = ~ disease, output = "maaslin3_output")
522-
```
523-
524-
```{r}
525-
#| label: visualize_daa
526-
#| eval: false
527-
528-
file_path <- file.path("maaslin3_output", "figures", "summary_plot.png")
529-
knitr::include_graphics(file_path)
530-
```
531-
532513
## Questions, discussion and recap
533514

534515
1. Microbiome data science in `r BiocStyle::Biocpkg("SummarizedExperiment")` ecosystem

0 commit comments

Comments
 (0)