rna_majiq.PsiCoverage.to_zarr_slice
- PsiCoverage.to_zarr_slice(path, prefix_slice)
Save
PsiCoverage
to specified path for specified slice on prefixSave
PsiCoverage
to specified path for specified slice. Typically run afterPsiCoverage.to_zarr_slice_init()
- Parameters:
path (
Union[str
,Path]
) – Path with output file in zarr format with metadata initialized byPsiCoverage.to_zarr_slice_init()
prefix_slice (
slice
) – Slice of prefix dimension in output zarr store to save current PsiCoverage
See also