draw.points | 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", pointColor = "#666666",
cex.lab = 1, cex = 0.6, pch = "+", bty = "o", fg = "#000000", ...)
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 |
pointColor |
The color to use for points (as a name, an integer or an hexadecimal character description). It can alternatively be a function without argument, which returns a vector of as many colors as |
cex.lab |
See |
cex |
See |
pch |
See |
bty |
See |
fg |
Single character value, defining the color of the foreground (axes, labels...) as an english name or a hexadecimal code. Similar to |
... |
Further arguments to be passed to |
Sylvain Mareschal
draw.bg
, draw.boxes
, draw.density
, draw.hist
, draw.pileup
, draw.seq
, draw.steps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.