Plot object of class listof_scan1coeff, which is a list of objects of class scan1coef.
ggplot_listof_scan1coef(
object,
map,
columns = NULL,
col = NULL,
scan1_output = NULL,
facet = "pattern",
...
)# S3 method for listof_scan1coef
autoplot(object, ...)
object of class ggplot
object of class listof_scan1coeff
A list of vectors of marker positions, as produced by
insert_pseudomarkers.
Vector of columns to plot
Vector of colors, same length as columns. If
NULL, some default choices are made.
If provided, we make a two-panel plot with coefficients on top and LOD scores below. Should have just one LOD score column; if multiple, only the first is used.
Plot facets if multiple phenotypes and group provided (default = "pattern").
arguments for ggplot_coef
Use phenotype names as pattern.
Brian S Yandell, brian.yandell@wisc.edu