View source: R/utilities-simulation.R
getStandardMoleculeParameters | R Documentation |
simulation
for given moleculeName
.
These parameters are typically located directly under the container named after the moleculeName
.
For the list of standard parametersReturns 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(moleculeName, simulation)
moleculeName |
Name of molecule (Enzyme, Transporter etc..) for which global parameters should be returned |
simulation |
Simulation to query for molecule parameters |
A list of all standard global parameters defined for moleculeName
if the molecule exists in the simulation
.
Otherwise an empty list is returned
MoleculeParameter
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim1 <- loadSimulation(simPath)
parameters <- getStandardMoleculeParameters("CYP3A4", sim1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.