plotTraces | R Documentation |
This function plots the trace of four model parameters.
plotTraces(tfit)
tfit |
a ternaryFit object |
The function creates a 2x2 grid of the four trace plots.
Matthew N. McCall and Anthony Almudevar
Almudevar A, McCall MN, McMurray H, Land H (2011). Fitting Boolean Networks from Steady State Perturbation Data, Statistical Applications in Genetics and Molecular Biology, 10(1): Article 47.
ssObj <- matrix(c(1,1,1,0,1,1,0,0,1),nrow=3)
pObj <- matrix(c(1,0,0,0,1,0,0,0,1),nrow=3)
tnfitObj <- tnetfit(ssObj, pObj)
plotTraces(tnfitObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.