Description Details Slots Constructor Accessor See Also
The class TreeSummarizedExperiment is an extension class of standard
SingleCellExperiment class. It has
four more slots that are not in
SingleCellExperiment class:
rowTree, rowLinks colTree and colLinks. The
hierarchical information of rows (columns) is stored in rowTree
(colTree) and the link between the rows (columns) of assays
tables and nodes of the tree is given in rowLinks (colLinks).
The class TreeSummarizedExperiment is designed to store
rectangular data for entities (e.g., microbes or cell types)
(assays), information about the hiearchical structure
(rowTree on rows; colTree on columns), and the mapping
information between the tree nodes and the rows or the columns of the
rectangular data. Users could provide the hiearchical structure of the
rows, columns or both) of the assays tables, and the link data will
be automatically generated in rowLinks, colData or both,
respectively. It's required that the object in rowLinks or
colLinks has the LinkDataFrame class. Please see the page
LinkDataFrame for more details.
rowTreeA phylo object or NULL. It gives information about the
hiearchical structure of rows of assays tables.
colTreeA phylo object or NULL. It gives information about the
hiearchical structure of columns of assays tables.
rowLinksA LinkDataFrame. It gives information about the link between
the nodes of the rowTree and the rows of assays tables.
colLinksA LinkDataFrame. It gives information about the link between
the nodes of the colTree and the columns of assays tables.
...Other slots from
SingleCellExperiment
See TreeSummarizedExperiment-constructor for constructor
functions.
See TreeSummarizedExperiment-accessor for accessor functions.
TreeSummarizedExperiment
TreeSummarizedExperiment-accessor
SingleCellExperiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.