Description Usage Arguments Value Examples
View source: R/interacCircos.R
Display a chord module using a data path. chord.p meaens chord plot based on path.
1 2 3 4 5 6 7 8 | CircosChord.p(
modulename,
radius = 216,
opacity = 0.67,
color = "#B8B8B8",
data,
...
)
|
modulename |
The name of the new module. |
radius |
The radius for chord circle. |
opacity |
The opacity for chord. |
color |
The color for chord |
data |
A list of chord value with relationship details, details could be found on chord.pExample. |
... |
Ignored |
The module tracks for chord modules of circosJS.
1 2 | chord.pData<-chord.pExample
Circos()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.