pkpd.viewers.viewer module

class pkpd.viewers.viewer.PKPDAllometricScalingViewer(tmpPath='./Tmp', **args)[source]

Bases: pyworkflow.viewer.Viewer

Visualization of an allometric scaling

visualize(obj, **kwargs)[source]

Display each of the views, by default the implementation is for desktop.

class pkpd.viewers.viewer.PKPDAnalysisViewer(tmpPath='./Tmp', **args)[source]

Bases: pyworkflow.viewer.Viewer

Wrapper to visualize analysis results

visualize(obj, **kwargs)[source]

Display each of the views, by default the implementation is for desktop.

class pkpd.viewers.viewer.PKPDCSVViewer(tmpPath='./Tmp', **args)[source]

Bases: pyworkflow.viewer.Viewer

Wrapper to visualize CSV files

visualize(obj, **kwargs)[source]

Display each of the views, by default the implementation is for desktop.

class pkpd.viewers.viewer.PKPDExperimentViewer(tmpPath='./Tmp', **args)[source]

Bases: pkpd.viewers.viewer.PKPDViewer

Visualization of a given PKPDExperiment

visualize(obj, **kwargs)[source]

Display each of the views, by default the implementation is for desktop.

class pkpd.viewers.viewer.PKPDFittingViewer(tmpPath='./Tmp', **args)[source]

Bases: pkpd.viewers.viewer.PKPDViewer

Visualization of a given PKPDFitting

visualize(obj, **kwargs)[source]

Display each of the views, by default the implementation is for desktop.

class pkpd.viewers.viewer.PKPDPopulationViewer(tmpPath='./Tmp', **args)[source]

Bases: pyworkflow.viewer.Viewer

Visualization of a given Population

visualize(obj, **kwargs)[source]

Display each of the views, by default the implementation is for desktop.

class pkpd.viewers.viewer.PKPDRegressionLabelsViewer(tmpPath='./Tmp', **args)[source]

Bases: pyworkflow.viewer.Viewer

Wrapper to visualize regression

class pkpd.viewers.viewer.PKPDStatisticsLabelViewer(tmpPath='./Tmp', **args)[source]

Bases: pyworkflow.viewer.Viewer

Wrapper to visualize statistics

visualize(obj, **kwargs)[source]

Display each of the views, by default the implementation is for desktop.

class pkpd.viewers.viewer.PKPDViewer(tmpPath='./Tmp', **args)[source]

Bases: pyworkflow.viewer.Viewer