Skip to content

Commit b07eccd

Browse files
committed
up
1 parent e07a36c commit b07eccd

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

vignettes/gbcc2025.Rmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ which provides essential methods for conducting microbiome analysis.
9797

9898
#### Microbiome data science in Bioconductor
9999

100-
```{r}
100+
```{r, results='hide'}
101101
#| label: microbiome_bioconductor
102102
#| fig-width: 15
103-
#| results: "hide"
103+
#| include: false
104104
library(ggplot2)
105105
library(ggrepel)
106106
@@ -280,7 +280,9 @@ tse <- readRDS("data/GuptaA_2019_tse.rds")
280280

281281
#### Data container
282282

283-
`r BiocStyle::Biocpkg("TreeSummarizedExperiment")` extends `r BiocStyle::Biocpkg("SummarizedExperiment")` class by adding a support for microbiome-specific
283+
`r BiocStyle::Biocpkg("TreeSummarizedExperiment")` extends
284+
`r BiocStyle::Biocpkg("SummarizedExperiment")` class by adding a support for
285+
microbiome-specific
284286
datatypes. These include, for instance, `rowTree` slot that can be utilized to
285287
store phylogeny or any other hierarchical presentation of the data. All slots
286288
derived from `r BiocStyle::Biocpkg("SummarizedExperiment")` class are also available in `r BiocStyle::Biocpkg("TreeSummarizedExperiment")`, providing full backward

0 commit comments

Comments
 (0)