Skip to content

Commit

Permalink
Fix #262 (#264)
Browse files Browse the repository at this point in the history
* Fix outdated documentation on 'receptor_arms'
  • Loading branch information
grst authored Apr 28, 2021
1 parent e5fe57d commit 5344162
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scirpy/_tools/_clonotypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
_common_doc = """\
receptor_arms
One of the following options:
* `"TRA"` - only consider TRA sequences
* `"TRB"` - only consider TRB sequences
* `"all"` - both TRA and TRB need to match
* `"any"` - either TRA or TRB need to match
* `"VJ"` - only consider :term:`VJ<V(D)J>` sequences
* `"VDJ"` - only consider :term:`VDJ<V(D)J>` sequences
* `"all"` - both VJ and VDJ need to match
* `"any"` - either VJ or VDJ need to match
If `"any"`, two distances are combined by taking their minimum. If `"all"`,
two distances are combined by taking their maximum. This is motivated
Expand All @@ -35,10 +35,10 @@
dual_ir
One of the following options:
* `"primary_only"` - only consider most abundant pair of TRA/TRB chains
* `"any"` - consider both pairs of TRA/TRB sequences. Distance must be below
* `"primary_only"` - only consider most abundant pair of :term:`VJ/VDJ<V(D)J>` chains
* `"any"` - consider both pairs of :term:`VJ/VDJ<V(D)J>` sequences. Distance must be below
cutoff for any of the chains.
* `"all"` - consider both pairs of TRA/TRB sequences. Distance must be below
* `"all"` - consider both pairs of :term:`VJ/VDJ<V(D)J>` sequences. Distance must be below
cutoff for all of the chains.
Distances are combined as for `receptor_arms`.
Expand Down

0 comments on commit 5344162

Please sign in to comment.