Learn R Programming

NetWeaver (version 0.0.6)

rc.plot.ribbon: 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 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.

See Also

rc.plot.histogram, rc.plot.link

Examples

Run this code
# NOT RUN {
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.
# }

Run the code above in your browser using DataLab