Simple CLI D2-antagonist switching tool, currently supporting:
- Dose conversion (information by The American Association of Psychiatric Pharmacists (AAPP)).
- Half-life and CYP450 metabolsim enzymes (information by DRUGBANK).
- CSV integration (must use standard columns).
- Depot doses
- Switching taper
AST requires Python to run.
cd ast
python ast.py (path to csv)
Required rows:
- Drug (str)
- generation (str)
- defined_daily_dose (float)
- effective_dose_95 (float)
- minimum_effective_dose (float)
- half-life (str)
- CYP450 (str)