Skip to content

Commit 1884397

Browse files
authored
Merge pull request #35 from elisapanizzolo/patch-2
default key_added fix
2 parents 27b5f3a + 7ff0417 commit 1884397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infercnvpy/tl/_scores.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def ithcna(
156156
groupby: str,
157157
*,
158158
use_rep: str = "X_cnv",
159-
key_added: str = "ithgex",
159+
key_added: str = "ithcna",
160160
inplace: bool = True,
161161
) -> Optional[Mapping[str, float]]:
162162
"""Compute the ITHCNA diversity score based on copy number variation :cite:`Wu2021`.

0 commit comments

Comments
 (0)