a fragment candidate
More...
#include <ProfileScoreSubMatrix.hh>
|
| | ProfileScoreSubMatrix (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string sequence, Size longest_vall_chunk, std::string subMatrixFile) |
| |
| | ~ProfileScoreSubMatrix () |
| |
| void | do_caching (VallChunkOP) |
| |
| void | clean_up () |
| |
| bool | score (FragmentCandidateOP, FragmentScoreMapOP) |
| |
| bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
| |
| | CachingScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) |
| |
| | 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...
|
| |
| protocols::frag_picker::scores::ProfileScoreSubMatrix::ProfileScoreSubMatrix |
( |
Size |
priority, |
|
|
Real |
lowest_acceptable_value, |
|
|
bool |
use_lowest, |
|
|
std::string |
sequence, |
|
|
Size |
longest_vall_chunk, |
|
|
std::string |
subMatrixFile |
|
) |
| |
| protocols::frag_picker::scores::ProfileScoreSubMatrix::~ProfileScoreSubMatrix |
( |
| ) |
|
| void protocols::frag_picker::scores::ProfileScoreSubMatrix::clean_up |
( |
| ) |
|
|
inlinevirtual |
| void protocols::frag_picker::scores::ProfileScoreSubMatrix::clear |
( |
| ) |
|
|
private |
| void protocols::frag_picker::scores::ProfileScoreSubMatrix::do_caching |
( |
VallChunkOP |
chunk | ) |
|
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
References aa_from_oneletter_code(), protocols::frag_picker::VallChunk::at(), cached_scores_id_, protocols::frag_picker::VallChunk::chunk_key(), basic::FRAGMENTPICKING_PROFILE_CAHING, protocols::frag_picker::VallChunk::get_pdb_id(), j, PROF_START, PROF_STOP, scores_, sequence_, protocols::frag_picker::VallChunk::size(), sub_matrix_, and protocols::frag_picker::scores::trProfScoreSubMatrix.
Referenced by cached_score().
| std::string protocols::frag_picker::scores::ProfileScoreSubMatrix::cached_scores_id_ |
|
private |
| Matrix protocols::frag_picker::scores::ProfileScoreSubMatrix::scores_ |
|
protected |
| std::string protocols::frag_picker::scores::ProfileScoreSubMatrix::sequence_ |
|
private |
| std::string protocols::frag_picker::scores::ProfileScoreSubMatrix::subMatrixFile_ |
|
private |
The documentation for this class was generated from the following files: