"Breakpoints"Classes for working with collections of breakpoints.
Breakpoints(working)
# S4 method for Breakpoints,missing
plot(x, y, colset, ...)The Breakpoints constructor returna a newly created object of the
Breakpoints class. The plot method invisible returns its
first argument.
Objects should be defined using the Breakpoints constructor. You
typically pass in a data frame containing columns with the name/id of
the breakpoint, and their chromosome name, start, and stop positions for
each side of the break.
A data frame containing the locations of break points. These should be seven consecutive columns, starting with the break point id followed by three columns each (chromosome, start, stop) for each side of the break point.
An object of the Breakpoints class.
Anything; it is ignored.
A character vector of color specifications.
Extra graphical parameters.
relLocation:A numeric vector giving relative coordinates (in the unit interval) of the breakpoints along a chromosome, with first and last break points mapped to 0 and 1.
labels:A character vector containing the names of the chromosomes.
ypos:A numeric vector indicating the chromosomes involved in the full set of break points.
spread:How far the display of different chromosomes should be spread apart on the y-axis.
id:The character vector of break point names.
Kevin R. Coombes <krc@silicovore.com>