Description Usage Arguments Value
Creates an empty genome mapping for plotting positions and confidence intervals of QTL inferred using r/qtl
1 2 3 4 5 6 7 8 9 | plotQTL_base(
plotQTL,
by = 20,
maxy = 11,
miny = 11,
track_labels = NULL,
ylab = "Marker distance",
...
)
|
plotQTL |
A plotQTL object from plotQTL(). |
by |
Intervals between y-axis tick labels. Defaults to 20. |
maxy, miny |
Upper and lower limits of the y-axis. |
track_labels |
Vector of labels to adorn the bottom of each track. |
ylab |
Label for the y axis. Defaults to |
... |
Additional arguments passed to graphical parameters. |
An empty plot to which QTL tracks can be added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.