![]() |
Rosetta Protocols
2014.16.56682
|
SequenceIdentity score counts how many residues share the same secondary structure. More...
#include <SecondaryIdentity.hh>
Public Member Functions | |
| SecondaryIdentity (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string &query_secondary_structure, std::string prediction_name) | |
| virtual bool | score (FragmentCandidateOP, FragmentScoreMapOP) |
| Computes the score. More... | |
| bool | describe_score (FragmentCandidateOP, FragmentScoreMapOP, std::ostream &) |
| prints a detailed explanation how a fragment score has been computed More... | |
| std::string & | get_prediction_name () |
Public Member Functions inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| FragmentScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) | |
| std::string & | get_score_name () |
| Returns a name of this scoring method. More... | |
| Size | get_id () |
| Returns an integer index assigned to this scoring method by a scoring manager. More... | |
| void | set_id (Size id) |
| Sets a new integer index for this scoring method. More... | |
| Size | get_priority () |
| Returns a priority of this scoring method. More... | |
| 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 (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 in the same secondary structure More... | |
| static const int | PENALTY = 1 |
| will be added if the two residues are NOT in the same secondary structure More... | |
Private Attributes | |
| std::string & | query_ |
| std::string | prediction_name_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| Size | id_ |
| Size | priority_ |
| std::string | name_ |
| Real | lowest_acceptable_value_ |
| bool | use_lowest_ |
SequenceIdentity score counts how many residues share the same secondary structure.
|
inline |
| bool protocols::frag_picker::scores::SecondaryIdentity::describe_score | ( | FragmentCandidateOP | f, |
| FragmentScoreMapOP | empty_map, | ||
| std::ostream & | out | ||
| ) |
prints a detailed explanation how a fragment score has been computed
References protocols::abinitio::abscript::I, protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, PENALTY, query_, REWARD, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
|
inline |
|
virtual |
Computes the score.
Implements protocols::frag_picker::scores::FragmentScoringMethod.
References protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, PENALTY, query_, REWARD, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
|
static |
will be added if the two residues are NOT in the same secondary structure
Referenced by describe_score(), and score().
|
private |
|
private |
Referenced by describe_score(), and score().
|
static |
will be added if the two residues are in the same secondary structure
Referenced by describe_score(), and score().
1.8.7