plotTraces: Network Fit Traces

View source: R/plotTraces.R

plotTracesR Documentation

Network Fit Traces

Description

This function plots the trace of four model parameters.

Usage

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

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)

mccallm/ternarynet documentation built on Feb. 26, 2024, 3:51 a.m.