public class PsScore extends Object
Gao, M., and Skolnick, J. (2013). APoc: large-scale identification of similar protein pockets.
Bioinformatics, 29(5), 597-604.
| Modifier and Type | Method and Description |
|---|---|
double |
getScore() |
double |
getSignificance() |
static PsScore |
of(SubstructureSuperimposition substructureSuperimposition,
int referenceLength,
int queryLength)
Calculates the
PsScore for the given SubstructureSuperimposition. |
String |
toString() |
public static PsScore of(SubstructureSuperimposition substructureSuperimposition, int referenceLength, int queryLength)
PsScore for the given SubstructureSuperimposition.substructureSuperimposition - The SubstructureSuperimposition for which the score should be
calculated.referenceLength - The length of the reference ligand binding site.queryLength - The length of the query ligand binding site.PsScore.public double getScore()
public double getSignificance()
Copyright © 2018. All rights reserved.