fatmacankara commited on
Commit
6400024
1 Parent(s): 4520f1f

Update pages/2_About.py

Browse files
Files changed (1) hide show
  1. pages/2_About.py +2 -2
pages/2_About.py CHANGED
@@ -18,10 +18,10 @@ st.markdown("""
18
  text = 'ASCARIS (Annotation and StruCture-bAsed RepresentatIon of Single amino acid variations) is a tool for the featurization (i.e., quantitative representation) of single amino acid variations (SAVs), which could be used for a variety of purposes, such as predicting their functional effects or building multi-omics-based integrative models. ASCARIS utilizes the correspondence between the location of the SAV on the sequence and 30 different types of positional feature annotations (e.g., active/lipidation/glycosylation sites; calcium/metal/DNA binding, inter/transmembrane regions, etc.) from UniProt, along with structural features and the change in physicochemical properties, using models from PDB and AlphaFold-DB. It constructs a 74-dimensional feature set (including meta-data) to represent a given SAV.'
19
  st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
20
 
21
- text = '[www.google.com]Please refer to our pre-print article for more information on the construction of feature vectors, statistical analysis of features, and machine learning models trained on ASCARIS representations to predict the effect of SAVs:'
22
  st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
23
 
24
- text = 'Cankara, F., & Dogan, T. (2022). ASCARIS: Positional Feature Annotation and Protein Structure-Based Representation of Single Amino Acid Variations. bioRxiv, 514934v1'
25
  st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
26
 
27
  st.image('visuals/concept_figure.png')
 
18
  text = 'ASCARIS (Annotation and StruCture-bAsed RepresentatIon of Single amino acid variations) is a tool for the featurization (i.e., quantitative representation) of single amino acid variations (SAVs), which could be used for a variety of purposes, such as predicting their functional effects or building multi-omics-based integrative models. ASCARIS utilizes the correspondence between the location of the SAV on the sequence and 30 different types of positional feature annotations (e.g., active/lipidation/glycosylation sites; calcium/metal/DNA binding, inter/transmembrane regions, etc.) from UniProt, along with structural features and the change in physicochemical properties, using models from PDB and AlphaFold-DB. It constructs a 74-dimensional feature set (including meta-data) to represent a given SAV.'
19
  st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
20
 
21
+ text = 'Please refer to our pre-print article for more information on the construction of feature vectors, statistical analysis of features, and machine learning models trained on ASCARIS representations to predict the effect of SAVs:'
22
  st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
23
 
24
+ text = '[www.google.com](Cankara, F., & Dogan, T. (2022). ASCARIS: Positional Feature Annotation and Protein Structure-Based Representation of Single Amino Acid Variations. bioRxiv, 514934v1)'
25
  st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
26
 
27
  st.image('visuals/concept_figure.png')