Skip to content

Commit

Permalink
Fix index_chains method description (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
grst authored Nov 4, 2024
1 parent 021561a commit 339609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scirpy/pp/_index_chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def index_chains(
key_added: str = "chain_indices",
) -> None:
"""\
Selects primary/secondary VJ/VDJ cells per chain according to the :ref:`receptor-model`.
Selects primary/secondary VJ/VDJ chains per cell according to the :ref:`receptor-model`.
This function iterates through all chains stored in the :term:`awkward array` in
`adata.obsm[airr_key]` and
Expand Down

0 comments on commit 339609d

Please sign in to comment.