Entering edit mode
Dear all,
is there a way to read the hd5 files in R without using hdf5r library ?
Thanks,
Bogdan
```
Dear all,
is there a way to read the hd5 files in R without using hdf5r library ?
Thanks,
Bogdan
```
I use the Bioconductor package rhdf5 instead the CRAN package hdf5r.
Hi Gordon,
thank you for your suggestions. I would love to use rhdf5 instead of hdf5r, although packages such as Seurat or Signac requiire hdf5r, for example :
> library("Signac")
> counts <- Read10X_h5(filename = "file.h5")
Error in Read10X_h5(filename = "/home/btanasa/) :
Please install hdf5r to read HDF5 files
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Why? What's the problem with hdf5r?
Hi Gordon,
If BioC mailing list does not mind, I have just described the problem that I do encounter on stackoverflow :
https://stackoverflow.com/questions/72074106/hdf5r-libhdf5-hl-so-200-cannot-open-shared-object-file
Any suggestions please ?