Description Usage Arguments Value Author(s) Examples
View source: R/caOmicsV.bioNetCircos.R
Set up node layout on a biological network. The layout is taken from an igraph layout and scaled to allocate circos plot area for each node.
| 1 |     setBioNetNodeLayout(bioNet, layout=layout.auto(bioNet))
 | 
| bioNet | an igraph object for which layout will be set | 
| layout | layout object from layout method of igraph package | 
None
Henry Zhang
| 1 2 3 4 |     data(bionetPlotDemoData)
    expr <- bionetPlotDemoData$heatmapData[[1]]
    bioNet <- bc3net(expr)
    setBioNetNodeLayout(bioNet, layout=layout.auto(bioNet)) 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.