Description Usage Arguments Details Value Author(s) Examples
plot a gene network, coloring nodes according to relative expression values
1 | plotExGraph(g, es, sampind=1, pal=colorRampPalette(brewer.pal(9, "Blues"))(length(nodes(g))), attgen=pwayRendAttrs)
|
g |
graph representing a gene network |
es |
an ExpressionSet instance |
sampind |
sample to be used to obtain relative expression values |
pal |
palette for coloring the nodes |
attgen |
attribute generating function |
plots a colored network on the current graphics display
as returned by Rgraphviz plot method for graphNEL instances
Vince Carey <stvjc@channing.harvard.edu>
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.