Description Usage Arguments Value Author(s) Examples
View source: R/caOmicsV.bioNetCircos.R
Draw a quadratic Bezier curve line between two samples inside of a node. bioNetCorcos layout must be initialized first.
1 | linkBioNetSamples(nodeIndex, fromSample, toSample, outer, plotColors)
|
nodeIndex |
non-negative integer, the node on which link line is drawn |
fromSample |
non-negative integer, the first sample to be linked |
toSample |
non-negative integer, the second sample to be linked |
outer |
non-negative numeric, the start and end of link line relative to node center |
plotColors |
character vector, color for the link line (ribbon) |
None
Henry Zhang
1 2 3 4 5 6 7 8 9 | data(bionetPlotDemoData)
expr <- bionetPlotDemoData$heatmapData[[1]]
bioNet <- bc3net(expr)
initializeBioNetCircos(bioNet)
showBioNetNodesLayout()
linkBioNetSamples(nodeIndex=2, fromSample=10, toSample=20, outer=0.9,
plotColors="red")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.