hotspot_hashing¶
Bindings for protocols::hotspot_hashing namespace
-
pyrosetta.rosetta.protocols.hotspot_hashing.
remove_hotspot_constraints_from_pose
(: pyrosetta.rosetta.core.pose.Pose) → pyrosetta.rosetta.utility.vector1_std_shared_ptr_const_core_scoring_constraints_Constraint_t¶ - utility function for deleting all backbone stub constraints from a pose.
- Returns the removed constraints (ambiguous).
C++: protocols::hotspot_hashing::remove_hotspot_constraints_from_pose(class core::pose::Pose &) –> class utility::vector1<class std::shared_ptr<const class core::scoring::constraints::Constraint>, class std::allocator<class std::shared_ptr<const class core::scoring::constraints::Constraint> > >
-
pyrosetta.rosetta.protocols.hotspot_hashing.
residue_sc_rmsd_no_super
(*args, **kwargs)¶ Overloaded function.
- residue_sc_rmsd_no_super(res1: pyrosetta.rosetta.core.conformation.Residue, res2: pyrosetta.rosetta.core.conformation.Residue) -> float
- residue_sc_rmsd_no_super(res1: pyrosetta.rosetta.core.conformation.Residue, res2: pyrosetta.rosetta.core.conformation.Residue, fxnal_group_only: bool) -> float
utility function to calculate per-residue sidechain rmsd without superposition
C++: protocols::hotspot_hashing::residue_sc_rmsd_no_super(class std::shared_ptr<const class core::conformation::Residue>, class std::shared_ptr<const class core::conformation::Residue>, const bool) –> double
-
pyrosetta.rosetta.protocols.hotspot_hashing.
stub_from_points
(stream: pyrosetta.rosetta.std.istream, stub: pyrosetta.rosetta.core.kinematics.Stub) → pyrosetta.rosetta.std.istream¶ C++: protocols::hotspot_hashing::stub_from_points(class std::basic_istream<char> &, class core::kinematics::Stub &) –> class std::basic_istream<char> &
-
pyrosetta.rosetta.protocols.hotspot_hashing.
stub_tgt_angle
(pose: pyrosetta.rosetta.core.pose.Pose, stub: pyrosetta.rosetta.core.conformation.Residue, target_res: int) → float¶ utility function to make sure stub’s Cbeta is not pointed away from the target.
C++: protocols::hotspot_hashing::stub_tgt_angle(const class core::pose::Pose &, class std::shared_ptr<const class core::conformation::Residue>, const unsigned long) –> double
-
pyrosetta.rosetta.protocols.hotspot_hashing.
stub_to_points
(stream: pyrosetta.rosetta.std.ostream, stub: pyrosetta.rosetta.core.kinematics.Stub) → pyrosetta.rosetta.std.ostream¶ C++: protocols::hotspot_hashing::stub_to_points(class std::basic_ostream<char> &, const class core::kinematics::Stub &) –> std::ostream &