Single-Instance TasksADMEClearance, AstraZeneca

Clearance, AstraZeneca

ADME

Dataset Description

Drug clearance is defined as the volume of plasma cleared of a drug over a specified time period and it measures the rate at which the active drug is removed from the body. This is a dataset curated from ChEMBL database containing experimental results on intrinsic clearance, deposited from AstraZeneca. It contains clearance measures from two experiment types, hepatocyte and microsomes. As many studies [2] have shown various clearance outcomes given these two different types, we separate them.

Task Description

Regression. Given a drug SMILES string, predict the activity of clearance.

Dataset Statistics

1,102/1,020 drugs for microsome/hepatocyte clearance.

Available Splits

Random SplitScaffold Split

Usage Example

from tdc_ml.single_pred import ADME

data = ADME(name='Clearance_Hepatocyte_AZ')

# 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