Rosetta
|
Functions | |
utility::vector1< bool > | select_interface_residues (core::pose::Pose const &pose, std::string interface, core::Size interface_distance) |
Get a set of interface residues using the dock_chains interface string: Ex: LH_A. More... | |
utility::vector1< bool > protocols::interface::select_interface_residues | ( | core::pose::Pose const & | pose, |
std::string | interface, | ||
core::Size | interface_distance | ||
) |
Get a set of interface residues using the dock_chains interface string: Ex: LH_A.
Uses Steven's InterGroupNeighborsCalculator. Does not require pose to have specific foldtree.
References core::pose::Pose::chain(), protocols::toolbox::CalcInterNeighborGroup::compute(), core::sequence::end, core::pose::get_chain_id_from_chain(), protocols::toolbox::CalcInterNeighborGroup::neighbors(), and core::pose::Pose::size().
Referenced by protocols::antibody::select_epitope_residues().