Triage a set of candidate molecules for early ADMET/developability liabilities by orchestrating structure standardization, physicochemical descriptors, rule-based flags (Lipinski/Veber/PAINS/reactive), and ML ADMET predictions, then ranking into keep/review/drop tiers.When to use: a user hands over SMILES/a library and asks which compounds to prioritize.Multi-tool WORKFLOW, not one call.
Paramus — ADMET Liability Triage
Overview
Turn "which of these compounds are worth keeping?" into a reproducible parse → descriptors → flags → ML ADMET → rank pipeline. The value is the fused triage judgment, not any single prediction.
Guidance vs execution: every number comes from a tested Paramus tool. Do not hand-roll RDKit or a property model — route to the tools.
When to Use
- A library/set of molecules to prioritize, filter, or triage
- Early hit-to-lead developability screening Do not use for: single-molecule deep study, or final regulatory ADMET reporting.
Workflow
Candidate set (SMILES / SDF / IDs)
↓ 1. Parse & standardize → Paramus cheminformatics tool
↓ 2. Physicochemical descriptors → MW, logP, TPSA, HBD/HBA, rotatable bonds
↓ 3. Rule-based flags → Lipinski / Veber / PAINS / reactive groups
↓ 4. ML ADMET predictions → BRAIN models (solubility, hERG, CYP, clearance…)
↓ 5. Score & tier → Keep / Review / Drop
↓ 6. Report with provenance → per-compound rationale + model versions
Procedure
- Discover tools via
search/get_schema("molecular descriptors", "ADMET prediction", "standardization"). - Parse & standardize every input; quarantine parse failures — never silently drop.
- Compute descriptors (batched if supported).
- Apply rule-based flags (cheap deterministic gates).
- Run ML ADMET; capture each prediction's confidence/units + model version.
- Tier with an explicit, echoed rule; report a table with rationale + versions.
Domain Judgment
- Flags are gates, predictions are signals: a PAINS/reactive hit drops regardless of a good score.
- Low-confidence ML prediction → route to Review, not Drop.
- Batch, don't loop — consistent model versions across the set.
Fallbacks
- A model unavailable → triage on available signals; mark the missing dimension. No surrogate models.
- Endpoint unreachable → stop and report; no local RDKit/model fallback.
Tools this skill may use
Candidate deterministic tools an agent is likely to route to when running this skill. The skill decides which to call at runtime.
-
Calculate Logp
Molecular ChemistryAssessing lipophilicity for drug design, ADMET prediction, and membrane permeability studies -
Drug Likeness Profile
Molecular ChemistryComprehensive drug-likeness assessment in one call. Returns molecular properties (MW, LogP, TPSA, HBD, HBA, rotatable bonds, QED, SA score), rule checks (Lipinski, Veber, Ghose), and an overall assessment. All values include units and method attribution. -
Reactions Check Lipinski
Tools & IntegrationEvaluate Lipinski Rule-of-Five and Veber drug-likeness rules for a SMILES. -
Cloud Rowan Descriptors
Quantum ChemistryCompute molecular descriptors (electronic, geometric, ADMET-relevant) for a molecule.
Browse the full deterministic layer in the tool browser.
Used in these use cases
Customer scenarios that orchestrate this skill end-to-end.