plotSimNetwork: Plot source and true differential networks from simulations

Description Usage Arguments Details Value See Also Examples

View source: R/simulation_plot.R

Description

Plots either the source network or the true differential network for all KDs performed in the simulation. KD nodes are coloured with their resulting differential networks coloured accordingly.

Usage

1
2
plotSimNetwork(simulation, what = c("source", "direct", "influence",
  "association"), ...)

Arguments

simulation

a list, storing data and results generated from simulations

what

a character, indicating which network to retrieve, 'source' (default), 'direct', 'influence' or 'association'

...

additional parameters to plot.igraph

Details

The direct, influence and association networks represent different levels of true differential networks. The direct network contains differential regulatory interactions present in the original network. The influence network includes upstream interactions and the association network includes non-causative differential interactions.

Value

a plot of the network

See Also

plot.igraph

Examples

1
2
3
4
5
data(sim102)
plotSimNetwork(sim102)
plotSimNetwork(sim102, what = 'direct')
plotSimNetwork(sim102, what = 'influence')
plotSimNetwork(sim102, what = 'association')

dcanr documentation built on Nov. 8, 2020, 5:48 p.m.