eschr.readwrite.make_zarr

Contents

eschr.readwrite.make_zarr#

eschr.readwrite.make_zarr(data, zarr_loc)#

Create zarr data structure from a loaded dataset.

Parameters:
  • data (array) – Data to store in zarr, with featureas as columns.

  • zarr_loc (str) – Path where you want to store the zarr data structure.