|
1 | | -# 💣 gRNAde: Geometric RNA Design |
| 1 | +# 💣 gRNAde: Geometric Deep Learning for 3D RNA Inverse Design |
2 | 2 |
|
3 | | -**gRNAde** is a geometric deep learning pipeline for 3D RNA inverse design, analogous to [ProteinMPNN](https://github.com/dauparas/ProteinMPNN) for protein design. |
| 3 | +**gRNAde** is a **g**eometric deep learning pipeline for 3D **RNA** inverse **de**sign, analogous to [ProteinMPNN](https://github.com/dauparas/ProteinMPNN) for protein design. |
4 | 4 |
|
5 | | -gRNAde generates an RNA sequence conditioned on one or more 3D RNA backbone conformations, i.e. both single- and multi-state **fixed-backbone sequence design**. |
6 | | -RNA backbones are featurized as geometric graphs and processed via a multi-state GNN encoder which is equivariant to 3D roto-translation of coordinates as well as conformer order, followed by conformer order-invariant pooling and sequence design. |
7 | | - |
8 | | - |
| 5 | +🧬 Tutorial notebook to get started: [gRNAde 101](/tutorial/tutorial.ipynb) |
9 | 6 |
|
10 | | -⚙️ Want to use gRNAde for your own RNA designs? Check out the tutorial notebook: [gRNAde 101](/tutorial/tutorial.ipynb) |
| 7 | +⚙️ Using gRNAde for custom RNA design scenarios: [Design notebook](/notebooks/design.ipynb) |
11 | 8 |
|
12 | | -✏️ New to 3D RNA modelling? Here's a currated reading + watch list for beginners: [Resources](/tutorial/README.md) |
| 9 | +✍️ New to 3D RNA modelling? Here's a currated reading + watch list for beginners: [Resources](/tutorial/README.md) |
13 | 10 |
|
14 | 11 | 📄 For more details on the methodology, see the accompanying paper: ['Multi-State RNA Design with Geometric Multi-Graph Neural Networks'](https://arxiv.org/abs/2305.14749) |
15 | 12 | > Chaitanya K. Joshi, Arian R. Jamasb, Ramon Viñas, Charles Harris, Simon Mathis, and Pietro Liò. Multi-State RNA Design with Geometric Multi-Graph Neural Networks. *ICML Computational Biology Workshop, 2023.* |
16 | 13 | > |
17 | | ->[PDF](https://arxiv.org/pdf/2305.14749.pdf) | [Tweet](https://twitter.com/chaitjo/status/1662118334412800001) | [Slides](https://www.chaitjo.com/publication/joshi-2023-multi/gRNAde_slides_CASP_RNA_SIG.pdf) | [Tutorial](/tutorial/tutorial.ipynb) |
| 14 | +>[PDF](https://arxiv.org/abs/2305.14749.abs) | [Tweet](https://twitter.com/chaitjo/status/1662118334412800001) | [Slides](https://www.chaitjo.com/publication/joshi-2023-grnade/gRNAde_slides_CASP_RNA_SIG.pdf) |
18 | 15 |
|
| 16 | + |
19 | 17 |
|
| 18 | +gRNAde generates an RNA sequence conditioned on one or more 3D RNA backbone conformations, i.e. both single- and multi-state **fixed-backbone sequence design**. |
| 19 | +RNA backbones are featurized as geometric graphs and processed via a multi-state GNN encoder which is equivariant to 3D roto-translation of coordinates as well as conformer order, followed by conformer order-invariant pooling and sequence design. |
20 | 20 |
|
21 | 21 | ## Installation |
22 | 22 |
|
@@ -173,7 +173,7 @@ Each RNA will be processed into the following format (most of the metadata is op |
173 | 173 | ## Citation |
174 | 174 |
|
175 | 175 | ``` |
176 | | -@inproceedings{joshi2023multi, |
| 176 | +@inproceedings{joshi2023grnade, |
177 | 177 | title={Multi-State RNA Design with Geometric Multi-Graph Neural Networks}, |
178 | 178 | author={Joshi, Chaitanya K. and Jamasb, Arian R. and Viñas, Ramon and Harris, Charles and Mathis, Simon and Liò, Pietro}, |
179 | 179 | booktitle={ICML 2023 Workshop on Computation Biology}, |
|
0 commit comments