[Bioc-devel] what is SummarizedExperiment a Vector of?

2015-12-15 Thread Michael Lawrence
Saw that SummarizedExperiment(0) derives from Vector. What exactly is it a Vector of? Features? Measurements? It is rectangular, like a matrix, but does it support unidimensional subscripts? Sort of confusing. Thanks for clarifying, Michael ___

Re: [Bioc-devel] what is SummarizedExperiment a Vector of?

2015-12-15 Thread Vincent Carey
It seems worthy of discussion. My outlook, surely naive, is that SummarizedExperiment is Vector if it can answer all these meaningfully > methods(class="Vector") [1] !=[ [<- %in% [5] < <===> [9]

Re: [Bioc-devel] what is SummarizedExperiment a Vector of?

2015-12-15 Thread Hervé Pagès
On 12/15/2015 03:13 PM, Michael Lawrence wrote: On Tue, Dec 15, 2015 at 2:15 PM, Hervé Pagès wrote: SummarizedExperiment has long been supporting unidimensional subsetting which was subsetting by row. However the length of any SE object was always considered to be 1 which

Re: [Bioc-devel] what is SummarizedExperiment a Vector of?

2015-12-15 Thread Hervé Pagès
SummarizedExperiment has long been supporting unidimensional subsetting which was subsetting by row. However the length of any SE object was always considered to be 1 which was confusing. The new implementation still supports unidimensional subsetting but now the length of an object is its number