R6 class for Reporting Engine Qualification Workflow
See also
Other workflows:
MeanModelWorkflow
,
PopulationWorkflow
Super class
ospsuite.reportingengine::Workflow
-> QualificationWorkflow
Public fields
configurationPlan
ConfigurationPlan
objectsimulate
SimulationTask
object for time profile simulationscalculatePKParameters
CalculatePKParametersTask
object for PK parameters calculationplotTimeProfiles
PlotTask
object for time profile plotsplotComparisonTimeProfile
PlotTask
object for comparison of time profiles plotsplotGOFMerged
PlotTask
object for goodness of fit plotsplotPKRatio
PlotTask
object for PK ratio plotplotDDIRatio
PlotTask
object for DDI ratio plot
Methods
Inherited methods
ospsuite.reportingengine::Workflow$activateTasks()
ospsuite.reportingengine::Workflow$getActiveTasks()
ospsuite.reportingengine::Workflow$getAllPlotTasks()
ospsuite.reportingengine::Workflow$getAllTasks()
ospsuite.reportingengine::Workflow$getInactiveTasks()
ospsuite.reportingengine::Workflow$getParameterDisplayPaths()
ospsuite.reportingengine::Workflow$getSimulationDescriptor()
ospsuite.reportingengine::Workflow$getWatermark()
ospsuite.reportingengine::Workflow$inactivateTasks()
ospsuite.reportingengine::Workflow$print()
ospsuite.reportingengine::Workflow$printReportingEngineInfo()
ospsuite.reportingengine::Workflow$setParameterDisplayPaths()
ospsuite.reportingengine::Workflow$setSimulationDescriptor()
ospsuite.reportingengine::Workflow$setWatermark()
Method new()
Create a new QualificationWorkflow
object.
Usage
QualificationWorkflow$new(configurationPlan, ...)
Method runWorkflow()
Run qualification workflow tasks for all simulation sets if tasks are activated The order of tasks is as follows:
Run simulations
Perform PK analyses
Perform plot tasks
a. time profiles and residual plots
b. comparison time profiles plots
c. PK ratio tables and plots
d. DDI ratio tables and plotsRender report
Method updateConfigurationPlan()
Update the content of the workflow configurationPlan
.
Caution, updating the configurationPlan
using this method won't update the workflow simulations and their results.
Use the method only to bypass reloading a full workflow if only plot aesthetics or section content is changed.