scirpy.tl.chain_pairing¶
-
scirpy.tl.
chain_pairing
(adata, *, inplace=True, key_added='chain_pairing')¶ Categorize cells based on how many TRA and TRB chains they have.
- Parameters
- Return type
- Returns
Depending on the value of
inplace
, either returns a Series with a chain pairing category for each cell or adds achain_pairing
column toadata
.