Re: [Bioc-devel] cbind method / SummarizedExperiment

2014-08-20 Thread Martin Morgan
On 08/19/2014 08:50 AM, Hans-Ulrich Klein wrote: Hi all, I implemented a subclass of SummarizedExperiment from the GenomicRanges package. When I call cbind() on two objects of my subclass, I get an object of class SummarizedExperiment and not of my own class. So I have to re-implement cbind() in

[Bioc-devel] cbind method / SummarizedExperiment

2014-08-19 Thread Hans-Ulrich Klein
Hi all, I implemented a subclass of SummarizedExperiment from the GenomicRanges package. When I call cbind() on two objects of my subclass, I get an object of class SummarizedExperiment and not of my own class. So I have to re-implement cbind() in order to avoid this unwanted class coercing.