Find protein structure from gene id? #84
-
I was wondering if it was possible to use gget to lookup, given a gene/transcript id, the 3d protein structure pdb file or mmcif from perhaps alphafold db or elsewhere. I was hoping to be able to do this without de novo alphafold prediction if a precomputed structure could be found, and fallback to de novo prediction if precomputed was not found. I looked at foldseek as another option but hadn't yet figured it out |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Colin, I'm not sure if this is what you were looking for, but I created this Colab notebook showing how you can use some of the gget modules to approach this problem. |
Beta Was this translation helpful? Give feedback.
Hi Colin, I'm not sure if this is what you were looking for, but I created this Colab notebook showing how you can use some of the gget modules to approach this problem.