| showBioNetNodesLayout {caOmicsV} | R Documentation |
Display bioNetCircos layout with empty nodes and edges in order to optimize bioNetCircos layout. An igraph object must be initialized first.
showBioNetNodesLayout(bgColor=grey(0.75, alpha=0.5))
bgColor |
character vector for a color name or a R color specification |
None
Henry Zhang
data(bionetPlotDemoData)
expr <- bionetPlotDemoData$heatmapData[[1]]
bioNet <- bc3net(expr)
initializeBioNetCircos(bioNet, totalSamples=60)
showBioNetNodesLayout(bgColor=grey(0.75, alpha=0.5))