pkpd.protocols.protocol_pkpd_change_units module

class pkpd.protocols.protocol_pkpd_change_units.ProtPKPDChangeUnits(**kwargs)[source]

Bases: pkpd.protocols.protocol_pkpd.ProtPKPD

Change units of a given variable.

Protocol created by http://www.kinestatpharma.com

choicesAUC = ['g*h/L', 'mg*h/L', 'ug*h/L', 'ng*h/L', 'g*h/mL', 'g*h/uL', 'g*min/L', 'mg*min/L', 'ug*min/L', 'ng*min/L', 'g*min/mL', 'g*min/uL']
choicesAUMC = ['mg*h^2/L', 'ug*h^2/L', 'ng*h^2/L', 'g*h^2/mL', 'g*h^2/uL', 'g*min^2/L', 'mg*min^2/L', 'ug*min^2/L', 'ng*min^2/L', 'g*min^2/mL', 'g*min^2/uL']
choicesCl = ['L/h', 'mL/h', 'uL/h', 'nL/h', 'L/min', 'mL/min', 'uL/min', 'nL/min', 'L/s', 'mL/s', 'uL/s', 'nL/s']
choicesConc = ['g/L', 'mg/L', 'ug/L', 'ng/L', 'g/mL', 'mg/mL', 'ug/mL', 'g/uL']
choicesInvTime = ['1/h', '1/min', '1/sec']
choicesTime = ['h', 'min', 'sec']
choicesVnorm = ['L/kg', 'L/g']
choicesVolume = ['L', 'mL', 'uL', 'nL']
choicesWeight = ['kg', 'g', 'mg', 'ug', 'ng']
choicesWeightInvTime = ['kg/h', 'g/h', 'mg/h', 'ug/h', 'ng/h', 'kg/min', 'g/min', 'mg/min', 'ug/min', 'ng/min', 'kg/s', 'g/s', 'mg/s', 'ug/s', 'ng/s']
createOutputStep()[source]
filterVarForWizard(v)[source]

Define the type of variables required (used in wizard).

runChange(objId, labelToChange, category)[source]