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() -> OESiteHopperResults
OESiteHopperResults(rhs: OESiteHopperResults) -> OESiteHopperResults
Default constructors.
GetColorScale
GetColorScale() -> float
Get scale factor applied to color Tanimoto to get PatchScore.
[default: 3.0]
GetColorTanimoto
GetColorTanimoto() -> float
Get color Tanimoto from the patch overlay.
GetPatchScore
GetPatchScore() -> float
Get PatchScore from overlay. This score is Shape Tanimoto + ScaleFactor * Color Tanimoto.
GetRank
GetRank() -> int
Get the rank in the hitlist.
GetSequenceSimilarity
GetSequenceSimilarity() -> float
Get sequence similarity between referance patch protein and fit patch protein.
GetShapeTanimoto
GetShapeTanimoto() -> float
Get Shape Tanimoto from overlay.
SetColorScale
SetColorScale(scale: float) -> None
Set scale factor applied to color Tanimoto to get PatchScore.
[default: 3.0]
SetColorTanimoto
SetColorTanimoto(score: float) -> None
SetRank
SetRank(rank: int) -> None
SetSequenceSimilarity
SetSequenceSimilarity(similarity: float) -> None
SetShapeTanimoto
SetShapeTanimoto(score: float) -> None