Package qsardes.descriptor.qsarme
Class QsarMEAtomCount
java.lang.Object
qsardes.descriptor.DescriptorAtomCount
qsardes.descriptor.qsarme.QsarMEAtomCount
- All Implemented Interfaces:
Descriptor
Atom count descriptors (QSAR-ME Profiler 2025).
Calculates atom count descriptors using the CDK AtomCountDescriptor class. In addition counts the number of halogens and heavy atoms.
Returns n# where # is the atomic symbols. Also returns nX (halogens) and nHeavyAtom.
Calculates atom count descriptors using the CDK AtomCountDescriptor class. In addition counts the number of halogens and heavy atoms.
Returns n# where # is the atomic symbols. Also returns nX (halogens) and nHeavyAtom.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class qsardes.descriptor.DescriptorAtomCount
get_descriptor_names, get_descriptor_type, get_descriptor_values, toString
-
Constructor Details
-
QsarMEAtomCount
public QsarMEAtomCount()
-