new_majiq.SpliceGraph.from_zarr
- classmethod SpliceGraph.from_zarr(store, genes=None, preload=False)
Load
SpliceGraphfrom specified path/store- Parameters:
store (
Union[MutableMapping,str,Path]) – Store or Path where splicegraph is stored in zarr formatgenes (
Optional[Genes]) – If specified,Genesthat has already been loaded. Used when multiple objects refer to the same set of genes. Otherwise, load from path/store.preload (
Optional[bool]) – If set to true, all on-disk zarr arrays will be read into memory by calling obj.df.load() on them