manhattanPlot {synbreed} | R Documentation |
Plot of SNP effects along the chromosome, e.g. for the visualization of marker effects generated by function gpMod
.
manhattanPlot(b, gpData = NULL, colored = FALSE, add = FALSE, pch = 19, ylab = NULL, colP = NULL, ...)
b |
object of class |
gpData |
object of class |
colored |
|
add |
If |
pch |
a vector of plotting characters or symbols: see |
ylab |
a title for the y axis: see |
colP |
color for the different chromosomes and points. |
... |
further arguments for function |
Valentin Wimmer and Hans-Juergen Auinger
## Not run: library(synbreedData) data(mice) # plot only random noise b <- rexp(ncol(mice$geno),3) manhattanPlot(b,mice) ## End(Not run)