maom commited on
Commit
033bf28
·
verified ·
1 Parent(s): fc1a145

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ for i in range(len(neighbors.index)):
154
  "data" : {
155
  "source" : edge["gene_id_1"],
156
  "target" : edge["gene_id_2"],
157
- "width" : edge["coexp_score"] * edge["coexp_score"] * 15}})
158
 
159
 
160
  with col3:
 
154
  "data" : {
155
  "source" : edge["gene_id_1"],
156
  "target" : edge["gene_id_2"],
157
+ "width" : if edge["coexp_score"] > 0.9 then 20 else 5}})
158
 
159
 
160
  with col3: