new_majiq.SpliceGraph.from_zarr

classmethod SpliceGraph.from_zarr(store, genes=None)

Load SpliceGraph from specified path/store

Parameters:
  • store (Union[MutableMapping, str, Path]) – Store or Path where splicegraph is stored in zarr format

  • genes (Optional[Genes]) – If specified, Genes that has already been loaded. Used when multiple objects refer to the same set of genes. Otherwise, load from path/store.