OEFPType¶
This namespace contains constants representing various OEFingerPrint types available in the GraphSim TK.
See also
Circular
This constant represents the circular fingerprint type.
Circular fingerprints are generated by exhaustively enumerating all circular fragments grown radially from each heavy atom of the molecule up to the given radius and then hashing these fragments into a fixed-length bitvector.
See also
- Circular section 
Lingo
This constant represents the LINGO fingerprint type.
MACCS166
This constant represents the MACCS key fingerprint type.
See also
- MACCS section 
Path
This constant represents the path fingerprint type.
Path fingerprints are generated by exhaustively enumerating all linear paths of a molecular graph up to a given size and then hashing these fragments into a fixed-length bitvector.
See also
- Path section 
Tree
This constant represents the tree fingerprint type.
A tree fingerprint is generated by exhaustively enumerating all trees of a molecular graph up to a given size and then hashing these fragments into a fixed-length bitvector.
See also
- Tree section