preparation the fragment files for mutants

Member Site Forums PyRosetta PyRosetta – General preparation the fragment files for mutants

Viewing 1 reply thread
  • Author
    Posts
    • #1170
      Anonymous

        Hi,

        I have a protein with a loop and I want to made a single mutation or small insertion in the loop.
        Do I need to prepare a new fragment file for protein which has a single mutation in the loop, or can I use the fragment file from parent protein?
        Is it possible to avoid regeneration of the fragment file, as it takes a lot of time?

        Thank you for you help.

        Victor

      • #6676
        Anonymous

          Fragment generation is two steps. The hard-for-users step is secondary structure prediction generation, mostly because it relies on half a dozen bits of scattered software. The actual fragment generation is not that hard – if you already have SS predictions in hand, it’s pretty fast with the demo included in 3.3.

          Errors in the input sequence (point mutations) are only relevant insofar as they affect the secondary structure prediction. If your mutation is going to turn a loop into a loop, it won’t matter. If your mutation is going to turn a helix-preferring region into a loop-preferring region, it can matter.

          Errors in the _length_ of the sequence are hugely important. That will produce the equivalent of a frameshift mutation in the fragment file – all the fragments will apply to the wrong frames. You should regenerate fragments for indels. Rosetta will probably refuse to accept a fragment file with a different length from the protein.

          If you have the SS predictions for the old sequence, you can manually edit those to include your indel (if it’s in a loop, just assign it the SS preference of its neighbors), then rerun only the second step of fragment picking. Or just let Robetta do it.

        • #6680
          Anonymous

            Thank you,

            So I understand that I can rerun only the second step of fragment picking using a flag file,
            but this file call *.checkpoint file which has data for parent protein sequence.
            Is it OK? Or I need to modify it some how?

            Thank you again for your help.
            Victor

          • #6681
            Anonymous

              You will want to alter all of the inputs to fragment picking to match your new sequence. I haven’t used the checkpoint file; when I’ve done it with only a psipred_ss2 file. I don’t know how to alter the file for your purposes.

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