R6 class for Reporting Engine Population Workflow
See also
Other workflows:
MeanModelWorkflow
,
QualificationWorkflow
Super class
ospsuite.reportingengine::Workflow
-> PopulationWorkflow
Public fields
workflowType
Type of population workflow
simulate
SimulationTask
object for time profile simulationscalculatePKParameters
CalculatePKParametersTask
object for PK parameters calculationcalculateSensitivity
SensitivityAnalysisTask
object for sensitivity analysisplotDemography
R6 class
Task
for demography plotsplotTimeProfilesAndResiduals
PlotTask
object for goodness of fit plotsplotPKParameters
R6 class
Task
for PK parameters plotplotSensitivity
R6 class
Task
for sensitivity 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 PopulationWorkflow
object.
Usage
PopulationWorkflow$new(
workflowType,
simulationSets,
workflowFolder,
createWordReport = TRUE,
watermark = NULL,
simulationSetDescriptor = NULL,
numberSections = TRUE,
reportTitle = NULL,
theme = NULL
)
Arguments
workflowType
Type of population workflow. Use enum
PopulationWorkflowTypes
to get list of workflow types.simulationSets
list of
SimulationSet
R6 class objectsworkflowFolder
path of the output folder created or used by the Workflow.
createWordReport
logical of option for creating Markdown-Report only but not a Word-Report.
watermark
displayed watermark in every plot background
simulationSetDescriptor
character Descriptor of simulation sets indicated in reports
numberSections
logical defining if the report sections should be numbered
reportTitle
report title internally added as a cover page If
reportTitle
is an existing file, it will be merged to the report as cover page.theme
A
Theme
object from{tlf}
package
Method runWorkflow()
Run population workflow tasks for all simulation sets if tasks are activated The order of tasks is as follows:
Run simulations
Perform PK and sensitivity analyses
Perform plot tasks
a. time profiles and residual plots
b. demography plots
c. PK and sensitivity analyses tables and plotsRender report