construct_poly_ala_pose(...)
|
|
construct_poly_ala_pose( (Pose)pose, (bool)keep_disulf, (set_Size)res_set) -> None :
creates a poly-ala pose where every non-gly, non-cyd, protein residue except those in the given set are converted to alanine
C++ signature :
void construct_poly_ala_pose(core::pose::Pose {lvalue},bool,std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >)
construct_poly_ala_pose( (Pose)pose, (bool)keep_disulf, (set_Size)set1, (set_Size)set2) -> None :
creates a poly-ala pose where every non-gly, non-cyd, protein residue except those in the given set are converted to alanine
C++ signature :
void construct_poly_ala_pose(core::pose::Pose {lvalue},bool,std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >,std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >)
|