Introduction
Contents
log1p()
Conventional scRNA-seq
Labeling scRNA-seq
Differential geometry
Vector field predictions
Gallery
Perform log1p transform on selected adata layers
adata (AnnData) – an AnnData object.
AnnData
layers (list) – the layers to operate on. Defaults to [DKM.X_LAYER].
list
copy (bool) – whether operate on the original object or on a copied one and return it. Defaults to False.
bool
The updated AnnData object.