What problem does it solve?
Quantitative biology problems—drug dosing, epidemic thresholds, environmental risk, enzyme kinetics—require multi-step calculations where mental arithmetic introduces errors and unit mismatches cause silent failures. This Skill provides a structured reasoning framework plus verified Python scripts to compute accurate answers from first principles.
Core Features & Use Cases
- Domain Reasoning Patterns: Maps problems to physical processes (exponential decay, saturation/binding, conservation/dilution, threshold crossover) covering pharmacokinetics, epidemiology, population genetics, and toxicology.
- Bundled Calculation Scripts: Ready-to-run Python scripts for epidemiology (R0, herd immunity, NNT, diagnostic tests, Bayesian post-test probability), burn resuscitation fluids (Parkland/Brooke/Galveston), enzyme kinetics (Km/Vmax, Hill, Ki), IV drip rates, dilutions, and environmental hazard quotients.
- ToolUniverse Integration: Looks up real-world values (molecular weight, Kd, allele frequencies, PK properties) via PubChem, ChEMBL, BindingDB, and gnomAD tools when a specific drug, compound, or gene is named.
- Use Case: A clinician asks for the burn resuscitation fluid rate for a 25 kg child with 45% TBSA burns—run burn_fluids.py to get hourly rates for the first 8h and next 16h with verification steps.
Quick Start
Ask the AI to calculate the herd immunity threshold and required vaccination coverage for a disease with R0 of 3.5 and vaccine efficacy of 90%.