setBioNetNodeLayout {caOmicsV} | R Documentation |
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.
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
data(bionetPlotDemoData) expr <- bionetPlotDemoData$heatmapData[[1]] bioNet <- bc3net(expr) setBioNetNodeLayout(bioNet, layout=layout.auto(bioNet))