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 |
Answered by
lauraluebbert
May 21, 2023
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. |
1 reply
Answer selected by
cmdcolin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.