pkpd.protocols.protocol_pkpd module

In this module are protocol base classes related to PKPD

class pkpd.protocols.protocol_pkpd.ProtPKPD(**kwargs)[source]

Bases: pwem.protocols.protocol.EMProtocol

addFileContentToMessage(msg, fn)[source]
doublePrint(fh, msg)[source]
loadInputExperiment()[source]

If the protocol has an attribute ‘inputExperiment’, load that experiment from file. If not, return None.

printSection(msg)[source]
readExperiment(fnIn, show=True, fullRead=True)[source]
readFitting(fnIn, show=True, cls='')[source]
setInputExperiment()[source]

Set as self.experiment the experiment that is referenced in the attribute self.inputExperiment.

writeExperiment(experiment, fnOut)[source]
pkpd.protocols.protocol_pkpd.addDoseToForm(form)[source]