Rosetta
|
scores a fragment by its tmscore to the given reference structure More...
#include <FragmentChunkCrms.hh>
Public Member Functions | |
FragmentChunkCrms (core::Size, core::Real, bool, std::string, core::pose::PoseOP, ObjexxFCL::FArray1D_int &) | |
creates a tmscore-based scoring function. More... | |
~FragmentChunkCrms () override | |
bool | score (FragmentCandidateOP, FragmentScoreMapOP) override |
![]() | |
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... | |
Private Member Functions | |
void | fill_bb_coords (core::pose::Pose const &, ObjexxFCL::FArray2_double &, core::Size) |
void | fill_bb_coords (core::pose::Pose const &, ObjexxFCL::FArray2_double &, ObjexxFCL::FArray1D_int &) |
Private Attributes | |
std::string | cached_scores_id_ |
core::Size | n_atoms_ |
core::pose::PoseOP | reference_pose_ |
core::pose::PoseOP | fragment_pose_ |
ObjexxFCL::FArray2D_double | reference_coordinates_ |
ObjexxFCL::FArray2D_double | chunk_coordinates_ |
ObjexxFCL::FArray2D_double | fragment_coordinates_ |
ObjexxFCL::FArray1D_double | weights_ |
ObjexxFCL::FArray1D_int | seqmapping_ |
Additional Inherited Members | |
![]() | |
core::Size | id_ |
core::Size | priority_ |
std::string | name_ |
core::Real | lowest_acceptable_value_ |
bool | use_lowest_ |
scores a fragment by its tmscore to the given reference structure
protocols::frag_picker::scores::FragmentChunkCrms::FragmentChunkCrms | ( | core::Size | , |
core::Real | , | ||
bool | , | ||
std::string | , | ||
core::pose::PoseOP | , | ||
ObjexxFCL::FArray1D_int & | |||
) |
creates a tmscore-based scoring function.
fragments will be compared to a given pose, which should have the same number of residues a the query sequence
References fill_bb_coords(), fragment_pose_, core::pose::make_pose_from_sequence(), n_atoms_, reference_coordinates_, reference_pose_, seqmapping_, and weights_.
|
overridedefault |
|
private |
Referenced by FragmentChunkCrms(), and score().
|
private |
|
overridevirtual |
Implements protocols::frag_picker::scores::FragmentScoringMethod.
References fill_bb_coords(), fragment_coordinates_, fragment_pose_, protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, n_atoms_, reference_coordinates_, seqmapping_, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
|
private |
|
private |
|
private |
Referenced by score().
|
private |
Referenced by FragmentChunkCrms(), and score().
|
private |
Referenced by FragmentChunkCrms(), and score().
|
private |
Referenced by FragmentChunkCrms(), and score().
|
private |
Referenced by FragmentChunkCrms().
|
private |
Referenced by FragmentChunkCrms(), and score().
|
private |
Referenced by FragmentChunkCrms().