voyagerpy.spatial.rollback_transforms#
- voyagerpy.spatial.rollback_transforms(adata: AnnData, apply: bool = True) None#
Rollback all transformations. Use this function to cancel applied transformations.
- Parameters:
adata (AnnData) – The annotated data matrix.
apply (bool, optional) – If True, drop the temporary transformation, defaults to True