You are here

RosettaCM density guided rebuilding methodology

5 posts / 0 new
Last post
RosettaCM density guided rebuilding methodology
#1

In this publication here, the comparative model algorithm of rosetta is explained: 

https://www.sciencedirect.com/science/article/pii/S0969212613002979#app2

However, in case of having a density to guide the model completion, how does the density factor in this algorithm? 

Post Situation: 
Thu, 2018-08-30 06:45
ahmadkhalifa

See the tutorials at https://www.rosettacommons.org/demos/latest/public/electron_density_structure_refinement/structure_refinement for details on how do do this.

The way density is used in these case is that we add an additional scoreterm to the energy function, measuring how good a fit the structure has to the density. That is, instead of just optimizing over the "goodness of structure" (the regular Rosetta energy function), we optimize over both "goodness of structure" and "goodness of fit". The hope is that there's one clear energy well (the native structure) which is simultaneously fits into the density well and has a reasonable protein structure.

Thu, 2018-08-30 07:47
rmoretti

Thanks a lot. How do you measure the goodness of fit, fsc score?  How do you calculate it?  

Thu, 2018-08-30 08:31
ahmadkhalifa

Goodness of fit is measured using real-space correlation.

To expand on rmoretti's point, density-fit is used as an additional term in all 3 stages of the algorithm: 

  • in stage 1, where templates are combined and insertions are sampled, density score is used to select the best models
  • in stage 2, where breaks in the chain are repaired via local resampling, density is used in both scoring and minimization
  • in stage 3, where we perform all-atom refinement (FastRelax) density is used as an additional term in minimization and packing

 

Thu, 2018-08-30 09:59
dimaio

Thanks a lot. Is real space correlation also used for fragment searching when doing de novo? Do you only use an integrated FSC from 10 to the resolution of the data as  previously explained in the refinedment tutorial to assess the accuracy of a refined structure? 

Thu, 2018-08-30 23:09
ahmadkhalifa