Skip to content

Commit

Permalink
bug fixes when not using --use-seed-genes
Browse files Browse the repository at this point in the history
  • Loading branch information
bfclarke committed Nov 22, 2023
1 parent 21758ce commit 014fc62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deeprvat/deeprvat/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def evaluate_(

results["-log10pval"] = -np.log10(results["pval"])
results["experiment_group"] = "DeepRVAT"
results["correction_method"] = None

results = pd.concat([results, baseline_results])

Expand Down

0 comments on commit 014fc62

Please sign in to comment.