Skip to content

Graph generation from PDB with non-standard names for titratable residues #285

Answered by a-r-j
mverissi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mverissi

Great question! You are correct that these assignments are based on distances and angles. The answer is it depends and you'll need to look at the function definition to make that determination.

If you look at the definition of say, H bonds, we can see that it simply depends on atom naming so these would be picked up.

However, if we look at ionic interactions, these are determined (in part) based on residue labelling.

However, it would actually be very straightforward to add support for e.g. ASH, you would simply need to add the relevant residue names to the lists in resi_atoms.py.

Without making any changes to the Graphein source code (though I'd be super appreciative of a PR…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mverissi
Comment options

Answer selected by a-r-j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants