Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Oct 8, 2024
1 parent 100671a commit a8def6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bengrn/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ def scprint_benchmark(self, elems=["Central", "Regulators", "Targets"]):
):
metrics.update(
{
"enriched_terms_"
+ elem: res.res2d[
"enriched_terms_" + elem: res.res2d[
(res.res2d["FDR q-val"] < 0.1) & (res.res2d["NES"] > 1)
].Term.tolist()
}
Expand Down

0 comments on commit a8def6b

Please sign in to comment.