
Admetica
Profile small-molecule ADMET properties across 22 Chemprop-based prediction models.
Input
Output
Ethanol (simple alcohol)
Caffeine (drug molecule)
Multiple compounds

Predict ADMET (Absorption, Distribution, Metabolism, Excretion, Toxicity) properties from SMILES strings using machine learning models trained on Therapeutics Data Commons datasets.

Predict toxicity and synthetic accessibility of small molecules using machine learning. eToxPred combines toxicity risk assessment with synthetic accessibility scoring to help prioritize drug candidates.

Identify toxic, reactive, and pharmacokinetically problematic molecular fragments using structural alert patterns

Screen for lead-like compounds using stricter molecular descriptor criteria than Lipinski or Veber rules for early-stage drug discovery

Screen compounds for Pan-Assay Interference patterns that cause false positives in biological assays

Quantitative estimate for protein-protein interaction inhibitor potential. Evaluates drug-likeness for compounds targeting PPIs.

Screen compounds for structural toxicity alerts using PAINS, Brenk, and NIH filters. For focused screening, see PAINS Filter, Brenk Filter, or Veber's Rule.

Veber's Rule predicts oral bioavailability by evaluating molecular weight, LogP, hydrogen bond donors/acceptors, and rotatable bonds

Lipinski's Rule of Five predicts whether compounds will be orally bioavailable by evaluating molecular weight, LogP, hydrogen bond donors, and acceptors.

AF2BIND predicts ligand-binding residues from a protein structure using AlphaFold2 pair representations and a 20-residue bait sequence.
Admetica is Datagrok's open-source ADMET prediction toolkit for small molecules. In ProteinIQ, the current tool follows the active published runtime surface available in the published admetica==1.4.1 package and the published web runtime: you can predict 22 pharmacokinetic and toxicity properties from SMILES strings.
Admetica uses Chemprop graph neural networks trained per endpoint. Each model predicts one experimentally grounded ADMET property, so the tool is useful for early compound triage, lead optimization, and comparing candidates before synthesis or assay work.
Paste one SMILES per line, upload an .sdf, .csv, .smi, .smiles, or .txt file, or fetch structures from PubChem. Tab-delimited name<TAB>SMILES input is supported if you want to preserve your own identifiers.
| Format | Description |
|---|---|
| Plain SMILES | One compound per line |
| Tab-delimited | compound_name<TAB>SMILES |
| SDF | Multiple structures from a structure-data file |
| CSV | Table input containing SMILES |
| PubChem fetch | Resolve a compound name or CID to SMILES |
ProteinIQ supports the native property subset selector. By default, all 22 available models are selected. You can deselect endpoints you do not need to reduce result columns and run only the models relevant to your screen.
| Group | Property |
|---|---|
| Absorption | Caco2 |
| Absorption | Lipophilicity |
| Absorption | Solubility |
| Absorption | PGP-Inhibitor |
| Absorption | PGP-Substrate |
| Distribution | PPBR |
| Distribution | VDss |
| Metabolism | CYP1A2-Inhibitor |
| Metabolism | CYP2C9-Inhibitor |
| Metabolism | CYP2C19-Inhibitor |
| Metabolism | CYP2D6-Inhibitor |
| Metabolism | CYP3A4-Inhibitor |
| Metabolism | CYP1A2-Substrate |
| Metabolism | CYP2C9-Substrate |
| Metabolism | CYP2C19-Substrate |
| Metabolism | CYP2D6-Substrate |
| Metabolism | CYP3A4-Substrate |
| Excretion | CL-Hepa |
| Excretion | CL-Micro |
| Excretion | Half-Life |
| Toxicity | hERG |
| Toxicity | LD50 |
Results are returned as a spreadsheet with one row per molecule. Exported columns use the original native property keys rather than ProteinIQ-specific aliases.
| Column | Meaning |
|---|---|
ids | ProteinIQ transport identifier for the submitted row |
smiles | Submitted SMILES string |
Caco2 | Predicted Caco-2 permeability |
Lipophilicity | Predicted lipophilicity |
Solubility | Predicted aqueous solubility |
PGP-Inhibitor | P-glycoprotein inhibitor prediction |
PGP-Substrate | P-glycoprotein substrate prediction |
PPBR | Plasma protein binding rate |
VDss | Volume of distribution at steady state |
CYP1A2-Inhibitor | CYP1A2 inhibition prediction |
CYP2C9-Inhibitor | CYP2C9 inhibition prediction |
CYP2C19-Inhibitor | CYP2C19 inhibition prediction |
CYP2D6-Inhibitor | CYP2D6 inhibition prediction |
CYP3A4-Inhibitor | CYP3A4 inhibition prediction |
CYP1A2-Substrate | CYP1A2 substrate prediction |
CYP2C9-Substrate | CYP2C9 substrate prediction |
CYP2C19-Substrate | CYP2C19 substrate prediction |
CYP2D6-Substrate | CYP2D6 substrate prediction |
CYP3A4-Substrate | CYP3A4 substrate prediction |
CL-Hepa | Hepatocyte clearance prediction |
CL-Micro | Microsome clearance prediction |
Half-Life | Half-life prediction |
hERG | hERG liability prediction |
LD50 | Acute toxicity prediction |
If you run only a subset of models, the output contains only ids, smiles, and the selected native property columns.
Admetica mixes regression and classification endpoints. Continuous outputs such as Caco2, Solubility, CL-Hepa, CL-Micro, Half-Life, and LD50 should be interpreted in the context of the published training data and published endpoint definitions. Classification-style outputs such as the CYP, P-gp, and hERG endpoints indicate predicted liabilities or substrate behavior for the named target.
Use the predictions as triage signals rather than hard acceptance rules. Compounds outside the model training domain, including unusual chemotypes and larger non-drug-like structures, can produce less reliable estimates.
this tool intentionally stays thin. ProteinIQ preserves the native runtime predictions and returns the currently available 22-model surface. The tool keeps ids and smiles for workflow tracking, but it does not add ProteinIQ-only descriptor columns to the exported result table.
admetica==1.4.1 runtime surface rather than every asset present in the original repository.