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