What problem does it solve?
Turning raw plasma concentration-time measurements into standard pharmacokinetic parameters (Cmax, AUC, half-life, clearance, volume of distribution, bioavailability) requires careful trapezoidal integration, terminal-phase regression, and BLQ handling that is error-prone when done manually.
Core Features & Use Cases
- Non-Compartmental Analysis (NCA): Computes Cmax, Tmax, AUC0-last, AUC0-inf, terminal half-life, clearance, volume of distribution, and MRT using the FDA/EMA linear-up/log-down trapezoidal method.
- Absolute Bioavailability: Calculates F from IV and oral AUC data with dose normalization.
- CSV-Based Local Analysis: The bundled
nca_from_csv.py script processes concentration-time CSV files with explicit BLQ (below limit of quantification) handling.
- Use Case: Given plasma concentrations measured at 0, 0.5, 1, 2, 4, 8, 12, and 24 hours after a 100 mg IV dose, compute the full PK parameter set and flag whether AUC extrapolation exceeds 20%.
Quick Start
Ask the agent to run NCA on your concentration-time data, for example: compute the pharmacokinetic parameters for these plasma concentrations measured over 24 hours after a 100 mg IV dose.