Skip to content
Discussion options

You must be logged in to vote

You need to distinguish between what you're superimposing on to create a common frame of reference and what you're computing the RMSD of. The RMSD class will superimpose atomgroup on reference (modified by select) and then calculate the RMSD for atomgroup and and of the groups in groupselection.

I'd start by prototyping selections/atomgroups interactively and validate that it contains what you need. For example, for the receptor alone, your

ca = u.select_atoms("chainID A and backbone")

looks sensible.

If you want to see how the ligand moves relative to the protein, superimpose on the protein and list the ligand heavy atoms in groupselections.

If you want to understand if the ligand change…

Replies: 1 comment 1 reply

Comment options

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

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