Description Usage Arguments Value Examples
This package contains multiple PDMPs that simulate gene regulation
mechanisms. They can be loaded with data(model)
where model
is one of the following:
genePdmpK
: gene regulation with constant activation
genePdmpK2
: gene regulation with constant activation,
transcription and translation are modeled seperately
genePdmpF
: gene regulation with positive feedback
genePdmpBF
: gene regulation with positive feedback
and basal transcription rate
genePdmpKF
: gene regulation with constant activation
and positive feedback
toggleSwitch
: toggle switch for two genes
The distribution of each of these models has a compact support (see References
for further details). Method getSupport
returns a list with two data.frames
containing the lower and upper bounds of the support. They are time-depend
and are given for every variable of the model seperately.
1 | getSupport(model)
|
model |
Object of class |
A list with two entries named 'lower' and 'upper'. Both are data.frames
containing the values of the lower / upper bound for each variable of the PDMP
and each time value given in times(model)
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.