Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
3b16caa
1
Parent(s):
7c5bea8
Update pages/1_User Guide.py
Browse files- pages/1_User Guide.py +3 -1
pages/1_User Guide.py
CHANGED
@@ -60,5 +60,7 @@ st.markdown(body, unsafe_allow_html=True)
|
|
60 |
body = '<p style="font-family:Trebuchet MS; font-size: 20x">ASCARIS calculates spatial distance-based features for annotations and domains, as well as SASA values, wherever structural information is available. Otherwise, such values are reported as NaN. ASCARIS feature vectors can be created either by imputing those NaN values in the dataset, or by leaving them as they are. Imputation is done by taking the median value of the corresponding column (feature). Users can choose whether or not to use imputation from the drop-down menu.</p>'
|
61 |
st.markdown(body, unsafe_allow_html=True)
|
62 |
|
|
|
|
|
63 |
alphafold_warning = '<p style="font-family:Trebuchet MS; font-size: 20x">Local programmatic version of ASCARIS calculates feature vector for AlphaFold structures. This option is not included in the website tool due to the size of available AlphaFold structure dataset. Please consider using the local version to create your feature vector using Alphafold structures.</p>'
|
64 |
-
st.markdown(
|
|
|
60 |
body = '<p style="font-family:Trebuchet MS; font-size: 20x">ASCARIS calculates spatial distance-based features for annotations and domains, as well as SASA values, wherever structural information is available. Otherwise, such values are reported as NaN. ASCARIS feature vectors can be created either by imputing those NaN values in the dataset, or by leaving them as they are. Imputation is done by taking the median value of the corresponding column (feature). Users can choose whether or not to use imputation from the drop-down menu.</p>'
|
61 |
st.markdown(body, unsafe_allow_html=True)
|
62 |
|
63 |
+
body = '<p style="font-family:Trebuchet MS; font-size: 25px; font-weight:bold">Feature Vector Using AlphaFold Structures</p>'
|
64 |
+
st.markdown(body, unsafe_allow_html=True)
|
65 |
alphafold_warning = '<p style="font-family:Trebuchet MS; font-size: 20x">Local programmatic version of ASCARIS calculates feature vector for AlphaFold structures. This option is not included in the website tool due to the size of available AlphaFold structure dataset. Please consider using the local version to create your feature vector using Alphafold structures.</p>'
|
66 |
+
st.markdown(alphafold_warning, unsafe_allow_html=True)
|