Contents:
Calculates the hypo-methylation score as X based on methylated counts and total coverage stored in separate layers
adata (AnnData) – Input AnnData object
AnnData
mc_layer (str) – Layer storing methylated counts
str
cov_layer (str) – Layer storing total coverage
chunk_size (int) – Number of cells to include per chunk
int
None