| plot.errors {qtl} | R Documentation |
Plots a grid displaying the output of the find.errors
function.
plot.errors(x, chr, ...)
x |
An object of class cross. See
read.cross for details. |
chr |
A vector specifying for which chromosomes the calculations should be performed. |
... |
Ignored at this point. |
The most likely sequence of underlying genotypes is calculated in
argmax.geno. The function
plot.missing is used to make the plot.
Karl W Broman, kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html
argmax.geno,
find.errors,
calc.errorlod,
top.errorlod,
plot.errorlod
data(fake.f2) output <- find.errors(fake.f2) plot.errors(fake.f2)