Admetica

Profile small-molecule ADMET properties across 22 Chemprop-based prediction models.

3
Configure input settings on the left, then click "Submit"

Related tools

ADMET-AI

ADMET-AI

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

eToxPred

eToxPred

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.

Brenk filter

Brenk filter

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

Lead-likeness filter

Lead-likeness filter

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

PAINS filter

PAINS filter

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

QEPPI

QEPPI

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

ToxPred 2.0 (Toxicity prediction)

ToxPred 2.0 (Toxicity prediction)

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

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 5

Lipinski's rule of 5

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

SPRINT

SPRINT

SPRINT (Structure-aware PRotein ligand INTeraction) predicts drug-target interactions using co-embedded protein and ligand representations. Screen thousands of compounds against a protein target in seconds.

What is Admetica?

Admetica is Datagrok's open-source ADMET prediction toolkit for small molecules. In ProteinIQ, the current wrapper follows the active upstream runtime surface exposed by the published admetica==1.4.1 package and the upstream 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.

How to use Admetica online

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.

Input formats

FormatDescription
Plain SMILESOne compound per line
Tab-delimitedcompound_name<TAB>SMILES
SDFMultiple structures from a structure-data file
CSVTable input containing SMILES
PubChem fetchResolve a compound name or CID to SMILES

Property selection

ProteinIQ exposes the upstream property subset selector. By default, all 22 upstream-exposed models are selected. You can deselect endpoints you do not need to reduce result columns and run only the models relevant to your screen.

Upstream-exposed properties

GroupProperty
AbsorptionCaco2
AbsorptionLipophilicity
AbsorptionSolubility
AbsorptionPGP-Inhibitor
AbsorptionPGP-Substrate
DistributionPPBR
DistributionVDss
MetabolismCYP1A2-Inhibitor
MetabolismCYP2C9-Inhibitor
MetabolismCYP2C19-Inhibitor
MetabolismCYP2D6-Inhibitor
MetabolismCYP3A4-Inhibitor
MetabolismCYP1A2-Substrate
MetabolismCYP2C9-Substrate
MetabolismCYP2C19-Substrate
MetabolismCYP2D6-Substrate
MetabolismCYP3A4-Substrate
ExcretionCL-Hepa
ExcretionCL-Micro
ExcretionHalf-Life
ToxicityhERG
ToxicityLD50

Output columns

Results are returned as a spreadsheet with one row per molecule. Exported columns use the original upstream property keys rather than ProteinIQ-specific aliases.

ColumnMeaning
idsProteinIQ transport identifier for the submitted row
smilesSubmitted SMILES string
Caco2Predicted Caco-2 permeability
LipophilicityPredicted lipophilicity
SolubilityPredicted aqueous solubility
PGP-InhibitorP-glycoprotein inhibitor prediction
PGP-SubstrateP-glycoprotein substrate prediction
PPBRPlasma protein binding rate
VDssVolume of distribution at steady state
CYP1A2-InhibitorCYP1A2 inhibition prediction
CYP2C9-InhibitorCYP2C9 inhibition prediction
CYP2C19-InhibitorCYP2C19 inhibition prediction
CYP2D6-InhibitorCYP2D6 inhibition prediction
CYP3A4-InhibitorCYP3A4 inhibition prediction
CYP1A2-SubstrateCYP1A2 substrate prediction
CYP2C9-SubstrateCYP2C9 substrate prediction
CYP2C19-SubstrateCYP2C19 substrate prediction
CYP2D6-SubstrateCYP2D6 substrate prediction
CYP3A4-SubstrateCYP3A4 substrate prediction
CL-HepaHepatocyte clearance prediction
CL-MicroMicrosome clearance prediction
Half-LifeHalf-life prediction
hERGhERG liability prediction
LD50Acute toxicity prediction

If you run only a subset of models, the output contains only ids, smiles, and the selected upstream property columns.

Interpreting results

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 upstream 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.

Upstream surface in ProteinIQ

This wrapper intentionally stays thin. ProteinIQ preserves the upstream runtime predictions and returns the currently exposed 22-model surface. The wrapper keeps ids and smiles for workflow tracking, but it does not add ProteinIQ-only descriptor columns to the exported result table.

Limitations

  • The wrapper reflects the published admetica==1.4.1 runtime surface rather than every asset present in the upstream repository.
  • Only the 22 endpoints currently exposed by the upstream runtime are selectable here.
  • Predictions are best suited to small-molecule chemical space similar to the upstream training data.
  • This page does not add uncertainty estimates or re-score the upstream outputs.