Description Usage Arguments Value Author(s) Examples
View source: R/caOmicsV.bioNetCircos.R
Calculate x and y coordinates for each sample on default node. The output will be a three column matrix representing the left, center, and right position for each sample on circumference of default node. The center positions are for points plot and others are for polygon plot. The bionetCircos layout must be initialized first.
1 | getBioNetSamplePlotPosition(totalSamples)
|
totalSamples |
non-negative integer, total numbe of samples to be plotted |
Matrix with index of x and y coordinates for each sample
Henry Zhang
1 2 | totalSamples <- 100
samplePositions <- getBioNetSamplePlotPosition(totalSamples)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.