Skip to content

RMSD with jump in one pose #83

Closed Answered by roccomoretti
NooraAz asked this question in PyRosetta
Discussion options

You must be logged in to vote

RMSDMetric can take a series of ResidueSelectors (In PyRosetta it would be the set_residue_selector(), set_residue_selector_reference(), set_residue_selector_super() and set_residue_selector_super_reference() methods.

If you want to calculate the rmsd over a subset of residues in the Pose(s), then you can set the residue selector to use to select the residues you want to use for the calculation. By default the selector passed to set_residue_selector() is used for both the primary and the reference/native structure, but in your case I'd probably recommend setting separate residue selectors for each. (The super variants are there if you want to superimpose on a different set of residues tha…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by NooraAz
Comment options

NooraAz
Jul 3, 2024
Collaborator Author

You must be logged in to vote
3 replies
@roccomoretti
Comment options

@NooraAz
Comment options

NooraAz Jul 3, 2024
Collaborator Author

@ajasja
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants