diff --git a/inst/pages/phyloseq_cheatsheet.qmd b/inst/pages/phyloseq_cheatsheet.qmd index 4fe969d9..9311d811 100644 --- a/inst/pages/phyloseq_cheatsheet.qmd +++ b/inst/pages/phyloseq_cheatsheet.qmd @@ -5,6 +5,13 @@ This section has a cheatsheet for translating common functions in `r BiocStyle::Biocpkg("TreeSummarizedExperiment")` (`TreeSE`) / `r BiocStyle::Biocpkg("mia")` with example code. +```{r} +#| label: setup +#| include: false + +knitr::opts_chunk$set(message = FALSE, warning = FALSE) +``` + ```{r} #| label: download_libs