Skip to content

Commit

Permalink
Merge pull request #35 from elisapanizzolo/patch-2
Browse files Browse the repository at this point in the history
default key_added fix
  • Loading branch information
grst authored Feb 21, 2022
2 parents 27b5f3a + 7ff0417 commit 1884397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infercnvpy/tl/_scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def ithcna(
groupby: str,
*,
use_rep: str = "X_cnv",
key_added: str = "ithgex",
key_added: str = "ithcna",
inplace: bool = True,
) -> Optional[Mapping[str, float]]:
"""Compute the ITHCNA diversity score based on copy number variation :cite:`Wu2021`.
Expand Down

0 comments on commit 1884397

Please sign in to comment.