draw.points {Rgb} | R Documentation |
This function draws a slice of a track content, with a distinct point for each track element.
draw.points(slice, start, end, column = "value", colorVal = "#666666", colorFun = function() NULL, cex.lab = 1, cex = 0.6, pch = "+", bty = "o", ...)
slice |
A |
start |
Single integer value, the left boundary of the window, in base pairs. |
end |
Single integer value, the right boundary of the window, in base pairs. |
column |
Single character value, the name of the |
colorVal |
The color to fill bars with (as a name, an integer or an hexadecimal character description). |
colorFun |
A function with no arguments, which returns a vector of as many colors than the |
cex.lab |
See |
cex |
See |
pch |
See |
bty |
See |
... |
Further arguments to be passed to |
Sylvain Mareschal
draw.bg
, draw.boxes
, draw.steps
, draw.hist
, draw.pileup
, draw.seq