|
void | protocols::antibody::clusters::add_cluster_comments_to_pose (core::pose::Pose &pose, AntibodyInfoCOP ab_info) |
|
std::string | protocols::antibody::clusters::get_pose_cis_trans_conformation (core::pose::Pose const &pose, core::Size const start, core::Size const end) |
|
core::Real | protocols::antibody::clusters::calculate_dihedral_distance (utility::vector1< core::Real > cluster_phis, utility::vector1< core::Real > pose_phis, utility::vector1< core::Real > cluster_psis, utility::vector1< core::Real > pose_psis) |
| Calculates the dihedral distance used to match cluster centers. More...
|
|
bool | protocols::antibody::clusters::check_if_pose_renumbered_for_clusters (core::pose::Pose const &pose) |
| Very basic way to check to make sure pose residues are North_AHO (North, et al) scheme, which allows the clustering. More...
|
|
CDRClusterEnum | protocols::antibody::clusters::get_cluster_from_cache_or_ab_info (AntibodyInfoCOP ab_info, core::pose::Pose const &pose, CDRNameEnum const cdr) |
|