OESiteHopperResults¶
class OESiteHopperResults
This is a class used inside the SiteHopper search. User results user the OESiteHopperScore class.
- The following classes derive from this class:
Constructors¶
OESiteHopperResults()=default
OESiteHopperResults(OESiteHopperResults &&rhs)=default
OESiteHopperResults(const OESiteHopperResults &rhs)=default
Default constructors.
operator=¶
OESiteHopperResults &operator=(OESiteHopperResults &&rhs)=default
OESiteHopperResults &operator=(const OESiteHopperResults &rhs)=default
GetColorScale¶
float GetColorScale() const
Get scale factor applied to color Tanimoto to get PatchScore.
[default: 3.0]
GetPatchScore¶
float GetPatchScore() const
Get PatchScore from overlay. This score is Shape Tanimoto + ScaleFactor * Color Tanimoto.
GetSequenceSimilarity¶
float GetSequenceSimilarity() const
Get sequence similarity between referance patch protein and fit patch protein.
SetColorScale¶
void SetColorScale(float scale)
Set scale factor applied to color Tanimoto to get PatchScore.
[default: 3.0]
SetColorTanimoto¶
void SetColorTanimoto(float score)
SetRank¶
void SetRank(unsigned int rank)
SetSequenceSimilarity¶
void SetSequenceSimilarity(float similarity)
SetShapeTanimoto¶
void SetShapeTanimoto(float score)