plotTraces: Network Fit Traces

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plotTraces.R

Description

This function plots the trace of four model parameters.

Usage

1
plotTraces(tfit) 

Arguments

tfit

a ternaryFit object

Value

The function creates a 2x2 grid of the four trace plots.

Author(s)

Matthew N. McCall and Anthony Almudevar

See Also

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.

Examples

1
2
3
4
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)

ternarynet documentation built on Nov. 8, 2020, 7 p.m.