Description Usage Arguments Details Value See Also Examples
View source: R/simulation_plot.R
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.
1 2 | plotSimNetwork(simulation, what = c("source", "direct", "influence",
"association"), ...)
|
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 |
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.
a plot of the network
1 2 3 4 5 | data(sim102)
plotSimNetwork(sim102)
plotSimNetwork(sim102, what = 'direct')
plotSimNetwork(sim102, what = 'influence')
plotSimNetwork(sim102, what = 'association')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.