Whether or not an AnnData object can be written to disk for a given store type.
- Parameters:
- store_type
Literal['h5', 'zarr'] | None Which backing store - None indicates that it can be writeable to either.
- Return type:
bool
- Returns:
Whether or not this object is writable.