We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd88453 commit de2b02dCopy full SHA for de2b02d
deeprvat/annotations/annotations.py
@@ -2120,7 +2120,7 @@ def aggregate_and_concat_absplice(
2120
]
2121
#### aggregate tissue specific ab splice scores
2122
ab_splice_res["AbSplice_DNA"] = np.max(
2123
- ab_splice_res[absplice_columns],
+ ab_splice_res[absplice_columns].values,
2124
axis=1,
2125
)
2126
ab_splice_res["pos"] = ab_splice_res["pos"].astype(int)
0 commit comments