Skip to content
Prev 12037 / 21312 Next

[Bioc-devel] MultiAssayExperiment compared to SummarizedExperiment (was: Why should Bioconductor developers re-use core classes?)

On Wed, Oct 18, 2017 at 8:00 PM, Dario Strbenac <dstr7320 at uni.sydney.edu.au>
wrote:
Good point, this is worth adding. I think the decision can probably be made
on one consideration: if it makes sense to represent all your assays by a
single set of rownames or row ranges, and a single set of colnames, then
you should use SummarizedExperiment. If your assays don't "match up" in
this way, then MultiAssayExperiment. Of course, the ExperimentList elements
of a MultiAssayExperiment can be SummarizedExperiments...