TEZv commited on
Commit
b50da99
·
verified ·
1 Parent(s): 5633f6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -131,10 +131,10 @@ VARIANT_DB = {
131
  "ALK:p.F1174L": {"score":0.94,"cls":"Pathogenic","conf":"High"},
132
  }
133
  PLAIN = {
134
- "Pathogenic": "This variant is likely to cause disease. Clinical follow-up is strongly recommended.",
135
  "Likely Pathogenic":"This variant is probably harmful. Discuss with your doctor.",
136
- "Benign": "This variant is likely harmless. Common in the general population.",
137
- "Likely Benign": "This variant is probably harmless. No strong reason for concern.",
138
  }
139
  BM_W = {
140
  "CTHRC1":0.18,"FHL2":0.15,"LDHA":0.14,"P4HA1":0.13,
 
131
  "ALK:p.F1174L": {"score":0.94,"cls":"Pathogenic","conf":"High"},
132
  }
133
  PLAIN = {
134
+ "Pathogenic": "This variant is likely to cause disease. Clinical follow-up is strongly recommended.",
135
  "Likely Pathogenic":"This variant is probably harmful. Discuss with your doctor.",
136
+ "Benign": "This variant is likely harmless. Common in the general population.",
137
+ "Likely Benign": "This variant is probably harmless. No strong reason for concern.",
138
  }
139
  BM_W = {
140
  "CTHRC1":0.18,"FHL2":0.15,"LDHA":0.14,"P4HA1":0.13,