Skip to content

Commit

Permalink
Mention python package in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisK92 committed Aug 25, 2023
1 parent 1d93b33 commit 049ebe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Welcome to spapros's documentation!
|logo|


**Spapros** provides a pipeline for probe set selection and evaluation for targeted spatial transcriptomics data.
**Spapros** is a python package that provides a pipeline for probe set selection and evaluation for targeted spatial transcriptomics data.

Key Features
-------------
Expand Down
2 changes: 1 addition & 1 deletion spapros/selection/selection_procedure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ def plot_coexpression(

def plot_clf_genes(
self,
basis: int = "X_umap",
basis: str = "X_umap",
celltypes: Optional[List[str]] = None,
till_rank: Optional[int] = 1,
importance_th: Optional[float] = None,
Expand Down

0 comments on commit 049ebe2

Please sign in to comment.