rna_majiq.PsiControlsSummary.to_zarr
- PsiControlsSummary.to_zarr(path, consolidated=True, show_progress=False)
Save PSI coverage dataset as zarr
- Parameters:
path (
Union[str
,Path]
) – Path for output file in zarr formatconsolidated (
bool
) – When saving the file make sure that it is consolidated. In general, if you are appending a bunch of files together, it can make sense to set consolidated=False, and consolidate on the last write (only consolidate once). But, don’t forget to consolidate at the end.show_progress (
bool
) – Attempt to show progress on distributed cluster for Dask