Some more features #145
Unanswered
shrimonmuke0202
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hiya, Could you clarify what you mean by volume? Dipole moments aren’t currently implemented, but you can use a tool like this to compute them. For HBA/HBD, it should be pretty straightforward to define your own function based on this table:
Eg. def hbond_type(n, d):
If d[“residue_type”] == “Y”:
d[“hbond_donor”] = True
D[“hbond_acceptrot = True
…. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want the volume, dipole moment, hydrogen bond donor, and hydrogen bond acceptor for the node feature in the protein residue graph. How can I do this using graphein ?
Beta Was this translation helpful? Give feedback.
All reactions