Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
LLehner committed Aug 27, 2024
1 parent bf1dcff commit d6e5ecd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/squidpy/tl/_var_embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def var_embeddings(
Whether to include the variable counts belonging to the anchor point in the aggregation.
Returns
-------
If ``copy = True``, returns var by distance matrices.
Otherwise, stores var by distance bin matrices in `.obsm`.
Stores binned count matrices in `sdata.tables["var_by_dist_bins"]`.
"""

adata = sdata.tables[table]
Expand Down

0 comments on commit d6e5ecd

Please sign in to comment.