From dfaab8500ba4be3fb5b7821773305d7133909ced Mon Sep 17 00:00:00 2001 From: tony-kuo Date: Fri, 13 Sep 2024 16:07:56 -0700 Subject: [PATCH] fix doc string --- src/scimilarity/cell_query.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/scimilarity/cell_query.py b/src/scimilarity/cell_query.py index c3d0138..f243d65 100644 --- a/src/scimilarity/cell_query.py +++ b/src/scimilarity/cell_query.py @@ -666,9 +666,8 @@ def search_centroid_exhaustive( Requires a layers["counts"]. centroid_key: str The obs column key that marks cells to centroid as 1, otherwise 0. - max_dist: float, optional - Assume k=1000000, then filter for cells that are within the max distance to the - query. Overwrites the k parameter. + max_dist: float, default: 0.03 + Filter for cells that are within the max distance to the query. qc: bool, default: True Whether to perform QC on the query qc_params: dict, default: {'k_clusters': 10}