| plot.errorlod {qtl} | R Documentation |
Plot a grid showing the LOD scores indicating which genotypes are likely to be in error, including lines at the chromosome boundaries.
plot.errorlod(x,chr,...)
x |
An object of class cross. See
read.cross for details. |
chr |
Indicates for which chromosomes the error LOD scores should be plotted. |
... |
Ignored at this point. |
Uses image to plot a grid with different shades
of pixels to indicate which genotypes are most likely to be in
error. (Darker pixels have higher error LOD scores.)
Karl W Broman,
kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html
SE Lincoln and ES Lander (1992) Systematic detection of errors in genetic linkage data. Genomics 14:604-610
image, calc.errorlod,
top.errorlod, find.errors,
plot.errors
data(fake.bc) fake.bc <- calc.genoprob(fake.bc,error.prob=0.01) fake.bc <- calc.errorlod(fake.bc,error.prob=0.01) plot.errorlod(fake.bc)