Uses of Class
ubic.gemma.core.loader.util.hdf5.H5File
-
Packages that use H5File Package Description ubic.gemma.core.loader.util.anndata ubic.gemma.core.loader.util.hdf5 Minimalistic read-only wrapper around HDF5 native library. -
-
Uses of H5File in ubic.gemma.core.loader.util.anndata
Constructors in ubic.gemma.core.loader.util.anndata with parameters of type H5File Constructor Description Layer(H5File h5File, String path)
-
Uses of H5File in ubic.gemma.core.loader.util.hdf5
Methods in ubic.gemma.core.loader.util.hdf5 that return H5File Modifier and Type Method Description static H5File
H5File. open(Path path)
Open an HDF5 file.
-