Description Usage Arguments Value Author(s) Examples
View source: R/caOmicsV.bioNetCircos.R
Display bioNetCircos layout with empty nodes and edges in order to optimize bioNetCircos layout. An igraph object must be initialized first.
1 | showBioNetNodesLayout(bgColor=grey(0.75, alpha=0.5))
|
bgColor |
character vector for a color name or a R color specification |
None
Henry Zhang
1 2 3 4 5 6 | data(bionetPlotDemoData)
expr <- bionetPlotDemoData$heatmapData[[1]]
bioNet <- bc3net(expr)
initializeBioNetCircos(bioNet, totalSamples=60)
showBioNetNodesLayout(bgColor=grey(0.75, alpha=0.5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.