Skip to content

Proteins with metal ions in the binding site #211

Answered by cbouy
agerexx asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

First of, the default fingerprint does not calculate coordination with metal ions, you need to explicitly specify Metal interactions if you want them, otherwise you might only capture ionic interactions here. I'd suggest switching to

fp = plf.Fingerprint([
    'MetalAcceptor', 'MetalDonor', 'Hydrophobic',
    'HBAcceptor', 'HBDonor', 'Cationic', 'Anionic',
    'CationPi', 'PiCation', 'PiStacking', 'VdWContact',
])

As for the error message you see, it's caused by the VdWContact interaction that does not have access to the van der Waals radii for all elements, they are only implemented for a subset. I use the van der Waals radii as defined by MDAnalysis here, and any element that is not…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by agerexx
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