openfold icon indicating copy to clipboard operation
openfold copied to clipboard

compare the predicted and actual structure

Open mukulem opened this issue 3 years ago • 4 comments

Hi, I was wondering which python library did you use to compare the predicted and actual structure. image something similar to this.

Thanks

mukulem avatar Nov 01 '22 23:11 mukulem

Check out PyMOL

lhatsk avatar Nov 02 '22 16:11 lhatsk

Thanks for your response, i have tried but only able to get 2d image, is there any way i can rotate this superimposed structure in jupyter notebook to visualize the prediction accuracy

mukulem avatar Nov 02 '22 16:11 mukulem

I don't know about PyMOL + jupyter notebooks. I just remember they don't play well together. I would suggest either doing it directly in PyMOL (the application) or using the cmd interface in a script.

lhatsk avatar Nov 02 '22 16:11 lhatsk

ohh okay I can try that, I also noticed one issue, predicted pdb has more atoms than actual pdb when i was trying to calculate rmsd i got the error saying number of atoms are different in the input files.

mukulem avatar Nov 02 '22 17:11 mukulem