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]

GetColorTanimoto

float GetColorTanimoto() const

Get color Tanimoto from the patch overlay.

GetPatchScore

float GetPatchScore() const

Get PatchScore from overlay. This score is Shape Tanimoto + ScaleFactor * Color Tanimoto.

GetRank

unsigned int GetRank() const

Get the rank in the hitlist.

GetSequenceSimilarity

float GetSequenceSimilarity() const

Get sequence similarity between referance patch protein and fit patch protein.

GetShapeTanimoto

float GetShapeTanimoto() const

Get Shape Tanimoto from overlay.

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)