Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-kuo committed Sep 13, 2024
1 parent 5f2f3e9 commit dfaab85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/scimilarity/cell_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit dfaab85

Please sign in to comment.