Package qsardes.descriptor.qsarme
Class QsarMEWeightedPath
java.lang.Object
qsardes.descriptor.DescriptorWeightedPath
qsardes.descriptor.qsarme.QsarMEWeightedPath
- All Implemented Interfaces:
Descriptor
Weighted path descriptors (QSAR-ME Profiler 2025).
Calculates weighted path descriptors using the CDK WeightedPathDescriptor class.
Returns
WTPT1 - Molecular ID.
WTPT2 - Molecular ID / number of atoms.
WTPT3 - Sum of path lengths starting from heteroatoms.
WTPT4 - Sum of path lengths starting from oxygens.
WTPT5 - Sum of path lengths starting from nitrogens.
Calculates weighted path descriptors using the CDK WeightedPathDescriptor class.
Returns
WTPT1 - Molecular ID.
WTPT2 - Molecular ID / number of atoms.
WTPT3 - Sum of path lengths starting from heteroatoms.
WTPT4 - Sum of path lengths starting from oxygens.
WTPT5 - Sum of path lengths starting from nitrogens.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class qsardes.descriptor.DescriptorWeightedPath
get_descriptor_names, get_descriptor_type, get_descriptor_values, toString
-
Constructor Details
-
QsarMEWeightedPath
public QsarMEWeightedPath()
-