hERG blockers
Tox
Dataset Description
Human ether-à-go-go related gene (hERG) is crucial for the coordination of the heart's beating. Thus, if a drug blocks the hERG, it could lead to severe adverse effects. Therefore, reliable prediction of hERG liability in the early stages of drug design is quite important to reduce the risk of cardiotoxicity-related attritions in the later development stages.
Task Description
Binary classification. Given a drug SMILES string, predict whether it blocks (1) or not blocks (0).
Dataset Statistics
648 drugs.
Available Splits
Random SplitScaffold Split
Usage Example
from tdc_ml.single_pred import Tox data = Tox(name='hERG') # 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.