powered by
Plot of SNP effects along the chromosome, e.g. for the visualization of marker effects generated by function gpMod.
gpMod
manhattanPlot(b, gpData = NULL, colored = FALSE, add = FALSE, pch = 19, ylab = NULL, colP = NULL, ...)
object of class gpMod with marker effects or numeric vector of marker effects to plot
object of class gpData with map position
gpData
logical. Color the chromosomes?. The default is FALSE with chromosomes distinguished by grey tones.
logical
default
FALSE
If TRUE, the plot is added to an existing plot. The default is FALSE.
TRUE
a vector of plotting characters or symbols: see points. The default is an open circle.
points
a title for the y axis: see title.
title
color for the different chromosomes and points.
further arguments for function plot
plot
# NOT RUN { library(synbreedData) data(mice) # plot only random noise b <- rexp(ncol(mice$geno),3) manhattanPlot(b,mice) # }
Run the code above in your browser using DataLab