![]() |
Rosetta Protocols
2015.09
|
Routines to measure antibodies. More...
#include <protocols/antibody/metrics.hh>
#include <protocols/antibody/AntibodyInfo.hh>
#include <protocols/antibody/AntibodyEnum.hh>
#include <protocols/antibody/AntibodyEnumManager.hh>
#include <basic/MetricValue.hh>
#include <basic/Tracer.hh>
#include <core/scoring/sasa/SasaCalc.hh>
#include <core/pose/metrics/CalculatorFactory.hh>
#include <core/pose/Pose.hh>
#include <core/conformation/Residue.hh>
#include <core/scoring/sasa.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/methods/EnergyMethod.hh>
#include <core/scoring/methods/EnergyMethodOptions.hh>
#include <core/scoring/hbonds/HBondOptions.hh>
#include <core/scoring/Energies.hh>
#include <numeric/PCA.hh>
#include <numeric/xyz.functions.hh>
#include <numeric/xyzVector.io.hh>
#include <utility/vector1.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::antibody | |
Functions | |
static thread_local basic::Tracer | TR ("antibody.metrics") |
vector1< Real > | protocols::antibody::vl_vh_orientation_coords (const core::pose::Pose &pose_in, const AntibodyInfo &ab_info) |
calculate the VH_VL packing angle from 2 sheet definitions on each antibody chain More... | |
std::pair< core::Real, core::Real > | protocols::antibody::kink_dihedral (const core::pose::Pose &pose, const protocols::antibody::AntibodyInfo &ab_info, bool debug) |
core::Real | protocols::antibody::kink_bb_Hbond (const core::pose::Pose &pose, const protocols::antibody::AntibodyInfo &ab_info) |
core::Real | protocols::antibody::kink_RD_Hbond (const core::pose::Pose &pose, const protocols::antibody::AntibodyInfo &ab_info) |
core::Real | protocols::antibody::kink_Trp_Hbond (const core::pose::Pose &pose, const protocols::antibody::AntibodyInfo &ab_info) |
std::pair< ParatopeMetric < core::Real >, ParatopeMetric < core::Real > > | protocols::antibody::paratope_sasa (const core::pose::Pose &pose, const AntibodyInfo &ab_info) |
calculate the SASA of the antibody paratope. Returns all and hydrophobic components. More... | |
core::SSize | protocols::antibody::pose_charge (core::pose::Pose const &pose) |
calculate the net charge of the antibody More... | |
ParatopeMetric< core::SSize > | protocols::antibody::paratope_charge (core::pose::Pose const &pose, const protocols::antibody::AntibodyInfo &abinfo) |
calculate the net charge of the paratope More... | |
core::Real | protocols::antibody::cdr_energy (core::pose::Pose const &pose, AntibodyInfoCOP ab_info, core::scoring::ScoreFunctionCOP scorefxn, CDRNameEnum const &cdr) |
calculate dSASA of the paratope and antigen using result of InterfaceAnalyzerMover More... | |
core::Real | protocols::antibody::cdr_CN_anchor_distance (core::pose::Pose const &pose, AntibodyInfoCOP ab_info, CDRNameEnum const &cdr) |
Calculate the distance between the carbon and nitrogen of each residue before and after the CDR respectively. More... | |
Routines to measure antibodies.
|
static |