Open Nick-Eagles opened 4 years ago
Thanks for the report. I have a suspicion of the cause and will try to fix before the next release (but no promises as my next week or so is pretty packed ...)
Afraid I haven't found time for this yet and with the next release so close it'll have to wait until the next cycle, sorry.
Hello,
I frequently make use of the
prefix
argument tosaveHDF5SummarizedExperiment
from theHDF5Array
package when working withbsseq
objects. However, HDF5-backedbsseq
objects saved with aprefix
seem to not correctly smooth withBSmooth
. Below I provide a small reproducible example which generates the issue. If you omit theprefix
argument in the below call tosaveHDF5SummarizedExperiment
, the entire code segment works as expected.