Erva Ulusoy commited on
Commit
eba261e
1 Parent(s): ea81150

updated paper links

Browse files
Files changed (2) hide show
  1. Domain2GO.py +1 -1
  2. pages/About.py +4 -3
Domain2GO.py CHANGED
@@ -18,7 +18,7 @@ submitted = False
18
 
19
  with st.sidebar:
20
  st.title("Domain2GO: Mutual Annotation-Based Prediction of Protein Domain Functions")
21
- st.write("[![biorxiv](https://img.shields.io/badge/bioRxiv-2022.11.03.514980-b31b1b.svg)](https://www.biorxiv.org/content/10.1101/2022.11.03.514980v1) [![github-repository](https://img.shields.io/badge/GitHub-black?logo=github)](https://github.com/HUBioDataLab/Domain2GO)")
22
 
23
  if 'example_seq_button' not in st.session_state:
24
  st.session_state.example_seq_button = False
 
18
 
19
  with st.sidebar:
20
  st.title("Domain2GO: Mutual Annotation-Based Prediction of Protein Domain Functions")
21
+ st.write("[![publication](https://img.shields.io/badge/DOI-10.1002/pro.4988-b31b1b.svg)](https://doi.org/10.1002/pro.4988) [![github-repository](https://img.shields.io/badge/GitHub-black?logo=github)](https://github.com/HUBioDataLab/Domain2GO)")
22
 
23
  if 'example_seq_button' not in st.session_state:
24
  st.session_state.example_seq_button = False
pages/About.py CHANGED
@@ -15,7 +15,7 @@ st.markdown('''
15
  st.markdown(
16
  """
17
 
18
- [![biorxiv](https://img.shields.io/badge/bioRxiv-2022.11.03.514980-b31b1b.svg)](https://www.biorxiv.org/content/10.1101/2022.11.03.514980v1) [![github-repository](https://img.shields.io/badge/GitHub-black?logo=github)](https://github.com/HUBioDataLab/Domain2GO)
19
 
20
  """)
21
 
@@ -35,15 +35,16 @@ Domain2GO is developed with the aim of identifying unknown protein functions by
35
 
36
  We applied Domain2GO to predict protein functions, by propagating domain-associated GO terms to proteins that are annotated with those domains. For protein function prediction performance evaluation and comparison against other methods, we employed CAFA3 challenge datasets. The results demonstrated the potential of Domain2GO, especially when predicting molecular function and biological process terms, as it performed better than baseline predictors and curated associations (Fmax = 0.48 and 0.36 for MFO and BPO, respectively).
37
 
38
- For more information on the construction of Domain2GO mappings, statistical analysis of mappings, calculation of probability scores and protein function prediction performance evaluation, please refer to our pre-print article:
39
 
40
- 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)
41
 
42
  Overall workflow of Domain2GO is shown below.
43
 
44
  """)
45
 
46
 
 
47
  st.header('Schematic overview of Domain2GO', anchor='schematic-overview')
48
  st.image('figures/full_methodology.png', width=700)
49
 
 
15
  st.markdown(
16
  """
17
 
18
+ [![publication](https://img.shields.io/badge/DOI-10.1002/pro.4988-b31b1b.svg)](https://doi.org/10.1002/pro.4988) [![github-repository](https://img.shields.io/badge/GitHub-black?logo=github)](https://github.com/HUBioDataLab/Domain2GO)
19
 
20
  """)
21
 
 
35
 
36
  We applied Domain2GO to predict protein functions, by propagating domain-associated GO terms to proteins that are annotated with those domains. For protein function prediction performance evaluation and comparison against other methods, we employed CAFA3 challenge datasets. The results demonstrated the potential of Domain2GO, especially when predicting molecular function and biological process terms, as it performed better than baseline predictors and curated associations (Fmax = 0.48 and 0.36 for MFO and BPO, respectively).
37
 
38
+ For more information on the construction of Domain2GO mappings, statistical analysis of mappings, calculation of probability scores and protein function prediction performance evaluation, please refer to our publication. If you use Domain2GO in your research, please cite the following paper:
39
 
40
+ Ulusoy E, Doğan T. Mutual annotation-based prediction of protein domain functions with Domain2GO. Protein Science. 2024; 33(6): e4988. [Link](https://doi.org/10.1002/pro.4988)
41
 
42
  Overall workflow of Domain2GO is shown below.
43
 
44
  """)
45
 
46
 
47
+
48
  st.header('Schematic overview of Domain2GO', anchor='schematic-overview')
49
  st.image('figures/full_methodology.png', width=700)
50