|
__init__(self,
inputF,
fpT,
numN,
pick,
outputN,
indicesF,
idF) |
|
|
|
readFingers(self,
inputFile)
Creates a list of fingerprints (objects of FINGER.Finger) from the
input file. |
|
|
|
looSearch(self,
S,
fp,
num)
Computes the similarities between fp and all molecules from S and
outputs top num hits. |
|
|
|
writeResults(self,
fp,
R,
fileH)
Writes the output line for fp, in the format
fp-id fp-class class-1:sim-1:1 ... |
|
|
|
writeResults2(self,
fp,
R1,
R2,
fileH)
Writes the output line for fp, in the format
fp-id fp-class class-1:sim-1:1 ... |
|
|
|
retrieve(self)
Retrives the nearest neighbors as defined by the options. |
|
|