From 9d09565c03ac2569ac6ec94824b13bf9552071bf Mon Sep 17 00:00:00 2001 From: tdrose Date: Tue, 6 Feb 2024 10:02:43 +0100 Subject: [PATCH] Fixed typo --- metaspace_converter/colocalization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaspace_converter/colocalization.py b/metaspace_converter/colocalization.py index 606139f..8230390 100644 --- a/metaspace_converter/colocalization.py +++ b/metaspace_converter/colocalization.py @@ -38,7 +38,7 @@ def coloc_ml_preprocessing( ion image and all pixels below the quantile threshold will be set to 0. Returns: - None. The processed data is saved in ``layer``. If layer is net to None, ``adata.X`` will + None. The processed data is saved in ``layer``. If layer is set to None, ``adata.X`` will be overwritten Raises: