R6 class for ConfigurationPlan guiding Qualification Workflow
See also
Other qualification workflow:
QualificationVersionInfo
,
adjustTitlePage()
,
loadConfigurationPlan()
,
loadQualificationWorkflow()
,
startQualificationRunner()
Public fields
plots
list defining `PlotConfiguration` settings for specific tasks
inputs
data.frame or list mapping input files to their paths
intro
data.frame or list mapping introduction files to their paths
markdownIntro
name of markdown file that includes intro content
referenceFolder
Reference path for accessing inputs
workflowFolder
path of the output folder created or used by the Workflow.
Active bindings
sections
data.frame mapping section ids to their paths
simulationMappings
data.frame mapping simulations to their paths
observedDataSets
data.frame mapping observed datasets to their paths
Methods
Method copyContentFiles()
If available, copy all files and folders of `Content` directory into `<workflowFolder>`
Method getObservedDataPath()
Get location of observed data corresponding to a specific observedDataSet Id
Method getMolWeightForObservedData()
Get molecular weight of observed data corresponding to a specific observedDataSet Id
Method getSimulationPath()
Get location of simulation file corresponding to a specific simulation and project names
Method getPopulationPath()
Get location of population file corresponding to a specific simulation and project names
Method getSimulationResultsPath()
Get location of simulation result file corresponding to a specific simulation and project names
Method getPKAnalysisResultsPath()
Get location of PK Analysis result file corresponding to a specific simulation and project names