CircosChord.p: Create a CHORD module of circosJS to a moduleList

Description Usage Arguments Value Examples

View source: R/interacCircos.R

Description

Display a chord module using a data path. chord.p meaens chord plot based on path.

Usage

1
2
3
4
5
6
7
8
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

1
2
chord.pData<-chord.pExample
Circos()

interacCircos documentation built on Jan. 21, 2021, 5:10 p.m.