forked from Open-Systems-Pharmacology/OSPSuite-R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
167 lines (166 loc) · 4.67 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# Generated by roxygen2: do not edit by hand
export("%||%")
export(CompareBy)
export(DataAggregationMethods)
export(DataCombined)
export(DataErrorType)
export(DataImporterConfiguration)
export(DataSet)
export(DefaultPlotConfiguration)
export(DotNetWrapper)
export(Gender)
export(HumanPopulation)
export(IndividualCharacteristics)
export(MoleculeOntogeny)
export(MoleculeParameter)
export(ParameterRange)
export(PlotGridConfiguration)
export(PopulationCharacteristics)
export(SensitivityAnalysis)
export(SensitivityAnalysisRunOptions)
export(SimulationBatch)
export(SimulationBatchOptions)
export(SimulationBatchRunValues)
export(SimulationRunOptions)
export(SnapshotParameter)
export(Species)
export(StandardContainer)
export(StandardOntogeny)
export(StandardPKParameter)
export(StandardPath)
export(addOutputInterval)
export(addOutputs)
export(addUserDefinedPKParameter)
export(allAvailableDimensions)
export(allPKParameterNames)
export(calculatePKAnalyses)
export(calculateResiduals)
export(clearMemory)
export(clearOutputIntervals)
export(clearOutputs)
export(convertUnits)
export(createDistributions)
export(createImporterConfigurationForFile)
export(createIndividual)
export(createIndividualCharacteristics)
export(createPopulation)
export(createPopulationCharacteristics)
export(createSimulationBatch)
export(dataSetToDataFrame)
export(dataSetToTibble)
export(enum)
export(enumGetKey)
export(enumGetValue)
export(enumHasKey)
export(enumKeys)
export(enumPut)
export(enumRemove)
export(enumValues)
export(exportIndividualSimulations)
export(exportPKAnalysesToCSV)
export(exportPopulationToCSV)
export(exportResultsToCSV)
export(exportSensitivityAnalysisResultsToCSV)
export(getAllContainerPathsIn)
export(getAllContainersMatching)
export(getAllMoleculePathsIn)
export(getAllMoleculesMatching)
export(getAllObserverPathsIn)
export(getAllParameterPathsIn)
export(getAllParametersForSensitivityAnalysisMatching)
export(getAllParametersMatching)
export(getAllQuantitiesMatching)
export(getAllQuantityPathsIn)
export(getAllStateVariableParametersPaths)
export(getAllStateVariablesPaths)
export(getBaseUnit)
export(getContainer)
export(getDimensionByName)
export(getDimensionForUnit)
export(getMolecule)
export(getOSPSuiteSetting)
export(getOutputValues)
export(getParameter)
export(getParameterDisplayPaths)
export(getQuantity)
export(getQuantityValuesByPath)
export(getSimulationTree)
export(getStandardMoleculeParameters)
export(getUnitsForDimension)
export(hasDimension)
export(hasUnit)
export(importPKAnalysesFromCSV)
export(importResultsFromCSV)
export(importSensitivityAnalysisResultsFromCSV)
export(initPKSim)
export(isExplicitFormulaByPath)
export(loadAgingDataFromCSV)
export(loadDataImporterConfiguration)
export(loadDataSetFromPKML)
export(loadDataSetsFromExcel)
export(loadPopulation)
export(loadSimulation)
export(ospDimensions)
export(ospUnits)
export(ospsuiteSettingNames)
export(pkAnalysesAsDataFrame)
export(pkAnalysesToDataFrame)
export(pkAnalysesToTibble)
export(pkParameterByName)
export(plotGrid)
export(plotIndividualTimeProfile)
export(plotObservedVsSimulated)
export(plotPopulationTimeProfile)
export(plotResidualsVsSimulated)
export(plotResidualsVsTime)
export(populationAsDataFrame)
export(populationToDataFrame)
export(populationToTibble)
export(potentialVariableParameterPathsFor)
export(removeAllUserDefinedPKParameters)
export(removeSimulationFromCache)
export(resetSimulationCache)
export(runSensitivityAnalysis)
export(runSimulation)
export(runSimulationBatches)
export(runSimulations)
export(saveDataSetToPKML)
export(saveSimulation)
export(scaleParameterValues)
export(setMoleculeInitialValues)
export(setMoleculeScaleDivisors)
export(setMoleculeValuesByPath)
export(setOutputInterval)
export(setParameterValues)
export(setParameterValuesByPath)
export(setQuantityValuesByPath)
export(simulationResultsToDataFrame)
export(simulationResultsToTibble)
export(splitPopulationFile)
export(toBaseUnit)
export(toDisplayUnit)
export(toPathArray)
export(toPathString)
export(toUnit)
export(uniqueEntities)
export(updatePKParameter)
export(validateDimension)
export(validateUnit)
import(data.table)
import(ospsuite.utils)
import(rClr)
import(tidyr)
import(tlf)
import(xml2)
importFrom(ospsuite.utils,"%||%")
importFrom(ospsuite.utils,enum)
importFrom(ospsuite.utils,enumGetKey)
importFrom(ospsuite.utils,enumGetValue)
importFrom(ospsuite.utils,enumHasKey)
importFrom(ospsuite.utils,enumKeys)
importFrom(ospsuite.utils,enumPut)
importFrom(ospsuite.utils,enumRemove)
importFrom(ospsuite.utils,enumValues)
importFrom(tlf,PlotGridConfiguration)
importFrom(tlf,plotGrid)
importFrom(utils,tail)