PCA trajectory alignment #5088
Unanswered
georgkempf
asked this question in
Q&A
Replies: 1 comment
-
I think you're right (looking at the code and playing around briefly). But don't take my word, check yourself: Did you try
and compared the results, e.g., the I'd think that (1), (2), and (3) all give pretty much the same answer. Once you conclude that you're right, could you please open an issue in the User Guide https://github.com/MDAnalysis/UserGuide/issues to suggest a correction? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
in the PCA tutorial there is an initial trajectory alignment step
which should align the trajectory to the first frame.
But then in the PCA instance
the alignment option is also activated. Based on the API docs this will also do an alignment of the trajectory to a reference structure.
My question is if the two alignment steps are redundant and if the align option in the PCA instance can be disabled when AlignTraj has been performed?
Beta Was this translation helpful? Give feedback.
All reactions