Single-Instance TasksADMEHIA (Human Intestinal Absorption), Hou et al.

HIA (Human Intestinal Absorption), Hou et al.

ADME

Dataset Description

When a drug is orally administered, it needs to be absorbed from the human gastrointestinal system into the bloodstream of the human body. This ability of absorption is called human intestinal absorption (HIA) and it is crucial for a drug to be delivered to the target.

Task Description

Binary classification. Given a drug SMILES string, predict the activity of HIA.

Dataset Statistics

578 drugs.

Available Splits

Random SplitScaffold Split

Usage Example

from tdc_ml.single_pred import ADME

data = ADME(name='HIA_Hou')

# 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