plot_subnet | R Documentation |
Plot the given subnetwork.
plot_subnet(x, subnet.id, network, plot_names = TRUE, ...)
x |
Result from NetResponse (detect.responses function). |
subnet.id |
Subnet id. |
network |
Original network used in the modelling. |
plot_names |
Plot node names (TRUE) or indices (FALSE). |
... |
Further arguments for plot function. |
Used for its side-effects. Returns a matrix that describes the investigated subnetwork.
Leo Lahti, Olli-Pekka Huovilainen and Antonio Gusmao. Maintainer: Leo Lahti <leo.lahti@iki.fi>
L. Lahti et al.: Global modeling of transcriptional responses in interaction networks. Submitted.
#
# res <- detect.responses(D, netw, verbose = FALSE)
# net <- plot_subnet(res, subnet.idx = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.