rc.plot.ribbon: Plot Ribbon

Description Usage Arguments Details Author(s) See Also Examples

Description

Add a track of ribbons on circos plot.

Usage

1
rc.plot.ribbon(Data, track.id, color.col = NULL, twist=FALSE)

Arguments

Data

data.frame of at least six columns. See Details.

track.id

integer, the track number for plotting.

color.col

integer or character string, specifies the column of colors.

twist

logic, whehter to twist the ribbon.

Details

Data must have at least six columns: Chr1, Start1, End1, Chr2, Start2 and End2, specifying the chromosomes and positions for the start and end points of the ribbons. Additional columns may be used to specify the color.

Author(s)

Minghui Wang <m.h.wang@live.com>

See Also

rc.plot.histogram, rc.plot.link

Examples

1
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.

Example output



NetWeaver documentation built on May 2, 2019, 11:26 a.m.