Skip to content

Commit

Permalink
Merge branch 'logoplot' of https://github.com/MKanetscheider/scirpy i…
Browse files Browse the repository at this point in the history
…nto logoplot
  • Loading branch information
MKanetscheider committed Nov 23, 2024
2 parents bd9f4f1 + b5326b8 commit 2cbe197
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/scirpy/pl/_logoplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
@DataHandler.inject_param_docs()
def logoplot_cdr3_motif(
adata: DataHandler.TYPE,
*,
chains: Literal["VJ_1", "VDJ_1", "VJ_2", "VDJ_2"] | Sequence[Literal["VJ_1", "VDJ_1", "VJ_2", "VDJ_2"]] = "VDJ_1",
airr_mod="airr",
airr_key="airr",
chain_idx_key="chain_indices",
airr_mod: str = "airr",
airr_key: str = "airr",
chain_idx_key: str = "chain_indices",
cdr3_col: str = "junction_aa",
to_type: Sequence[Literal["information", "counts", "probability", "weight"]] = "information",
pseudocount: float = 0,
Expand Down

0 comments on commit 2cbe197

Please sign in to comment.