CYP P450 2D6 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, CYP2D6 is primarily expressed in the liver. It is also highly expressed in areas of the central nervous system, including the substantia nigra.
Task Description
Binary Classification. Given a drug SMILES string, predict CYP2D6 inhibition.
Dataset Statistics
13,130 drugs.
Available Splits
Random SplitScaffold Split
Usage Example
from tdc_ml.single_pred import ADME data = ADME(name='CYP2D6_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