Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def main():
|
|
| 33 |
|
| 34 |
st.write("""
|
| 35 |
This app predicts whether a given protein sequence contains ubiquitination sites.
|
| 36 |
-
Enter a protein sequence and the app will analyze windows
|
| 37 |
If any window is predicted positive, the sequence is considered to contain ubiquitination sites.
|
| 38 |
""")
|
| 39 |
|
|
|
|
| 33 |
|
| 34 |
st.write("""
|
| 35 |
This app predicts whether a given protein sequence contains ubiquitination sites.
|
| 36 |
+
Enter a protein sequence and the app will analyze windows size 'n-1/2' residues centered around each 'K' residue.
|
| 37 |
If any window is predicted positive, the sequence is considered to contain ubiquitination sites.
|
| 38 |
""")
|
| 39 |
|