View source: R/plotQTL_label.R
Plot labels for QTL or QTL regions on the left of a track in a plotQTL plot. If map positions are supplied, a bar can be drawn to indicate the extent of a QTL region.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
plotQTL |
A plotQTL object from plotQTL(). |
chr |
Chromosome. |
label |
Text to plot |
underlined |
Logical statement indicating whether the label should be underlined. |
plot_bar |
Logical statement indicating whether a vertical bar should be plotted with the label. |
pos |
Y-axis position for the label. If this is NULL, the midpoint of max and min is used. |
min |
Starting map position of the bar, if this is to be plotted. |
max |
End map position of the bar, if this is to be plotted. |
bar_offset |
Distance from the chromosome track to plot the bar. |
text_offset |
Distance from the chromosome track to plot the label. |
... |
Further arguments to be passed to text |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.