A container for a matrix and associated row/column annotations. This is similar in concept to Bioconductor's SummarizedExperiment but with no Bioconductor dependencies.
tableA matrix, data.frame, or NULL.
rowDataA data.frame or NULL object describing the rows. Each row of the matrix corresponds to a row in the rowData object.
colDataA data.frame or NULL object describing the columns. Each column of the matrix corresponds to a row in the colData object.
metaDataA list or NULL containing arbitrary metadata associated with the overall data.