Version 2 Fingerprint question. What does count=True do #153
Replies: 1 comment 1 reply
-
Traditionally interaction fingerprints are bitvectors i.e. they only indicate the presence or absence of an interaction for a given ligand and residue pair. But for a given combination of ligand, protein residue and interaction type, there might be multiple combinations of atoms in the ligand and residue that satisfy the interaction constraints. What It's mostly useful for visualization purposes to be honest. |
Beta Was this translation helpful? Give feedback.
-
I don't necessarily understand what count does. To quote the docs 'but you can optionally enable the count parameter to enumerate all occurrences of an interaction', does it mean it generates all the possible interactions and displaying them can be controlled with
display_all=True
?fp_count = plf.Fingerprint(count=True)
Beta Was this translation helpful? Give feedback.
All reactions