|
| void | core::util::add_covalent_linkage (core::pose::Pose &pose, Size const resA_pos, Size const resB_pos, Size const resA_At, Size const resB_At, bool const remove_hydrogens) |
| | : Adds an arbitrary covalent linkage between two atoms (resA_At and resB_At) in two residues (at positions resA_pos and resB_pos). More...
|
| |
| void | core::util::add_covalent_linkage_helper (core::pose::Pose &pose, core::Size const res_pos, core::Size const Atpos, numeric::xyzVector< core::Real > const partner_xyz, std::string &res_varname, bool const remove_hydrogens) |
| | : This is a helper function for the add_covalent_linkage function. You probably don't want to call it directly, unless you really know what you're doing. More...
|
| |
utility::vector1
< core::id::AtomID > | core::util::find_metalbinding_atoms (core::pose::Pose const &pose, core::Size const metal_position, core::Real const dist_cutoff_multiplier) |
| | Function that generates a list of metal-binding atoms that coordinate a metal in a protein. More...
|
| |
| void | core::util::add_covalent_linkages_to_metal (core::pose::Pose &pose, core::Size const metal_position, utility::vector1< core::id::AtomID > &liganding_atomids, bool const remove_hydrogens) |
| | Function to add covalent linkages between a metal atom and all the liganding atoms provided in a vector of AtomIDs. More...
|
| |
| void | core::util::auto_setup_metal_bonds (core::pose::Pose &pose, core::Size const metal_position, core::Real const dist_cutoff_multiplier, bool const remove_hydrogens) |
| | Function to auto-detect and add covalent connections to metal ions. More...
|
| |
| void | core::util::auto_setup_all_metal_bonds (core::pose::Pose &pose, core::Real const dist_cutoff_multiplier, bool const remove_hydrogens) |
| | Function to auto-detect and add covalent connections to ALL metal ions in a pose. More...
|
| |
| void | core::util::auto_setup_all_metal_constraints (core::pose::Pose &pose, core::Real const distance_constraint_multiplier, core::Real const angle_constraint_multiplier) |
| | Function to set up distance and angle constraints between metals and the residues that bind them. More...
|
| |
| void | core::util::auto_setup_all_metal_constraints (core::pose::Pose &pose, core::scoring::ScoreFunctionOP sfxn, core::Real const distance_constraint_multiplier, core::Real const angle_constraint_multiplier) |
| | Function to set up distance and angle constraints between metals and the residues that bind them. More...
|
| |
Utilities for working with metalloproteins.
- Author
- Vikram K. Mulligan (vmull.nosp@m.ig@u.nosp@m.w.edu)