Spaces:
Sleeping
Sleeping
Commit
·
33f04bf
1
Parent(s):
9bae9ea
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 = df_total[['
|
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[['mousescore_Exomiser',
|
83 |
'SDI', 'Liver_GTExTPM', 'pLI_ExAC',
|
84 |
'HIPred',
|
85 |
'Cells - EBV-transformed lymphocytes_GTExTPM',
|