Member Site Forums Rosetta++ Rosetta++ – General comparing 2 docking sites : howto ? Reply To: comparing 2 docking sites : howto ?

#4169
Anonymous

    The scores following prepacking are not what you are looking for because in prepacking the sidechain conformations are optimized while the partners are far apart from each other, and such are irrelevant to a given interface.

    The best way to compare two potential binding interfaces is by generating a small number of decoys (10-20) at each interface using only high-resolution refinement. To do this, use a starting structure representing the respective interfaces, and do standard docking with the -docking_local_refine flag. Once all decoys are completed, compare the lowest energy decoy generated from each interface.

    An alternate way is to do an entire local perturbation docking run using each interface as the starting structure. You will need around 700-1000 decoys, and use the flags -dock_pert 3 8 8 and -spin. Using this method you can look at not only the lowest energy structures at each interface but also the energy funnel at each interface. Look up FunHunt for more information about comparing docking funnels.

    – Sid