PAMPA Permeability, NCATS
ADME
Dataset Description
PAMPA (parallel artificial membrane permeability assay) is a commonly employed assay to evaluate drug permeability across the cellular membrane. PAMPA is a non-cell-based, low-cost and high-throughput alternative to cellular models. Although PAMPA does not model active and efflux transporters, it still provides permeability values that are useful for absorption prediction because the majority of drugs are absorbed by passive diffusion through the membrane.
Task Description
Binary classification. Given a compound's SMILES string, predict whether it has high permeability (1) or low-to-moderate permeability (0) in PAMPA assay.
Dataset Statistics
NCATS set - 2035 compounds; Approved drugs set - 142 drugs.
Available Splits
Random SplitScaffold Split
Usage Example
from tdc_ml.single_pred import ADME data = ADME(name='PAMPA_NCATS') # 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