plot.errors {qtl}R Documentation

Plot grid of likely genotyping errors

Description

Plots a grid displaying the output of the find.errors function.

Usage

plot.errors(x, chr, ...)

Arguments

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.

Details

The most likely sequence of underlying genotypes is calculated in argmax.geno. The function plot.missing is used to make the plot.

Value

Author(s)

Karl W Broman, kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html

See Also

argmax.geno, find.errors, calc.errorlod, top.errorlod, plot.errorlod

Examples

data(fake.f2)
output <- find.errors(fake.f2)
plot.errors(fake.f2)

[Package Contents]