Skip to content
Prev 12116 / 21307 Next

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

Hi,

thanks for the suggestion. The point is that I have multiple assays, each
of which is made of statistic-p-value pairs. Within each assay, the two
matrices have of course same rows and columns, but different assays will
have different rows (same columns). So I should flatten everything and
model both the matrices for the same experiment and the matrices for
different experiments all as different assays of a MultiAssay, which sounds
rather stretched, or doesn't it?

Francesco

Il 23/10/2017 22:50, Vincent Carey ha scritto:

no answers yet?  would it work to put your matrices as separate assays in a
SummarizedExperiment?
as long as they are conformant in dimensions and dimnames I think that
would work.  That
SummarizedExperiment would then work well in an MAE.

On Mon, Oct 23, 2017 at 1:00 PM, Francesco Napolitano <franapoli at gmail.com>
wrote: