rosetta.protocols.toolbox.pose_manipulation
index
(built-in)

Bindings for protocols::toolbox::pose_manipulation namespace

 
Functions
       
add_chainbreaks_according_to_jumps(...) method of builtins.PyCapsule instance
add_chainbreaks_according_to_jumps(pose : rosetta.core.pose.Pose) -> NoneType
 
Florian Richter( floric.washington.edu), nov 11
 
 
 adds chainbreak residue types depending on fold tree jumps
construct_poly_XXX_pose(...) method of builtins.PyCapsule instance
construct_poly_XXX_pose(*args, **kwargs)
Overloaded function.
 
1. construct_poly_XXX_pose(aa : str, pose : rosetta.core.pose.Pose, positions : rosetta.utility.vector1_unsigned_long, keep_pro : bool, keep_gly : bool, keep_disulfide_cys : bool) -> NoneType
 
Nobuyasu Koga ( nobuyasu.edu ), Oct 09
 
 
 puts in XXX residues at the positions specified in the 'positions' input array
 
2. construct_poly_XXX_pose(aa : str, pose : rosetta.core.pose.Pose, positions : rosetta.utility.vector1_unsigned_long, restype_set : rosetta.core.chemical.ResidueTypeSet, keep_pro : bool, keep_gly : bool, keep_disulfide_cys : bool) -> NoneType
 
Nobuyasu Koga ( nobuyasu.edu ), Oct 09; Tom Linsky (tlinsky.edu), Nov 2014
 
 
 puts in XXX residues at the positions from the given residue typeset specified in the 'positions' input array
construct_poly_ala_pose(...) method of builtins.PyCapsule instance
construct_poly_ala_pose(pose : rosetta.core.pose.Pose, positions : rosetta.utility.vector1_unsigned_long, keep_pro : bool, keep_gly : bool, keep_disulfide_cys : bool) -> NoneType
 
Florian Richter( floric.washington.edu) , june 08
 
 
 puts in ala residues at the positions specified in the 'positions' input array
construct_poly_d_ala_pose(...) method of builtins.PyCapsule instance
construct_poly_d_ala_pose(pose : rosetta.core.pose.Pose, positions : rosetta.utility.vector1_unsigned_long, keep_pro : bool, keep_gly : bool, keep_disulfide_cys : bool) -> NoneType
 
Vikram K. Mulligan (vmullig.edu)
 
 
 puts in D-ala residues at the positions specified in the 'positions' input array
construct_poly_uniq_restype_pose(...) method of builtins.PyCapsule instance
construct_poly_uniq_restype_pose(pose : rosetta.core.pose.Pose, positions : rosetta.utility.vector1_unsigned_long, restype : rosetta.core.chemical.ResidueType, keep_pro : bool, keep_gly : bool, keep_disulfide_cys : bool) -> NoneType
 
Possu Huang ( possu.edu)
 
 
 allows construction of a polymer of any residue type
remove_chainbreaks_according_to_jumps(...) method of builtins.PyCapsule instance
remove_chainbreaks_according_to_jumps(pose : rosetta.core.pose.Pose) -> NoneType
 
Florian Richter( floric.washington.edu), nov 11
 
 
 removes chainbreak residue types depending on fold tree jumps
remove_non_protein_residues(...) method of builtins.PyCapsule instance
remove_non_protein_residues(pose : rosetta.core.pose.Pose) -> NoneType
 
Florian Richter( floric.washington.edu) , aug 08
 
 
 deletes all nonprotein residues from a pose
superimpose_pose_on_subset_CA(...) method of builtins.PyCapsule instance
superimpose_pose_on_subset_CA(*args, **kwargs)
Overloaded function.
 
1. superimpose_pose_on_subset_CA(pose : rosetta.core.pose.Pose, ref_pose : rosetta.core.pose.Pose, positions : rosetta.utility.vector1_unsigned_long) -> float
 
Florian Richter( floric.washington.edu) , sep 08
 
 
 superimposes one pose onto the other at the positions specified and
 
 
 with the offset specified
 
2. superimpose_pose_on_subset_CA(pose : rosetta.core.pose.Pose, ref_pose : rosetta.core.pose.Pose, positions : rosetta.utility.vector1_unsigned_long, offset : int) -> float
 
Florian Richter( floric.washington.edu) , sep 08
 
 
 superimposes one pose onto the other at the positions specified and
 
 
 with the offset specified