netmap.grn.inferrence.return_grn_adata_to_memory

netmap.grn.inferrence.return_grn_adata_to_memory(grn_adata)[source]

Load the full attribution matrix from the HDF5 backing file into memory.

Parameters:

grn_adata (anndata.AnnData) – GRN AnnData with uns['backing_file'] pointing to an HDF5 file written by inferrence_h5py().

Returns:

The same object with X populated in memory.

Return type:

anndata.AnnData