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
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.