You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I would have assumed that
c()
would be equivalent torbind()
on SummarizedExperiment. However, it fails, becausebindROWS,Vector()
does not handle the assays. Perhapsrbind,SummarizedExperiment()
should be refactored into abindROWS()
method?The text was updated successfully, but these errors were encountered: