Re: [Bioc-devel] problem in rbind with DelayedArray / HDF5Array package

2018-04-04 Thread Elizabeth Purdom
Yes that does get around the problem, thanks! I would note, though, that for me at least, its a workaround and not ideal functionality, since to use it in my function means that I now I have to have two different code snippets depending on whether my input object (here `testhdf`) is a matrix

Re: [Bioc-devel] problem in rbind with DelayedArray / HDF5Array package

2018-04-04 Thread Peter Hickey
Does `rbind(testhdf, DelayedArray(testdata))` give you what you want? On Wed, 4 Apr 2018 at 14:58 Elizabeth Purdom wrote: > Hello, > > I am trying to do a rbind a normal (in memory) matrix with a HDF5Matrix > object or DelayedArray object and I am hitting problems.

[Bioc-devel] problem in rbind with DelayedArray / HDF5Array package

2018-04-04 Thread Elizabeth Purdom
Hello, I am trying to do a rbind a normal (in memory) matrix with a HDF5Matrix object or DelayedArray object and I am hitting problems. I’m using the development version of R and bioconductor (as of 2 weeks ago) and HDF5Array_1.7.9, DelayedArray_0.5.23 — see sessionInfo at end of email.