limix.io.hdf5.fetch

limix.io.hdf5.fetch(fp, path)[source]

Fetches an array from hdf5 file.

Parameters:
  • fp (str) – HDF5 file path.
  • path (str) – Path inside the HDF5 file.
Returns:

Array read from the HDF5 dataset.

Return type:

numpy.ndarray