CircosChord.p: Create a CHORD module of circosJS to a moduleList
Description
Display a chord module using a data path. chord.p meaens chord plot based on path.
Usage
CircosChord.p(
modulename,
radius = 216,
opacity = 0.67,
color = "#B8B8B8",
data,
...
)
Arguments
modulename
The name of the new module.
radius
The radius for chord circle.
data
A list of chord value with relationship details, details could be found on chord.pExample.
Value
The module tracks for chord modules of circosJS.
Examples
Run this code# NOT RUN {
chord.pData<-chord.pExample
Circos()
# }
Run the code above in your browser using DataLab