See: Description
Interface | Description |
---|---|
Ecfp |
Folded fixed length bit string representation of the ECFP descriptor family.
|
EcfpComparator |
Comparator for
Ecfp descriptor representation. |
EcfpGenerator |
Calculates ECFP (fixed length folded binary vector representation) descriptors.
|
EcfpParameters.ConstructEcfpGenerator |
Interface representing ECFP generator constructor.
|
EcfpTableReader.Factory |
Factory class.
|
ThreadLocalizedEcfpParameters.ConstructThreadLocalizedEcfpGenerator |
Interface representing ECFP generator constructor.
|
Class | Description |
---|---|
ConstructEcfpGeneratorImpl |
Class wrapping constructor for DI.
|
ConstructThreadLocalizedEcfpGeneratorImpl |
Class wrapping constructor for DI.
|
EcfpParameters |
ECFP parameters class.
|
EcfpParameters.Builder |
Builder class for the immutable parameter object.
|
EcfpTableReader |
MDTable reader for ECFP/FCFP.
|
EcfpTableReaderImpl |
EcfpTableReader implementation.
|
EcfpTableReaderImpl.EcfpReaderFactoryImpl |
Factory implementation for EcfpTableReader.
|
ThreadLocalizedEcfpParameters |
Parameters class for
ThreadLocalizedEcfpGenerator . |
ThreadLocalizedEcfpParameters.Builder |
Parameters builder class for
ThreadLocalizedEcfpParameters . |
XmlUtils |
Simple XML utilities.
|
Enum | Description |
---|---|
EcfpAtomTypizers |
Predefined atom typing settings for ECFP fingerprint family.
|
Extended-Connectivity Fingerprints (ECFPs) are circular topological fingerprints representing various molecular features. This descriptor family can be characterized by the represented molecular features, as well the representation of the circular neighborhoods.
This API discriminates based on descriptor representation: the features can be represented as folded binary fingerprints (ECFP), duplicate filtered feature lists (ECFL) or feature occurence count statistics (ECFC).
Current limitations:
Please note that classes and interfaces in this package are marked with @Beta annotation, so they can be subject of incompatible changes or removal in later releases.