limix.io.hdf5.see

limix.io.hdf5.see(f_or_filepath, root_name='/', show_chunks=False)[source]

Shows a human-friendly tree representation of the contents of a hdf5 file.

Parameters:
  • file_or_filepath (str, file) – HDF5 file path or a handler to an open one.
  • root_name (str, optional) – Group path to be the tree root. Defaults to "/".
  • show_chunks (bool, optional) – True to show chunks; False otherwise. Defaults to False.
Returns:

String representation of the tree.

Return type:

str