yanyichu commited on
Commit
a80eb8e
1 Parent(s): fc45177

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: UTR_pred
3
  app_file: app.py
4
  python_version: 3.9.4
5
  pinned: true
@@ -7,5 +7,11 @@ license: bsd
7
  sdk: streamlit
8
  ---
9
 
10
- # UTR_pred
11
- 5' UTR prediction
 
 
 
 
 
 
 
1
  ---
2
+ title: UTR-LM
3
  app_file: app.py
4
  python_version: 3.9.4
5
  pinned: true
 
7
  sdk: streamlit
8
  ---
9
 
10
+ # UTR-LM: A Semi-supervised 5’ UTR Language Model for mRNA Translation and Expression Prediction
11
+
12
+ The untranslated region (UTR) of an RNA molecule plays a vital role in gene expression regulation. Specifically, the 5' UTR, located at the 5' end of an RNA molecule, is a critical determinant of the RNA’s translation efficiency. Language models have demonstrated their utility in predicting and optimizing the function of protein encoding sequences and genome sequences. In this study, we developed a semi-supervised language model for 5’ UTR, which is pre-trained on a combined library of random 5' UTRs and endogenous 5' UTRs from multiple species. We augmented the model with supervised information that can be computed given the sequence, including the secondary structure and minimum free energy, which improved the semantic representation.
13
+
14
+ # The Source Code and detailed README.md could find in [link](https://github.com/a96123155/UTR-LM/).
15
+
16
+ # Prediction of MRL
17
+ On the App page, enter the fasta format of the 5'UTR sequence, and then click the "Predict" button. Sometimes after a short wait, the results will appear later on the page and you can download.