rna_majiq.SJExperiment.to_zarr

SJExperiment.to_zarr(store, mode='w-', consolidated=True)

Save SJExperiment to specified path/store

Parameters:
  • store (Union[MutableMapping, str, Path]) – Store or Path for zarr store with intron and junction coverage

  • mode ("w" or "w-") – w means create, and overwrite if does not exist w- means creat, fail if exists

  • consolidated (bool) – Finalize metadata for zarr file