Skip to content

Commit

Permalink
fix: fix datavzrd template for likely pathogenic interpretation
Browse files Browse the repository at this point in the history
  • Loading branch information
huzuner authored Jan 15, 2025
1 parent d175726 commit 513c3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ views:
?f"""
Variants in coding regions.\n{params.event_desc}\n
SpliceAI scores are probabilities of a variant being splice-altering.\n
AlphaMissense scores are classified as: likely benign (<0.34), ambiguous (0.34<=, <=0.564), likely pathogenic (<0.564).
AlphaMissense scores are classified as: likely benign (<0.34), ambiguous (0.34<=, <=0.564), likely pathogenic (>0.564).
"""
dataset: ?f"{group}-coding"
render-table:
Expand Down

0 comments on commit 513c3b5

Please sign in to comment.