wenjun99 commited on
Commit
8971203
·
verified ·
1 Parent(s): 223c1c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -9,7 +9,7 @@ mutation_site_headers_actual = [
9
  3244, 3297, 3350, 3399, 3455, 3509, 3562,
10
  3665, 3720, 3773, 3824, 3879, 3933, 3985, 4039,
11
  4089, 4145, 4190, 4245, 4298, 4349, 4402, 4455,
12
- 4510, 4561, 4615, 4668, 4720, 4773, 4828, 4882
13
  ]
14
 
15
  # Thresholds for each mutation site removed 3614: 0.091557752,
@@ -20,7 +20,7 @@ thresholds_actual = pd.Series({
20
  3879: 0.81833191, 3933: 2.93084335, 3985: 1.593758847, 4039: 0.966055013,
21
  4089: 1.465671338, 4145: 0.30309335, 4190: 1.321615138, 4245: 1.709752495,
22
  4298: 0.868534701, 4349: 1.222907645, 4402: 0.58873557, 4455: 1.185522985,
23
- 4510: 1.266797682, 4561: 1.109913024, 4615: 1.181106084, 4668: 1.408533949,
24
  4720: 0.714151142, 4773: 1.471959437, 4828: 0.95879943, 4882: 1.464503885
25
  })
26
 
@@ -29,7 +29,7 @@ mutation_site_headers = [
29
  4402, 4349, 4298, 4245, 4190, 4145, 4089, 4039,
30
  3985, 3933, 3879, 3824, 3773, 3720, 3665,
31
  3562, 3509, 3455, 3399, 3350, 3297, 3244, # 1–23
32
- 4882, 4828, 4773, 4720, 4668, 4615, 4561, 4510, 4455 # 24–32
33
  ]
34
 
35
  # Thresholds reordered accordingly
 
9
  3244, 3297, 3350, 3399, 3455, 3509, 3562,
10
  3665, 3720, 3773, 3824, 3879, 3933, 3985, 4039,
11
  4089, 4145, 4190, 4245, 4298, 4349, 4402, 4455,
12
+ 4510, 4561, 4668, 4720, 4773, 4828, 4882
13
  ]
14
 
15
  # Thresholds for each mutation site removed 3614: 0.091557752,
 
20
  3879: 0.81833191, 3933: 2.93084335, 3985: 1.593758847, 4039: 0.966055013,
21
  4089: 1.465671338, 4145: 0.30309335, 4190: 1.321615138, 4245: 1.709752495,
22
  4298: 0.868534701, 4349: 1.222907645, 4402: 0.58873557, 4455: 1.185522985,
23
+ 4510: 1.266797682, 4561: 1.109913024, 4668: 1.408533949,
24
  4720: 0.714151142, 4773: 1.471959437, 4828: 0.95879943, 4882: 1.464503885
25
  })
26
 
 
29
  4402, 4349, 4298, 4245, 4190, 4145, 4089, 4039,
30
  3985, 3933, 3879, 3824, 3773, 3720, 3665,
31
  3562, 3509, 3455, 3399, 3350, 3297, 3244, # 1–23
32
+ 4882, 4828, 4773, 4720, 4668, 4561, 4510, 4455 # 24–32
33
  ]
34
 
35
  # Thresholds reordered accordingly