line_plot {locuszoomr} | R Documentation |
Locus line plot
Description
Produces a line plot from a 'locus' class object. Intended for use with
set_layers()
.
Usage
line_plot(
loc,
pcutoff = 5e-08,
xlab = NULL,
ylab = expression("-log"[10] ~ "P"),
cex.axis = 1,
xticks = FALSE,
border = FALSE,
align = TRUE,
...
)
Arguments
loc |
Object of class 'locus' to use for plot. See locus. |
pcutoff |
Cut-off for p value significance. Defaults to p = 5e-08. Set
to |
xlab |
x axis title. |
ylab |
y axis title. |
cex.axis |
Specifies font size for axis numbering. |
xticks |
Logical whether x axis numbers and axis title are plotted. |
border |
Logical whether a bounding box is plotted around upper and lower plots. |
align |
Logical whether set |
... |
Other arguments passed to |
Value
No return value. Produces a scatter plot using base graphics.
See Also
locus()
set_layers()
scatter_plot()
[Package locuszoomr version 0.3.1 Index]