BBB (Blood-Brain Barrier), Martins et al.
ADME
Dataset Description
As a membrane separating circulating blood and brain extracellular fluid, the blood-brain barrier (BBB) is the protection layer that blocks most foreign drugs. Thus the ability of a drug to penetrate the barrier to deliver to the site of action forms a crucial challenge in development of drugs for central nervous system. From MoleculeNet.
Task Description
Binary classification. Given a drug SMILES string, predict the activity of BBB.
Dataset Statistics
1,975 drugs.
Available Splits
Random SplitScaffold Split
Usage Example
from tdc_ml.single_pred import ADME data = ADME(name='BBB_Martins') # Access the data df = data.get_data() print(df.head()) # Get train/val/test splits split = data.get_split() print(split)
References
License
This dataset is licensed under CC BY 4.0