Skip to content

Commit e07a36c

Browse files
committed
up
1 parent cae12ac commit e07a36c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

vignettes/gbcc2025.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,21 +246,21 @@ patients with colorectal cancer (CRC).
246246
library(curatedMetagenomicData)
247247
248248
res <- curatedMetagenomicData(
249-
pattern = "GuptaA_2019",
249+
pattern = "GuptaA_2019.relative_abundance",
250250
dryrun = FALSE,
251251
rownames = "short"
252252
)
253253
```
254254

255-
Once loaded, we can see that the data includes several `r BiocStyle::Biocpkg("TreeSummarizedExperiment")` objects, which
256-
include taxonomy annotations and functional predictions. In this demonstration,
257-
we are only interested on the taxonomy annotations, so we select it from the
255+
Once loaded, we can see that the data includes a list of single
256+
`r BiocStyle::Biocpkg("TreeSummarizedExperiment")` object, which
257+
including taxonomy annotations. We select it from the
258258
list and store it into a variable named `tse`.
259259

260260
```{r}
261261
#| label: import_data2
262262
#| eval: false
263-
tse <- res[["2021-03-31.GuptaA_2019.relative_abundance"]]
263+
tse <- res[[1]]
264264
```
265265

266266
```{r}

0 commit comments

Comments
 (0)