external¶
Bindings for core::io::external namespace
-
pyrosetta.rosetta.core.io.external.
generate_prob
(psipred_result: pyrosetta.rosetta.core.io.external.PsiPredResult, desired_ss: str) → pyrosetta.rosetta.utility.vector1_double¶ generates scores for each residue based on psipred confidence and the desired secondary structure
C++: core::io::external::generate_prob(const struct core::io::external::PsiPredResult &, class std::basic_string<char>) –> class utility::vector1<double, class std::allocator<double> >
-
pyrosetta.rosetta.core.io.external.
nonmatching_residues
(blueprint_ss: str, pred_ss: str) → pyrosetta.rosetta.utility.vector1_unsigned_long¶ - finds which positions in the blueprint and predicted secondary structure string don’t match
- returns a vector of the residue numbers
C++: core::io::external::nonmatching_residues(const class std::basic_string<char> &, const class std::basic_string<char> &) –> class utility::vector1<unsigned long, class std::allocator<unsigned long> >