Single-Instance TasksADMECYP P450 1A2 Inhibition, Veith et al.

CYP P450 1A2 Inhibition, Veith et al.

ADME

Dataset Description

The CYP P450 genes are involved in the formation and breakdown (metabolism) of various molecules and chemicals within cells. Specifically, CYP1A2 localizes to the endoplasmic reticulum and its expression is induced by some polycyclic aromatic hydrocarbons (PAHs), some of which are found in cigarette smoke.

Task Description

Binary Classification. Given a drug SMILES string, predict CYP1A2 inhibition.

Dataset Statistics

12,579 drugs.

Available Splits

Random SplitScaffold Split

Usage Example

from tdc_ml.single_pred import ADME

data = ADME(name='CYP1A2_Veith')

# Access the data
df = data.get_data()
print(df.head())

# Get train/val/test splits
split = data.get_split()
print(split)

License

This dataset is licensed under CC BY 4.0