Single-Instance TasksADMEVDss (Volumn of Distribution at steady state), Lombardo et al.

VDss (Volumn of Distribution at steady state), Lombardo et al.

ADME

Dataset Description

The volume of distribution at steady state (VDss) measures the degree of a drug's concentration in body tissue compared to concentration in blood. Higher VD indicates a higher distribution in the tissue and usually indicates the drug with high lipid solubility, low plasma protein binding rate.

Task Description

Regression. Given a drug SMILES string, predict the volume of distribution.

Dataset Statistics

1,130 drugs.

Available Splits

Random SplitScaffold Split

Usage Example

from tdc_ml.single_pred import ADME

data = ADME(name='VDss_Lombardo')

# 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