↧
Answer by nbryans for Getting residue number and residue name in Biopython...
From looking at the API (and at what is available to chain via the command dir(chain)), I can see that there is a method get_residues(). Looking at one of the residues contained, I can see that there...
View ArticleGetting residue number and residue name in Biopython PDB module
I'm currently using pymol's iterate to get all the residue numbers, and then I use those to retrieve the residue name. I don't think that's the best way to do it. I tried to look for a way in biopython...
View Article