plot_response: plot_response

Description Usage Arguments Value Author(s) References Examples

View source: R/plot-methods.R

Description

Plot a specific transcriptional response for a given subnetwork. TRUE, colors = TRUE, plot_type = 'twopi', ...)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plot_response(
  x,
  mynet,
  mybreaks,
  mypalette,
  plot_names = TRUE,
  colors = TRUE,
  plot_type = "twopi",
  ...
)

Arguments

x

A numerical vector, or NULL.

mynet

Binary matrix specifying the interactions between nodes.

mybreaks

Specify breakpoints for color plot_

mypalette

Specify palette for color plot_

plot_names

Plot node names (TRUE) or indices (FALSE).

colors

Plot colors. Logical.

plot_type

Network plot mode. For instance, 'neato' or 'twopi'.

...

Further arguments for plot function.

Value

Used for its side-effects.

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
#tmp <- plot_response(model, mynet, 
#  \tmaintext = paste('Subnetwork', subnet.id))

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