![]() |
Rosetta
2021.16
|
ProlinePhiScore score counts identical residues. More...
#include <ProlinePhiScore.hh>

Public Member Functions | |
| ProlinePhiScore (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string &fastaQueryDisulfide) | |
| bool | score (FragmentCandidateOP f, FragmentScoreMapOP empty_map) override |
| bool | describe_score (FragmentCandidateOP f, FragmentScoreMapOP empty_map, std::ostream &out) |
| prints a detailed explanation how a fragment score has been computed More... | |
Public Member Functions inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| FragmentScoringMethod (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string name) | |
| std::string & | get_score_name () |
| Returns a name of this scoring method. More... | |
| core::Size | get_id () |
| Returns an integer index assigned to this scoring method by a scoring manager. More... | |
| void | set_id (core::Size id) |
| Sets a new integer index for this scoring method. More... | |
| core::Size | get_priority () |
| Returns a priority of this scoring method. More... | |
| core::Real | get_min_allowed_score () |
| Returns the lowest acceptable score value for this scoring method. More... | |
| bool | get_use_lowest () |
| Returns the boolean choice on using the above lowest acceptable score value. More... | |
| void | set_min_allowed_score (core::Real lowest_acceptable_value) |
| Sets a new value of the lowest acceptable score. More... | |
Static Public Attributes | |
| static const int | REWARD = 0 |
| will be added if the two residues are identical More... | |
| static const int | PENALTY = 1 |
| will be added if the two residues are NOT identical More... | |
Private Attributes | |
| std::string & | query_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| core::Size | id_ |
| core::Size | priority_ |
| std::string | name_ |
| core::Real | lowest_acceptable_value_ |
| bool | use_lowest_ |
ProlinePhiScore score counts identical residues.
Resulting score is the number of identical residues on corresponding positions in a vall fragment and a query sequence
|
inline |
| bool protocols::frag_picker::scores::ProlinePhiScore::describe_score | ( | FragmentCandidateOP | f, |
| FragmentScoreMapOP | empty_map, | ||
| std::ostream & | out | ||
| ) |
prints a detailed explanation how a fragment score has been computed
besides extensive output, the method should return the same result as score()
References core::chemical::element::F, and core::chemical::element::I.
|
overridevirtual |
|
static |
will be added if the two residues are NOT identical
|
private |
|
static |
will be added if the two residues are identical
1.8.7