Learn R Programming

qtl (version 0.85-4)

plot.errors: 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.

Value

    Details

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

    See Also

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

    Examples

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

    Run the code above in your browser using DataLab