TableContainer-class {TableContainer} | R Documentation |
The TableContainer Class
Description
A container for a matrix and associated row/column annotations. This is similar in concept to Bioconductor's SummarizedExperiment but with no Bioconductor dependencies.
Slots
table
A matrix, data.frame, or NULL.
rowData
A data.frame or NULL object describing the rows. Each row of the matrix corresponds to a row in the rowData object.
colData
A data.frame or NULL object describing the columns. Each column of the matrix corresponds to a row in the colData object.
metaData
A list or NULL containing arbitrary metadata associated with the overall data.
[Package TableContainer version 1.0.0 Index]