plot_subnet: plot_subnet

Description Usage Arguments Value Author(s) References Examples

View source: R/plot-methods.R

Description

Plot the given subnetwork.

Usage

1
plot_subnet(x, subnet.id, network, plot_names = TRUE, ...)

Arguments

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.

Value

Used for its side-effects. Returns a matrix that describes the investigated subnetwork.

Author(s)

Leo Lahti, Olli-Pekka Huovilainen and Antonio Gusmao. Maintainer: Leo Lahti <leo.lahti@iki.fi>

References

L. Lahti et al.: Global modeling of transcriptional responses in interaction networks. Submitted.

Examples

1
2
3
#
# res <- detect.responses(D, netw, verbose = FALSE)
# net <- plot_subnet(res, subnet.idx = 1)

netresponse documentation built on Nov. 8, 2020, 5:04 p.m.