CircosChord.p {interacCircos}R Documentation

CHORD module of circosJS

Description

Create 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

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

Value

The module tracks for chord modules of circosJS

Examples


chord.pData<-chord.pExample
Circos()


[Package interacCircos version 1.2.0 Index]