Hi, I am new to using h5 files. I have some data from some collaborators and while I am able to list the contents using
hfls("file.h5")
, when I try to open the file using
h5f = H5Fopen("file.h5")
I get the following error
Error in H5Fopen("file.h5") : HDF5. File accessibility. Unable to open file.
My session info is as follows
``` R version 4.1.2 (2021-11-01) Platform: i386-w64-mingw32/i386 (32-bit) Running under: Windows 10 x64 (build 19043)
Matrix products: default
locale: [1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252 LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C LC_TIME=English_United Kingdom.1252
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] rhdf5_2.38.1 BiocManager_1.30.18
loaded via a namespace (and not attached): [1] compiler_4.1.2 tools_4.1.2 rhdf5filters_1.6.0 Rhdf5lib_1.16.0
``` Any help would be appreciated!