What is Admetica?
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.
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.
Property selection
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.
available properties
Output columns
Results are returned as a spreadsheet with one row per molecule. The published runtime lowercases its prediction column keys; ProteinIQ preserves those keys and applies readable display labels in the spreadsheet.
If you run only a subset of models, the output contains only ids, smiles, and the selected native 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 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.
native surface in ProteinIQ
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.
Limitations
- The tool reflects the published
admetica==1.4.1 runtime surface rather than every asset present in the original repository.
- Only the 22 endpoints currently available by the native runtime are selectable here.
- Predictions are best suited to small-molecule chemical space similar to the published training data.
- This page does not add uncertainty estimates or re-score the native outputs.