Module DbFpSupplier
source code
Supplies a class for working with fingerprints from databases
#DOC
|
DbFpSupplier
new fps come back with all additional fields from the...
|
|
ForwardDbFpSupplier
DbFp supplier supporting only forward iteration
|
|
RandomAccessDbFpSupplier
DbFp supplier supporting random access:
>>> import os.path
>>> from rdkit.Dbase.DbConnection import DbConnect
>>> fName = RDConfig.RDTestDatabase
>>> conn = DbConnect(fName,'simple_combined')
>>> suppl = RandomAccessDbFpSupplier(conn.GetData())
>>> len(suppl)
12
|
Imports:
RDConfig,
VLibNode,
DataStructs,
six,
cPickle,
sys