Creates a plot where dot sizes and colors represent the QTLs heritabilities and their p-values, respectively.
plot_qtl( data = data, model = model, fitted = fitted, pheno.col =NULL, main =NULL, drop.pheno =TRUE, drop.lgs =TRUE)
Arguments
data: an object of class qtlpoly.data.
model: an object of class qtlpoly.profile or qtlpoly.remim.
fitted: an object of class qtlpoly.fitted.
pheno.col: the desired phenotype column numbers to be plotted. The order here specifies the order of plotting (from top to bottom.)
main: plot title; if NULL (the default), no title is shown.
drop.pheno: if FALSE, shows the names of all traits from pheno.col, even of those with no QTLs; if TRUE (the default), shows only the traits with QTL(s).
drop.lgs: if FALSE, shows all linkage groups, even those with no QTL; if TRUE (the default), shows only the linkage groups with QTL(s).