| Gather files and files from folders to one location | .gatherFiles |
| Get SimulationResults from ConcurrentSimulationRunner | .getConcurrentSimulationRunnerResults |
| get OSP Dimensions from OSPSuite.Dimensions.xml data | .getOspDimensions |
| get OSP Units from OSPSuite.Dimensions.xml data | .getOspUnits |
| Retrieves the display path of the quantity defined by path in the simulation | .getQuantityDisplayPaths |
| Converts a list of .NET 'ParameterValue' into a list with 2 entries: 'paths', 'values'. A 3rd optional entry 'units' will be defined if the parameter 'addUnits' is set to 'TRUE'. Note: Units are only available for .NET object of type 'ParameterValueWithUnit' | .parameterValueListFrom |
| parse OSPSuite.Dimensions.xml containing dimensions and units | .parseDimensionsXML |
| Saves the pK-analyses to csv file | .savePKAnalysesToCSV |
| Saves the population to csv file | .savePopulationToCSV |
| Saves the simulation results to csv file | .saveResultsToCSV |
| Saves the simulation analysis results to csv file | .saveSensitivityAnalysisResultsToCSV |
| Scale current values of quantities using a factor | .scaleQuantityValues |
| Set end time of the simulation | .setEndSimulationTime |
| Set values of quantity | .setQuantityValues |
| Check if quantity can be represented in the unit | .validateHasUnit |
| Adds an interval to the output schema of the simulation | addOutputInterval |
| Adds the quantities as output into the 'simulation'. The quantities can either be specified using explicit instances or using paths. | addOutputs |
| Add a residual column to paired observed/predicted data | addResidualColumn |
| Adds and returns a User-Defined PK-Parameter to the managed list of PK-Parameters | addUserDefinedPKParameter |
| AgingData | AgingData |
| List all available dimensions in the 'OSPSuite' platform | allAvailableDimensions |
| Returns the name of all pk parameters defined in the system | allPKParameterNames |
| Application | Application |
| Calculates the pkAnalyses for all output values available in 'results'. | calculatePKAnalyses |
| Calculate residuals for datasets in 'DataCombined' | calculateResiduals |
| Clears the memory used by all underlying objects | clearMemory |
| Removes all intervals as well as all single time points from the output schema defined in 'simulation' | clearOutputIntervals |
| Removes all selected output from the given 'simulation' | clearOutputs |
| How should comparison of entities be performed | CompareBy |
| Convert between snapshot and project formats | convertSnapshot |
| Convert datasets in 'DataCombined' to common units | convertUnits |
| Creates the parameter distributions based on the given individual 'individualCharacteristics' | createDistributions |
| Create a 'DataImporterConfiguration' for an XLS sheet | createImporterConfigurationForFile |
| Creates a set of parameter values describing an individual using the PK-Sim Database | createIndividual |
| Create the characteristics of an individual using the PK-Sim Database. | createIndividualCharacteristics |
| Creates an population using the PK-Sim Database | createPopulation |
| Creates the population characteristics used to create a population | createPopulationCharacteristics |
| Creates and returns an instance of a 'SimulationBatch' that can be used to efficiently vary parameters and initial values in a simulation | createSimulationBatch |
| Names of aggregation available for plotPopulationTimeProfile() | DataAggregationMethods |
| DataColumn | DataColumn |
| Object combining simulated and observed data | DataCombined |
| dataCombinedAciclovir | dataCombinedAciclovir |
| Supported types of the error | DataErrorType |
| DataImporterConfiguration | DataImporterConfiguration |
| DataRepository | DataRepository |
| DataSet | DataSet |
| Creates a list of 'DataSet' objects from a 'data.frame' | dataSetsFromDataFrame |
| Converts a list of 'DataSet' objects to a data.frame | dataSetToDataFrame dataSetToTibble |
| Plot configuration for OSP plots | DefaultPlotConfiguration |
| Wrapper class for '.NET' objects | DotNetWrapper |
| Entity | Entity |
| Export simulation PKMLs for given 'individualIds'. Each pkml file will contain the original simulation updated with parameters of the corresponding individual. | exportIndividualSimulations |
| Saves the pK-analyses to csv file | exportPKAnalysesToCSV |
| Saves the population to csv file | exportPopulationToCSV |
| Export a project to a snapshot | exportProjectToSnapshot |
| Saves the simulation results to csv file | exportResultsToCSV |
| Saves the simulation analysis results to csv file | exportSensitivityAnalysisResultsToCSV |
| Export steady-state to Excel in the format that can be imported in MoBi. | exportSteadyStateToXLS |
| Formula | Formula TableFormula |
| Default genders defined in PK-Sim | Gender |
| Retrieves the path of all containers defined in the container and all its children | getAllContainerPathsIn |
| Retrieve all sub containers of a parent container (simulation or container instance) matching the given path criteria | getAllContainersMatching |
| Retrieves the paths of all molecules defined in the container and all its children | getAllMoleculePathsIn |
| Retrieve all molecules of a container (simulation or container instance) matching the given path criteria | getAllMoleculesMatching |
| Retrieves the path of all observers defined in the container and all its children | getAllObserverPathsIn |
| Retrieves the path of all parameters defined in the container and all its children | getAllParameterPathsIn |
| Retrieve all parameters of the given simulation matching the given path criteria and also potential candidate for sensitivity variation | getAllParametersForSensitivityAnalysisMatching |
| Retrieve all parameters of a container (simulation or container instance) matching the given path criteria | getAllParametersMatching |
| Retrieve all quantities of a container (simulation or container instance) matching the given path criteria | getAllQuantitiesMatching |
| Retrieves the path of all quantities defined in the container and all its children | getAllQuantityPathsIn |
| Get the paths of all state variable parameters of the simulation | getAllStateVariableParametersPaths |
| Get the paths of all state variable quantities of the simulation | getAllStateVariablesPaths |
| Get base unit of a dimension | getBaseUnit |
| Retrieve a single container by path under the given container | getContainer |
| Get dimension by name | getDimensionByName |
| Get dimension for a given unit | getDimensionForUnit |
| Retrieve a single molecule by path in the given container | getMolecule |
| Retrieve molecular weight for a quantity's molecule | getMolWeightFor |
| Get the value of a global ospsuite-R setting. | getOSPSuiteSetting |
| Extracting simulated values | getOutputValues |
| Retrieve a single parameter by path in the given container | getParameter |
| Retrieves the display path of the parameters defined by paths in the simulation | getParameterDisplayPaths |
| Retrieve a single quantity by path in the given container | getQuantity |
| Get the values of quantities in the simulation by path | getQuantityValuesByPath |
| Get simulation tree | getSimulationTree |
| Returns a list containing all standard global parameters defined in a 'simulation' for given 'moleculeName'. These parameters are typically located directly under the container named after the 'moleculeName'. For the list of standard parameters | getStandardMoleculeParameters |
| Get the steady-state values of species and state variable parameters. | getSteadyState |
| Get units for a given dimension | getUnitsForDimension |
| Dimension existence | hasDimension |
| Unit existence | hasUnit |
| Default human population defined in PK-Sim | HumanPopulation |
| Loads the pK-analyses from csv file | importPKAnalysesFromCSV |
| Imports the simulation results from one or more csv files | importResultsFromCSV |
| Imports the simulation analysis results from one or more csv files | importSensitivityAnalysisResultsFromCSV |
| IndividualCharacteristics | IndividualCharacteristics |
| Loads the 'PKSim.R' dll that will enable create individual and create population workflows. | initPKSim |
| Is the value defined by an explicit formula | isExplicitFormulaByPath |
| Check if unit is supported in the OSPSuite platform | isSupportedUnit |
| Loads aging data (typically generated from PK-Sim) i | loadAgingDataFromCSV |
| Load 'DataImporterConfiguration' from XML file. | loadDataImporterConfiguration |
| Loads data (typically observed data) from a PKML file and creates a 'DataSet' from it. The pkml files are typically exported from PK-Sim or MoBi. | loadDataSetFromPKML |
| Load data sets from excel | loadDataSetsFromExcel |
| Loads a population from a csv file and returns the population. | loadPopulation |
| Load a project from a snapshot | loadProjectFromSnapshot |
| Load a simulation from a pkml file | loadSimulation |
| List of functions and strings used to signal error messages Extends the 'messages' list from ospsuite.utils | messages |
| MoleculeOntogeny | MoleculeOntogeny |
| Standard molecule parameter names typically available in an endogenous molecule (enzyme, transporter etc...) coming from PK-Sim | MoleculeParameter |
| Supported dimensions defined as a named list | ospDimensions |
| Deprecated functions | ospsuite_deprecated pkAnalysesAsDataFrame populationAsDataFrame |
| Names of the settings stored in ospsuiteEnv. Can be used with 'getOSPSuiteSetting()' | ospsuiteSettingNames |
| Supported units defined as a named list of lists | ospUnits |
| OutputSchema | OutputSchema |
| OutputSelections | OutputSelections |
| Parameter | Parameter |
| ParameterRange | ParameterRange |
| Convert the pk-Analysis to data frame | pkAnalysesToDataFrame pkAnalysesToTibble |
| PKParameter | PKParameter |
| Returns an instance of a PK-Parameter by name or NULL if the parameter by name is not found | pkParameterByName |
| PKParameterSensitivity | PKParameterSensitivity |
| Time-profile plot of individual data | plotIndividualTimeProfile |
| Observed versus predicted/simulated scatter plot | plotObservedVsSimulated |
| Time-values profile plot for population simulations | plotPopulationTimeProfile |
| Plot Predicted vs Observed Values | plotPredictedVsObserved |
| Plot Quantile-Quantile Plot | plotQuantileQuantilePlot |
| Plot Residuals Histogram | plotResidualsAsHistogram |
| Plot Residuals vs Covariate | plotResidualsVsCovariate |
| Residuals versus time scatter plot | plotResidualsVsSimulated |
| Residuals versus time scatter plot | plotResidualsVsTime |
| Create Time Profile Plot | plotTimeProfile |
| Population | Population |
| PopulationCharacteristics | PopulationCharacteristics |
| Creates a 'Population' object from a data.frame | populationFromDataFrame |
| Creates a data.frame containing one column for each parameter defined in the population | populationToDataFrame populationToTibble |
| Returns an array of parameter path with one entry for each parameter that is used in the simulation and can potentially be used for sensitivity analysis | potentialVariableParameterPathsFor |
| Quantity | Quantity |
| QuantityPKParameter | QuantityPKParameter |
| QuantitySelection | QuantitySelection |
| Removes all User-Defined PK-Parameters that may have been added to the system | removeAllUserDefinedPKParameters |
| Removes a simulation from simulations cache. | removeSimulationFromCache |
| Clears cache of loaded simulations | resetSimulationCache |
| Runs a sensitivity analysis | runSensitivityAnalysis |
| Run simulation batches | runSimulationBatches |
| Runs multiple simulations concurrently. | runSimulations |
| Run Simulations From Snapshot Files | runSimulationsFromSnapshot |
| Save the 'DataSet' to pkml | saveDataSetToPKML |
| Saves a simulation to pkml file | saveSimulation |
| Scale current values of parameters using a factor | scaleParameterValues |
| SensitivityAnalysis | SensitivityAnalysis |
| SensitivityAnalysisResults | SensitivityAnalysisResults |
| SensitivityAnalysisRunOptions | SensitivityAnalysisRunOptions |
| Set molecule start values | setMoleculeInitialValues |
| Set molecule scale divisors | setMoleculeScaleDivisors |
| Set molecule start values in the simulation by path | setMoleculeValuesByPath |
| Clears the output interval from the simulation and adds a new one. | setOutputInterval |
| Set outputs of a simulation | setOutputs |
| Set values of parameters | setParameterValues |
| Set the values of parameters in the simulation by path | setParameterValuesByPath |
| Set the values of quantities in the simulation by path | setQuantityValuesByPath |
| Simulation | Simulation |
| SimulationBatch | SimulationBatch |
| SimulationBatchOptions | SimulationBatchOptions |
| SimulationBatchRunValues | SimulationBatchRunValues |
| SimulationPKAnalyses | SimulationPKAnalyses |
| SimulationResults | SimulationResults |
| Converts a 'SimulationResults' objects to a data.frame | simulationResultsToDataFrame simulationResultsToTibble |
| SimulationRunOptions | SimulationRunOptions |
| SimulationSettings | SimulationSettings |
| SnapshotParameter | SnapshotParameter |
| SolverSettings | SolverSettings |
| Default species defined in PK-Sim | Species |
| Loads a population from the 'csvPopulationFile' and split the loaded population according to 'numberOfCores'. | splitPopulationFile |
| Standard containers typically available in a PBPK simulation | StandardContainer |
| List of ontogeny supported in PK-Sim | StandardOntogeny |
| Standard parameter paths typically available in a PBPK simulation | StandardPath |
| Standard PK-Parameters types defined in OSPSuite This is only used to defined how a user defined PK Parameter should be calculated | StandardPKParameter |
| Converts a value given in a specified unit into the base unit of a quantity | toBaseUnit |
| Convert base unit to display unit | toDisplayUnit |
| Convert a path defined as string to a path array | toPathArray |
| Convert a path array to a path as string with entries separated by '|' | toPathString |
| Converts values from one unit to another | toUnit |
| Extract Unique Elements of type 'Entity' | uniqueEntities |
| Updates some properties of a PK-Parameter (displayName and displayUnit) | updatePKParameter |
| UserDefinedPKParameter | UserDefinedPKParameter |
| Validate dimension | validateDimension |
| Validate that an object is a named list | validateIsNamedList |
| Validate unit | validateUnit |
| ValuePoint | ValuePoint |