We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2a5fd commit 16d45b9Copy full SHA for 16d45b9
1 file changed
vignettes/gbcc2025.Rmd
@@ -12,6 +12,17 @@ output:
12
bibliography: ../inst/bibliography.bib
13
---
14
15
+```{r}
16
+#| label: setup
17
+#| include: false
18
+knitr::opts_chunk$set(
19
+ collapse = TRUE,
20
+ comment = "#>",
21
+ warning = FALSE,
22
+ message = FALSE
23
+)
24
+```
25
+
26
Authors:
27
Tuomas Borman^[University of Turku, tvborm@utu.fi]
28
<br/>
@@ -96,10 +107,9 @@ which provides essential methods for conducting microbiome analysis.
96
107
97
108
#### Microbiome data science in Bioconductor
98
109
99
-```{r}
110
+```{r, results='hide'}
100
111
#| label: microbiome_bioconductor
101
112
#| fig-width: 15
102
-#| results: "hide"
103
113
library(ggplot2)
104
114
library(ggrepel)
105
115
0 commit comments