![]() |
Rosetta
2021.16
|
#include <LegacyInterModelMotifScorer.hh>

Public Member Functions | |
| LegacyInterModelMotifScorer () | |
| default construct More... | |
| ~LegacyInterModelMotifScorer () override | |
| core::Real | score (AssemblyCOP assembly) override |
| core::Real | full_motif_score (AssemblyCOP assembly) |
Public Member Functions inherited from protocols::legacy_sewing::scoring::LegacyMotifScorer | |
| LegacyMotifScorer () | |
| default construct More... | |
| ~LegacyMotifScorer () override | |
| core::Real | score (AssemblyCOP assembly) override |
| core::Real | norm_motif_score (AssemblyCOP assembly) |
| core::Real | full_motif_score (AssemblyCOP assembly) |
| numeric::xyzTransform< core::Real > | get_stub (utility::vector1< SewSegment > const &segments, core::Size segment_num, core::Size resnum) const |
| core::Real | get_score (numeric::xyzTransform< core::Real > stub1, char ss1, char aa1, numeric::xyzTransform< core::Real > stub2, char ss2, char aa2) const |
| void | dump_motif (AssemblyCOP assembly) const |
Public Member Functions inherited from protocols::legacy_sewing::scoring::LegacyAssemblyScorer | |
| LegacyAssemblyScorer () | |
| default construct More... | |
| ~LegacyAssemblyScorer () override | |
Additional Inherited Members | |
Protected Attributes inherited from protocols::legacy_sewing::scoring::LegacyMotifScorer | |
| core::scoring::motif::MotifHashManager & | mman_ |
| core::chemical::ResidueTypeSetCOP | res_type_set_ |
| protocols::legacy_sewing::scoring::LegacyInterModelMotifScorer::LegacyInterModelMotifScorer | ( | ) |
default construct
|
inlineoverride |
| core::Real protocols::legacy_sewing::scoring::LegacyInterModelMotifScorer::full_motif_score | ( | AssemblyCOP | assembly | ) |
use Will's Motif score to calculate the motif score for interactions between a given segment and segments from other models. Divide by total number of segments
References protocols::legacy_sewing::scoring::LegacyMotifScorer::get_score(), protocols::legacy_sewing::scoring::LegacyMotifScorer::get_stub(), protocols::legacy_sewing::scoring::LegacyMotifScorer::res_type_set_, and score().
Referenced by score().
|
overridevirtual |
Use the negative normalized motif score
Implements protocols::legacy_sewing::scoring::LegacyAssemblyScorer.
References full_motif_score().
Referenced by full_motif_score().
1.8.7