rc.plot.ribbon {NetWeaver} | R Documentation |
Plot Ribbon
Description
Add a track of ribbons on circos plot.
Usage
rc.plot.ribbon(Data, track.id, color.col = NULL, twist=FALSE)
Arguments
Data |
data.frame of at least six columns. See |
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
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.
[Package NetWeaver version 0.0.6 Index]