bioalpha.h5ad_map.H5ADMap.raw

property H5ADMap.raw: Raw

Store raw version of X and var as .raw.X and .raw.var.

The raw attribute is initialized with the current content of an object by setting:

adata.raw = adata

Its content can be deleted:

adata.raw = None
# or
del adata.raw