Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
## About
|
| 6 |
+
|
| 7 |
+
RhoFold+ is a deep learning model for accurately predicting RNA 3D structures from input sequences.
|
| 8 |
+
It uses evolutionary information from MSA as well as embeddings from our pre-trained large RNA language model, RNA-FM.
|
| 9 |
+
The work has been published in Nature Methods (<a href='https://www.nature.com/articles/s41592-024-02487-0'>full text available</a>).
|
| 10 |
+
This huggingface repository contains the pre-trained models to reproduce the results and apply RhoFold+ for new RNA sequences.
|
| 11 |
+
|
| 12 |
+
The full codes are available at GitHub:
|
| 13 |
+
- Official repository: https://github.com/ml4bio/RhoFold
|
| 14 |
+
- Official protocol: https://github.com/WangJiuming/rhofold_protocol
|
| 15 |
+
|
| 16 |
+
## Citation
|
| 17 |
+
|
| 18 |
+
If you use the model in your research, please cite our paper with the following.
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
@article{shen2024accurate,
|
| 22 |
+
title={Accurate RNA 3D structure prediction using a language model-based deep learning approach},
|
| 23 |
+
author={Shen, Tao and Hu, Zhihang and Sun, Siqi and Liu, Di and Wong, Felix and Wang, Jiuming and Chen, Jiayang and Wang, Yixuan and Hong, Liang and Xiao, Jin and others},
|
| 24 |
+
journal={Nature Methods},
|
| 25 |
+
pages={1--12},
|
| 26 |
+
year={2024},
|
| 27 |
+
publisher={Nature Publishing Group US New York}
|
| 28 |
+
}
|
| 29 |
+
```
|
| 30 |
+
|