About align hundreds of pdb structures produced by rosseta membrane abinitio

Member Site Forums Rosetta 3 Rosetta 3 – General About align hundreds of pdb structures produced by rosseta membrane abinitio

Viewing 2 reply threads
  • Author
    Posts
    • #1591
      Anonymous

        Hi,

        I have hundreds of pdb structures produced by rosetta membrane abinitio from one sequence.
        And I cluster them to get three clusters.
        Now I want to align the structures within each clusters, so that I can get RMSD for each cluster.

        I used to use MultiProt to align 3D structures, but seems it has a problem dealing with hundreds of structures.

        Dose anyone know a better tool (or feature within rosetta, which I’m not aware) to dealing with alignment for many structures?

        Thanks for your help!
        Rita

      • #8817
        Anonymous

          If you’ve clustered them with Rosetta, you should have gotten an RMSD to the cluster center with the output. This should be the aligned and superposed rmsd value.

          Failing that, you can use the score application (https://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/d2/da0/score_commands.html) to get the rmsd to a given structure. Just pass the reference structure to the -in:file:native command line option.

          If you’re looking for an all-against-all rmsd for all the cluster members, I’m not aware of anything in Rosetta that would do it (although it would be simple enough to put together in PyRosetta). One possibility is to look into the Calibur clustering program ( http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2881085/ & http://sourceforge.net/projects/calibur/ ), which many in the Rosetta community are using for clustering, though I haven’t used it myself, so I can’t say what information is available.

        • #8889
          Anonymous

            Hello,

            We are the authors of Calibur. We hope that you will find the
            following program useful.

            https://docs.google.com/file/d/0B31O3JiGg8rBZWc3RnNMX1lEVlU/edit?usp=sharing

            The program will accept two parameters:
            1. a target_pdb_path: that is, the path of the centroid PDB file
            2. a file_list_path: the path to a file that lists out the paths to the
            PDB files that are to be aligned with the centroid PDB.

            The output is a list of decoy-vs-rmsd. That is, the decoy against
            its rmsd to the centroid. You can obtain the total rmsd by summing
            up all the rmsd, perhaps using Excel. For each decoy, the program
            will also output a file which contains its coordinates when it is
            optimally aligned with the centroid.

            Please let us know if you would prefer the program to behave
            differently. Thanks.

          • #8835
            Anonymous

              Hi,

              I guessed I didn’t say it correctly. I used “Calibur” to cluster my pdb structures, produced by rosetta.
              Does anyone know how to show the RMSD for each clusters in Calibur? Because I’m pretty sure it calculated RMSD first in Calibur in order to get these largest clusters.

              Thanks for your help!

            • #8856
              Anonymous

                I emailed the authors of Calibur, who are currently working on incorporating the program/library into the Rosetta source. You should hear from them soon.

              • #11234
                Anonymous

                  Could you please share the sourcecode or linux and macos binaries for this application? Thank you.

              Viewing 2 reply threads
              • You must be logged in to reply to this topic.