Hi Aaron,
Sorry for that. This should be fixed in SummarizedExperiment 1.1.24.
Cheers,
H.
On 04/09/2016 03:56 AM, Aaron Lun wrote:
Dear List, Martin;
It looks like rbind'ing fails when the first argument is a
SummarizedExperiment with no rows:
library(SummarizedExperiment)
example(Summarized
Dear List, Martin;
It looks like rbind'ing fails when the first argument is a
SummarizedExperiment with no rows:
library(SummarizedExperiment)
example(SummarizedExperiment, echo=FALSE)
rbind(se, se[0,]) # works okay; returns 'se'.
rbind(se[0,], se) # fails
# Error in rep.int(width, k) : invali