rna_majiq.SpliceGraph.from_zarr

classmethod SpliceGraph.from_zarr(store, genes=None, preload=False)

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.

  • preload (Optional[bool]) – If set to true, all on-disk zarr arrays will be read into memory by calling obj.df.load() on them