engine.load {simulator} R Documentation

create a new virtual cell engine

Description

Usage

engine.load(vcell,
    inits = NULL,
    iterations = 100,
    time.resolutions = 10000,
    deletions = NULL,
    dynamics = NULL,
    showProgress = TRUE,
    debug = FALSE);

Arguments

inits

the initial mass environment definition. [as Definition]

vcell

The virtual cell object model, contains the definition of the cellular network graph data. [as CellularModule]

iterations

the number of the iteration loops for run the simulation. [as integer]

time.resolutions

the time steps. [as integer]

deletions

make a specific gene nodes deletions. [as string]

dynamics

[as FluxBaseline]

Details

Authors

vcellkit

Value

this function returns data object of type Engine.

clr value class

Examples


[Package simulator version 1.0.0.0 Index]