Spaces:
Sleeping
Sleeping
Commit
·
659d788
1
Parent(s):
b7a926a
Update app.py
Browse files
app.py
CHANGED
@@ -38,11 +38,14 @@ output = pd.Series(data=predictions, index=data.index, name="XGB_Score")
|
|
38 |
df_total = pd.concat([data, output], axis=1)
|
39 |
|
40 |
|
41 |
-
st.title('Blood Pressure Gene Prioritisation Post-
|
42 |
st.markdown("""
|
43 |
A machine learning pipeline for predicting disease-causing genes post-genome-wide association study in blood pressure.
|
44 |
""")
|
45 |
|
46 |
-
st.
|
47 |
-
|
48 |
-
|
|
|
|
|
|
|
|
38 |
df_total = pd.concat([data, output], axis=1)
|
39 |
|
40 |
|
41 |
+
st.title('Blood Pressure Gene Prioritisation Post-GWAS')
|
42 |
st.markdown("""
|
43 |
A machine learning pipeline for predicting disease-causing genes post-genome-wide association study in blood pressure.
|
44 |
""")
|
45 |
|
46 |
+
st.dataframe(df_total)
|
47 |
+
|
48 |
+
#gene_name = st.text_input(
|
49 |
+
# label='HGNC Gene Name')
|
50 |
+
|
51 |
+
#if gene_name is in df_total.index
|