pkpd.protocols.protocol_pkpd_simulate_liver_flow module

class pkpd.protocols.protocol_pkpd_simulate_liver_flow.PKPDLiver[source]

Bases: pkpd.objects.PKPDODEModel

F(t, y)[source]
G(t, dD)[source]
getResponseDimension()[source]
getStateDimension()[source]
imposeConstraints(yt)[source]
class pkpd.protocols.protocol_pkpd_simulate_liver_flow.PKPDLiverEV1[source]

Bases: object

setDose(doseAmount)[source]
setTimeRange(tF)[source]
simulate(params, t)[source]
class pkpd.protocols.protocol_pkpd_simulate_liver_flow.ProtPKPDSimulateLiverFlow(**kwargs)[source]

Bases: pkpd.protocols.protocol_pkpd.ProtPKPD

Simulate the concentration of a compound (typically an enzyme inhibitor) at liver.

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

parseList(strList)[source]
runSimulate()[source]