Description Usage Arguments See Also Examples
View source: R/miscFunctions.R
displays the parameters of the model/kernel and the model/kernel type to the console.
1 | modelDisplay(model, ...)
|
model |
the model/kernel structure to be displayed. |
... |
(optional) indent level for the display. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Load a mmgmos preprocessed fragment of the Drosophila developmental
# time series
data(drosophila_gpsim_fragment)
# The probe identifier for TF 'twi'
twi <- "143396_at"
# The probe identifier for the target gene
targetProbe <- "152715_at"
# Create the model, but do not optimise
model <- GPLearn(drosophila_gpsim_fragment,
TF=twi, targets=targetProbe,
useGpdisim=TRUE, quiet=TRUE,
dontOptimise=TRUE)
# Display the initial model
modelDisplay(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.