phenotypic.sdk_.read_phenotypic_attributes#

phenotypic.sdk_.read_phenotypic_attributes(store_path: Path) dict[source]#

Read the attributes.phenotypic block from a store root.

Parameters:

store_path (Path) – Path to a *.ome.zarr directory.

Returns:

The phenotypic block.

Raises:
  • FileNotFoundError – If the root zarr.json does not exist.

  • KeyError – If the root exists but carries no phenotypic block.

Return type:

dict