Skip to main content
ChemAgent can predict various molecular properties from SMILES representations, including solubility, lipophilicity, blood-brain barrier permeability, toxicity, and more.

Supported Properties

ESOL

Water solubility (log S)

LIPO

Lipophilicity (logD at pH 7.4)

BBBP

Blood-brain barrier permeability

Clintox

Clinical toxicity

HIV

HIV replication inhibition

SIDER

Side effects by organ system

Output Formats

Property predictions return values in two formats:
  • <NUMBER> - Continuous numerical values (ESOL, LIPO)
  • <BOOLEAN> - Binary yes/no predictions (BBBP, Clintox, HIV, SIDER)

ESOL - Water Solubility

Predict the water solubility of a compound in log S (mol/L).
ESOL values are in log S units. More negative values indicate lower solubility.

LIPO - Lipophilicity

Predict the octanol/water distribution coefficient (logD) at pH 7.4.
LogD at pH 7.4 is particularly relevant for predicting drug absorption and distribution in physiological conditions.

BBBP - Blood-Brain Barrier Permeability

Determine whether a compound can cross the blood-brain barrier.

Use Cases

  • CNS Drug Design - Identify compounds that can reach the brain
  • Safety Assessment - Evaluate potential neurotoxicity risks
  • Formulation - Optimize delivery for neurological conditions

Clintox - Clinical Toxicity

Predict whether a compound is toxic in clinical trials.

HIV - Replication Inhibition

Predict whether a compound can inhibit HIV replication.
This prediction is based on the HIV dataset from MoleculeNet, which contains experimental inhibition data.

SIDER - Side Effects

Predict drug side effects by organ system (cardiovascular, digestive, nervous system, etc.).

Available Organ Systems

Batch Predictions

Predict multiple properties for the same compound:

With Agent Integration

Use the agent for automatic validation and error handling:

Parsing Output Values

Extract numerical and boolean values from predictions:

Understanding Predictions

  • > 0: Highly soluble
  • -2 to 0: Moderately soluble
  • -4 to -2: Slightly soluble
  • < -4: Poorly soluble
  • < 0: Hydrophilic
  • 0 to 3: Moderate lipophilicity (drug-like)
  • > 3: Highly lipophilic
  • > 5: May have poor absorption
BBBP, Clintox, HIV, and SIDER return binary Yes/No predictions based on trained classifiers. These are probabilistic predictions based on structural features.

See Also