|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strbio.mol.lib.ScoreAveragePSIBlast
public class ScoreAveragePSIBlast
A scoring function that uses PSI-BLAST matrices, averaging the score over all residues in the fold.
Version 1.1, 3/10/00 - way faster Version 1.0, 9/29/99 - original version
| Constructor Summary | |
|---|---|
ScoreAveragePSIBlast()
|
|
| Method Summary | |
|---|---|
void |
describe(Printf outfile)
This should print info about the object to an output file. |
void |
finished(Polymer p)
This function is called when you are done using the function on a polymer. |
void |
finished(Polymer s,
Polymer f)
This function is called when you are done using the function on a pair. |
double |
score(Monomer a,
Monomer b)
This function should return a score for aligning two monomers of a polymer, preferably with low = good, high = bad. |
double |
score(ProfResPSI a,
ProfResPSI b)
|
void |
setup(Polymer p)
This function is to set up the scoring function for use on a polymer. |
void |
setup(Polymer s,
Polymer f)
This function is to set up the scoring function for use on a pair. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScoreAveragePSIBlast()
| Method Detail |
|---|
public double score(ProfResPSI a,
ProfResPSI b)
public double score(Monomer a,
Monomer b)
ScoreFunction
score in interface ScoreFunctionpublic void setup(Polymer p)
ScoreSetup
setup in interface ScoreSetup
public void setup(Polymer s,
Polymer f)
ScoreSetup2
setup in interface ScoreSetup2
public void finished(Polymer s,
Polymer f)
ScoreSetup2
finished in interface ScoreSetup2public void finished(Polymer p)
ScoreSetup
finished in interface ScoreSetuppublic void describe(Printf outfile)
Description
describe in interface Description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||