You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_TreeSE_extends _SE_ class by adding a support for microbiome-specific
292
+
`r BiocStyle::Biocpkg("TreeSummarizedExperiment")`extends `r BiocStyle::Biocpkg("SummarizedExperiment")` class by adding a support for microbiome-specific
293
293
datatypes. These include, for instance, `rowTree` slot that can be utilized to
294
294
store phylogeny or any other hierarchical presentation of the data. All slots
295
-
derived from _SE_class are also available in _TreeSE_, providing full backward
295
+
derived from `r BiocStyle::Biocpkg("SummarizedExperiment")`class are also available in `r BiocStyle::Biocpkg("TreeSummarizedExperiment")`, providing full backward
296
296
compatibility.
297
297
298
298
{width=80%}
@@ -374,7 +374,7 @@ assay(tse, "clr")[1:5, 1:5]
374
374
375
375
#### Community summaries
376
376
377
-
While `mia` package include common methods for analysis, `miaViz` provides
377
+
While `r BiocStyle::Biocpkg("mia")` package include common methods for analysis, `r BiocStyle::Biocpkg("miaViz")` provides
378
378
methods for visualizing microbiome data. For instance, we can visualize
379
379
abundance of phyla with a bar plot. To compare controls and CRC patients, we can
0 commit comments