Skip to content
Prev 12119 / 21307 Next

[Bioc-devel] Modeling (statistic, p-value) pairs in MultiAssayExperiment

Just realized my answer yesterday went to Francesco and not the list:

Since it sounds like you have two matrices of the same dimensions, why not
represent these as two assays in a SummarizedExperiment?  E.g.:
class: SummarizedExperiment
dim: 20 5
metadata(0):
assays(2): statvals pvals
rownames: NULL
rowData names(0):
colnames: NULL
colData names(0):
If you then have more than one of these, with different dimensions, then
MultiAssayExperiment would be of use to you.

(PS: this question is probably better suited for support.bioconductor.org)
On Oct 23, 2017 4:50 PM, "Vincent Carey" <stvjc at channing.harvard.edu> wrote: