File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -246,21 +246,21 @@ patients with colorectal cancer (CRC).
246246library(curatedMetagenomicData)
247247
248248res <- 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
258258list 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}
You can’t perform that action at this time.
0 commit comments