Spaces:
Running
Running
Erva Ulusoy
commited on
Commit
•
033d566
1
Parent(s):
dcacb6a
update about and user guide pages
Browse files- pages/About.py +1 -2
- pages/User_Guide.py +1 -1
pages/About.py
CHANGED
@@ -19,7 +19,7 @@ st.markdown(
|
|
19 |
|
20 |
st.markdown(
|
21 |
"""
|
22 |
-
Domain2GO
|
23 |
|
24 |
Domain2GO is developed with the aim of identifying unknown protein functions by associating domains with Gene Ontology terms, thus defining the problem as domain function prediction. Domain2GO mappings are generated using the existing domain and GO annotation data. In order to obtain highly reliable associations, we employed statistical resampling and analyzed the co-occurrence patterns of domains and GO terms on the same proteins.
|
25 |
|
@@ -29,7 +29,6 @@ For more information on the construction of Domain2GO mappings, statistical anal
|
|
29 |
|
30 |
Ulusoy, E., & Dogan, T. (2022). Mutual Annotation-Based Prediction of Protein Domain Functions with Domain2GO. *bioRxiv*, 514980v1. [Link](https://www.biorxiv.org/content/10.1101/2022.11.03.514980v1)
|
31 |
|
32 |
-
|
33 |
Overall workflow of Domain2GO is shown below.
|
34 |
|
35 |
""")
|
|
|
19 |
|
20 |
st.markdown(
|
21 |
"""
|
22 |
+
Domain2GO mappings are a set of association predictions between protein domains and Gene Ontology (GO) terms. This tool provides a user-friendly interface to predict protein functions by propagating Domain2GO mappings to query proteins that are annotated with those domains. This operation is shown in panel (F) of the figure below.
|
23 |
|
24 |
Domain2GO is developed with the aim of identifying unknown protein functions by associating domains with Gene Ontology terms, thus defining the problem as domain function prediction. Domain2GO mappings are generated using the existing domain and GO annotation data. In order to obtain highly reliable associations, we employed statistical resampling and analyzed the co-occurrence patterns of domains and GO terms on the same proteins.
|
25 |
|
|
|
29 |
|
30 |
Ulusoy, E., & Dogan, T. (2022). Mutual Annotation-Based Prediction of Protein Domain Functions with Domain2GO. *bioRxiv*, 514980v1. [Link](https://www.biorxiv.org/content/10.1101/2022.11.03.514980v1)
|
31 |
|
|
|
32 |
Overall workflow of Domain2GO is shown below.
|
33 |
|
34 |
""")
|
pages/User_Guide.py
CHANGED
@@ -35,7 +35,7 @@ st.markdown('<p style="font-size:20px; font-weight:bold">2. Wait for your result
|
|
35 |
|
36 |
st.markdown(
|
37 |
'''
|
38 |
-
After submitting your protein sequence, Domain2GO will run InterProScan to find domains in your protein. This step may take a few minutes to complete. After domains are found, Domain2GO will predict functions of your protein by
|
39 |
''')
|
40 |
|
41 |
st.markdown('<p style="font-size:20px; font-weight:bold">3. View your results</p>', unsafe_allow_html=True)
|
|
|
35 |
|
36 |
st.markdown(
|
37 |
'''
|
38 |
+
After submitting your protein sequence, Domain2GO will run InterProScan to find domains in your protein. This step may take a few minutes to complete. After domains are found, Domain2GO will predict functions of your protein by assigning functions that are associated with these domains in the Domain2GO mapping set.
|
39 |
''')
|
40 |
|
41 |
st.markdown('<p style="font-size:20px; font-weight:bold">3. View your results</p>', unsafe_allow_html=True)
|