-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading H5 files directly #124
Comments
Once you have an HDF5-backed BSseq object (i.e. you've run |
this is good question! thanks @PeteHaitch for the response!
|
No, that shouldn't be necessary.
I don't understand what you mean and the code you've pasted in doesn't show any output. |
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 theBACKEND
, it saves data as two files:se.rds
andassays.h5
. I can successfully readse.rds
usingreadRDS
after movingassays.h5
to the current path. It would be more convenient if I could directly provide the paths ofse.rds
andassays.h5
.Is it currently possible to achieve this with the existing code version? If not, would it be challenging to implement?
The text was updated successfully, but these errors were encountered: