Caco-2 (Cell Effective Permeability), Wang et al.
ADME
Dataset Description
The human colon epithelial cancer cell line, Caco-2, is used as an in vitro model to simulate the human intestinal tissue. The experimental result on the rate of drug passing through the Caco-2 cells can approximate the rate at which the drug permeates through the human intestinal tissue.
Task Description
Regression. Given a drug SMILES string, predict the Caco-2 cell effective permeability.
Dataset Statistics
906 drugs.
Available Splits
Random SplitScaffold Split
Usage Example
from tdc_ml.single_pred import ADME data = ADME(name='Caco2_Wang') # 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