Reply To: Structure prediction based on template -> Documentation comparative modeling of protein structures

Member Site Forums Rosetta 3 Rosetta 3 – General Structure prediction based on template -> Documentation comparative modeling of protein structures Reply To: Structure prediction based on template -> Documentation comparative modeling of protein structures

#5203
Anonymous

    I believe that typically the structure prediction people run thousands to millions of structures (rather than three), and then look at the distribution of the results. Hopefully, the structure with the lowest energy/score will be the most “native like”. Most Rosetta protocols are stochastic/Monte Carlo-based, and when you allow backbone flexibility the search space is so large that you have no hope of finding the global minimum in one run. So the general principle is to run the protocol a large number of times, and select the best structure.

    By the way, the typical way the structure prediction people evaluate the results to a known structure is by a score versus similarity plot (frequently referred to as a “funnel plot”). These plots have energy on the y-axis, and structural similarity (RMSD or GDTMM) on the x axis. For each resultant structure, you plot a single point. This way you build up a cloud of points, which hopefully has a slope or funnel to the low energy/high structural similarity corner.

    If you’re just doing a single point mutation, a full structure prediction run is likely overkill (unless you believe that the mutation is likely to change the topology/fold of the protein). Making the mutation and then running the relax application will greatly reduce the search space. Another alternative is to do loop-rebuilding on just the particular loop that contains the mutation. Depending on how much you expect the mutation to change the structure, rounds of backbone perturbation (e.g. backrub)/repacking/minimization might also be sufficient (look at RosettaScripts for a flexible way of doing something like that). If you do want to run the full structure prediction program, I would suggest limiting the fragments to those from close (structural) homologs, and/or adding in constraints derived from the parent structure/close homologs – anything to reduce the search space.
    -Rocco