Skip to content
Prev 6687 / 21307 Next

[Bioc-devel] SummarizedExperiment vs ExpressionSet

On Wed, Nov 26, 2014 at 9:07 AM, Peter Haverty <haverty.peter at gene.com>
wrote:
(I believe GenomicRanges should inherit from
Have to disagree on that. A GRanges is a vector of ranges; a table is a
list of vectors all of the same length. Different things. There was a lot
of thought invested in that. But it does subset as x[i,j], so in theory
SummarizedExperiment could be generalized to contain something with the
contract of 2D extraction.