Can I provide h5 files instead of a list of methylation files to the read.bismark function or another compatible function?
When using HDF5Array as the BACKEND, it saves data as two files: se.rds and assays.h5. I can successfully read se.rds using readRDS after moving assays.h5 to the current path. It would be more convenient if I could directly provide the paths of se.rds and assays.h5.
Is it currently possible to achieve this with the existing code version? If not, would it be challenging to implement?
Can I provide h5 files instead of a list of methylation files to the
read.bismarkfunction or another compatible function?When using
HDF5Arrayas theBACKEND, it saves data as two files:se.rdsandassays.h5. I can successfully readse.rdsusingreadRDSafter movingassays.h5to the current path. It would be more convenient if I could directly provide the paths ofse.rdsandassays.h5.Is it currently possible to achieve this with the existing code version? If not, would it be challenging to implement?