SummarizedExperiment icon indicating copy to clipboard operation
SummarizedExperiment copied to clipboard

c() does not work on SummarizedExperiment

Open lawremi opened this issue 6 years ago • 1 comments

I would have assumed that c() would be equivalent to rbind() on SummarizedExperiment. However, it fails, because bindROWS,Vector() does not handle the assays. Perhaps rbind,SummarizedExperiment() should be refactored into a bindROWS() method?

lawremi avatar Jul 18 '19 11:07 lawremi

I wrote a combine() method to merge multiple SummarizedExperiment objects, for reference: https://github.com/acidgenomics/basejump/blob/master/R/combine-methods.R

mjsteinbaugh avatar Jul 26 '19 12:07 mjsteinbaugh