Package chemaxon.calculations.cnsmpo
Class CnsMpo
java.lang.Object
chemaxon.calculations.cnsmpo.CnsMpo
CNS MPO score calculator.
Scientific paper: https://pubs.acs.org/doi/pdf/10.1021/acschemneuro.6b00029
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Simple DTO that contains the predicted value and its CNS MPO score. -
Method Summary
-
Method Details
-
properties
Returns the calculated phys-chem properties and scores. -
score
public double score()Calculates the CNS MPO score from properties.- Returns:
- the sum of property"s scores
-
calculate
Calculates the CNS MPO properties and scores of the given molecule.- Parameters:
molecule
- input structure- Returns:
- the CNS MPO
-