bioalpha.h5ad_map.batch_settings

bioalpha.h5ad_map.batch_settings = <bioalpha.h5ad_map._settings.BioalphaBatchSettings object>

BioalphaBatchSettings

Batch settings for bioalpha h5admap

bioalpha.h5ad_map.batch_size

The maximum number of rows (or columns) for each load. Larger values causes larger memory usages and the function may run faster.

Type:

int, default = 4096

bioalpha.h5ad_map.max_nnz_loading

The maximum memory allowed for each load (approximately). The batch size will be reduce if the loaded memory over max_nnz_loading. Larger batch_size should have larger max_nnz_loading.

Type:

int, default = int(2e8)