Update README.md
Browse files
README.md
CHANGED
|
@@ -4,26 +4,20 @@ license: apache-2.0
|
|
| 4 |
|
| 5 |
## About
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 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 |
-
@
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 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 |
```
|