normalize_geometric

besca.pp.normalize_geometric(adata)[source]

Perform geometric normalization on CITEseq data.

Add description of why geometric normalization

Parameters:

adata (AnnData) – The annotated data matrix.

Returns:

updates adata.X to contain the geometrically normalized values.

Return type:

AnnData

Example

NEED TO IMPLEMENT AN EXAMPLE