new_majiq.SJExperiment.to_zarr
- SJExperiment.to_zarr(store, mode='w-', consolidated=True)
Save
SJExperimentto specified path/store- Parameters:
store (
Union[MutableMapping,str,Path]) – Store or Path for zarr store with intron and junction coveragemode (
"w"or"w-") – w means create, and overwrite if does not exist w- means creat, fail if existsconsolidated (
bool) – Finalize metadata for zarr file