How to get the RMSD between two .pdb structures?

Member Site Forums Rosetta 3 Rosetta 3 – General How to get the RMSD between two .pdb structures?

Viewing 1 reply thread
  • Author
    Posts
    • #2089
      Anonymous

        I have two .pdb structures of the same protein. What is the rosetta command to get the RMSD between them?

      • #10673
        Anonymous

          Probably the easiest way is with the score application. Simply give a reference structure with “-in:file:native” and one or more structures to compare with “-in:file:s”. The score output should have a column for the C-alpha rmsd of the structure to the “native” structure.

          (By the way, I’ll emphasize that you really do need the structures to be of the same protein, more or less. To get the rmsd, the score application does a strict 1:1 mapping of the residues to each other – extra or missing residues mean that things no longer line up and the rmsd you get back is meaningless.)

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.