View source: R/rc.plot.ribbon.R
rc.plot.ribbon | R Documentation |
Add a track of ribbons on circos plot.
rc.plot.ribbon(Data, track.id, color.col = NULL, twist=FALSE)
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. |
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.
Minghui Wang <m.h.wang@live.com>
rc.plot.histogram
, rc.plot.link
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.