![]() |
Rosetta Protocols
2015.09
|
protocols that are specific to docking low resolution More...
#include <protocols/docking/types.hh>
#include <core/types.hh>
#include <core/scoring/ScoreFunction.fwd.hh>
#include <utility/vector1.hh>
#include <core/conformation/Residue.fwd.hh>
#include <core/pose/Pose.fwd.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::docking | |
Functions | |
core::Real | protocols::docking::calc_interaction_energy (const core::pose::Pose &pose, const core::scoring::ScoreFunctionCOP dock_scorefxn, DockJumps const movable_jumps) |
Calculates the difference in energy between the inputted complex, and the complex with the two partners at 500A from each other. More... | |
core::Real | protocols::docking::calc_Lrmsd (const core::pose::Pose &pose, const core::pose::Pose &native_pose, DockJumps const movable_jumps) |
Calculates C-alpha RMSD of the smaller partner after superposition of the larger partner. More... | |
core::Real | protocols::docking::calc_Irmsd (const core::pose::Pose &pose, const core::pose::Pose &native_pose, const core::scoring::ScoreFunctionCOP dock_scorefxn, DockJumps const movable_jumps) |
Calculates the all-atom RMSD of all residues within 5A of the interface at superposition along those same atoms. More... | |
core::Real | protocols::docking::calc_CA_Irmsd (const core::pose::Pose &pose, const core::pose::Pose &native_pose, const core::scoring::ScoreFunctionCOP dock_scorefxn, DockJumps const movable_jumps) |
calcluates the CA-atom RMSD of all residues within 5A of the interface at superposition along those same atoms More... | |
core::Real | protocols::docking::calc_Fnat (const core::pose::Pose &pose, const core::pose::Pose &native_pose, const core::scoring::ScoreFunctionCOP dock_scorefxn, DockJumps const movable_jumps) |
Calculates the fraction of native contacts recovered between the input and native pose. A native-contact is defined as defined by a residue from one partner being within 5A of a residue from the other partner in the native structure. More... | |
core::Real | protocols::docking::calc_Fnonnat (const core::pose::Pose &pose, const core::pose::Pose &native_pose, const core::scoring::ScoreFunctionCOP dock_scorefxn, DockJumps const movable_jumps) |
Calculates the fraction of non-native contacts recovered between the input and native pose. A native-contact is defined as defined by a residue from one partner being within 5A of a residue from the other partner in the native structure. Fnonnat = Nnon-native-contact/Nnative_contact. More... | |
core::Real | protocols::docking::calc_Fnat (const core::pose::Pose &pose, std::string const &list_file, DockJumps const movable_jumps) |
Calculates the fraction of native contacts from the given native contacts pair list. More... | |
core::Real | protocols::docking::calc_Fnonnat (const core::pose::Pose &pose, std::string const &list_file, DockJumps const movable_jumps) |
Calculates the fraction of non-native contacts from the given native contacts pari list. More... | |
bool | protocols::docking::calc_res_contact (conformation::ResidueOP rsd1, conformation::ResidueOP rsd2, Real dist_cutoff) |
protocols that are specific to docking low resolution