TreeViz: The TreeViz class.

Description Usage Arguments Value Examples

View source: R/TreeViz-class.R

Description

SummarizedExperiment-like class for datasets that have hierarchies on either rowData or colData. For microbiome data, rowData is a tree hierarchy For single cell data, colData is a tree hierarchy

Usage

1
TreeViz(assays = SimpleList(), rowData = NULL, colData = NULL, ...)

Arguments

assays

simple list of counts

rowData

rowData

colData

colData

...

other parameters for SummarizedExperiment

Value

a 'TreeViz' object

Examples

1
2
3
4
5
6
library(metagenomeSeq)
data(mouseData)
counts <- MRcounts(mouseData)
hierarchy <- fData(mouseData)
tree <- TreeIndex(hierarchy)
mbiome <- TreeViz(SimpleList(counts=counts), rowData=tree)

jkanche/TreeSE documentation built on Oct. 1, 2021, 8:31 p.m.