Spaces:
Running
Running
Commit
·
9bae9ea
1
Parent(s):
89c1ddc
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ explainer = shap.TreeExplainer(xgb)
|
|
79 |
def convert_df(df):
|
80 |
return df.to_csv(index=False).encode('utf-8')
|
81 |
|
82 |
-
features =
|
83 |
'SDI', 'Liver_GTExTPM', 'pLI_ExAC',
|
84 |
'HIPred',
|
85 |
'Cells - EBV-transformed lymphocytes_GTExTPM',
|
|
|
79 |
def convert_df(df):
|
80 |
return df.to_csv(index=False).encode('utf-8')
|
81 |
|
82 |
+
features = df_total[['Gene','XGB_Score', 'mousescore_Exomiser',
|
83 |
'SDI', 'Liver_GTExTPM', 'pLI_ExAC',
|
84 |
'HIPred',
|
85 |
'Cells - EBV-transformed lymphocytes_GTExTPM',
|