sfaezella commited on
Commit
0ac9ea7
Β·
verified Β·
1 Parent(s): 805ce7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -60,16 +60,16 @@ def classify(sequence):
60
  description_md = """
61
  ## **About AllerTrans – A Powerful Tool for Predicting the Allergenicity of Protein Sequences**
62
 
63
- ** Input Format – FASTA Sequences:** This tool accepts protein sequences in FASTA format.
64
 
65
  ###### Please provide a single protein sequence at a time.
66
  ###### For faster predictions, you can enter just the protein sequence, without the FASTA header or any additional information.
67
 
68
- ** Output Explanation** – AllerTrans classifies your input sequence into one of the following categories:
69
  ###### **🟒 Non-Allergen:** The protein is unlikely to cause an allergic reaction and can be considered safe regarding allergenicity.
70
  ###### **πŸ”΄ Potential Allergen:** The protein has the potential to trigger an allergic response or exhibit cross-reactivity in some individuals.
71
 
72
- ** Caution & Disclaimer:**
73
  ###### Our model has demonstrated promising performance on the AlgPred 2.0 validation set, which includes a wide range of allergenic and non-allergenic sequences from diverse sources. AllerTrans is also capable of handling recombinant proteins, as supported by additional evaluation using a recombinant protein dataset from UniProt. However, **we advise caution when using this tool on all constructs and modifications of recombinant proteins**. The model's generalizability across various recombinant scenarios has yet to be fully explored.
74
 
75
  ###### Remember, AllerTrans is designed as a reliable screening tool. However, for clinical or regulatory decisions, always confirm the prediction results through experimental validation.
 
60
  description_md = """
61
  ## **About AllerTrans – A Powerful Tool for Predicting the Allergenicity of Protein Sequences**
62
 
63
+ **Input Format – FASTA Sequences:** This tool accepts protein sequences in FASTA format.
64
 
65
  ###### Please provide a single protein sequence at a time.
66
  ###### For faster predictions, you can enter just the protein sequence, without the FASTA header or any additional information.
67
 
68
+ **Output Explanation** – AllerTrans classifies your input sequence into one of the following categories:
69
  ###### **🟒 Non-Allergen:** The protein is unlikely to cause an allergic reaction and can be considered safe regarding allergenicity.
70
  ###### **πŸ”΄ Potential Allergen:** The protein has the potential to trigger an allergic response or exhibit cross-reactivity in some individuals.
71
 
72
+ **Caution & Disclaimer:**
73
  ###### Our model has demonstrated promising performance on the AlgPred 2.0 validation set, which includes a wide range of allergenic and non-allergenic sequences from diverse sources. AllerTrans is also capable of handling recombinant proteins, as supported by additional evaluation using a recombinant protein dataset from UniProt. However, **we advise caution when using this tool on all constructs and modifications of recombinant proteins**. The model's generalizability across various recombinant scenarios has yet to be fully explored.
74
 
75
  ###### Remember, AllerTrans is designed as a reliable screening tool. However, for clinical or regulatory decisions, always confirm the prediction results through experimental validation.