snapatac2.AnnData.copy# AnnData.copy(filename, backend='hdf5')# Copy the AnnData object. Parameters: filename – File name of the output .h5ad file. backend (Literal['hdf5', 'zarr']) – The backend to use. “hdf5” or “zarr” are supported. Return type: AnnData