Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Pairwise RMSD of a Macro-state MSM network #418

Open
daviddaileo opened this issue May 20, 2014 · 8 comments
Open

Pairwise RMSD of a Macro-state MSM network #418

daviddaileo opened this issue May 20, 2014 · 8 comments

Comments

@daviddaileo
Copy link

Hi,

After using 'BuildMSM.py', a macro-state network is obtained. Let's say 100-node network.I am wondering how to extract the centroid structures. Or is there a built-in function which calculates the pairwise RMSD of all the centroid structures?

Thanks,

@kyleabeauchamp
Copy link
Contributor

Use MDTraj to load Gens.lh5 and calculate pairwise RMSD:

http://mdtraj.org/latest/examples/clustering.html

@kyleabeauchamp
Copy link
Contributor

Oops, I misread your question. You'll also have to find the centroids of each each state. That also could be done, but it's not automated so you'll have to write some python.

@kyleabeauchamp
Copy link
Contributor

Or you could do something like drawing random samples from each macrostate, then, calculating RMSDs between the drawn samples.

@daviddaileo
Copy link
Author

I prefer the centroid structures. Could you tell me what function extracts centroid structures?

@kyleabeauchamp
Copy link
Contributor

I don't think we have that function written.

On Tue, May 20, 2014 at 5:14 PM, Wei Dai [email protected] wrote:

I prefer the centroid structures. Could you tell me what function extracts
centroid structures?


Reply to this email directly or view it on GitHubhttps://github.com//issues/418#issuecomment-43684095
.

@daviddaileo
Copy link
Author

Could you show me some pointer to find centroids? Since I've no idea.

@rmcgibbo
Copy link
Contributor

I made a little example of how to do this: http://mdtraj.org/latest/examples/centroids.html

@daviddaileo
Copy link
Author

Hi,

The link you sent was very helpful for finding centroids of a micro-state network. What if a macro-state network or MSM network is built from the clustering using PCCA+?

Thanks,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants