cuhkaih commited on
Commit
a8403fb
·
verified ·
1 Parent(s): bafe8ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -14
README.md CHANGED
@@ -4,26 +4,20 @@ license: apache-2.0
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
  ```
 
4
 
5
  ## About
6
 
7
+ DEER (Dense Enzyme Retrieval) provides a method for finding functionally related human-bacteria isozymes using learned dense vector representations (embeddings).
8
+ This huggingface repository contains the pre-trained models to reproduce the results and apply DEER to discover isozymes.
 
 
9
 
10
+ The full codes are available at GitHub: https://github.com/WangJiuming/deer/tree/main.
 
 
11
 
12
  ## Citation
13
 
14
  If you use the model in your research, please cite our paper with the following.
15
 
16
  ```
17
+ @misc{liu2025Exploring,
18
+ author={Liu, H. and Shen, J. and others},
19
+ title={Exploring Functional Insights into the Human Gut Microbiome via the Structural Proteome},
20
+ year={2025},
21
+ note={Manuscript under revision}
 
 
22
  }
23
  ```