geno.image(x, chr, reorder=FALSE, main="Genotype data", alternate.chrid=FALSE, ...)
cross
. See
read.cross
for details. -
to have all chromosomes but
those considered. A logical (TRUE/FALSE) vector may also be used.FALSE |
Don't reorder |
TRUE |
Reorder according to the sum of the phenotypes |
image
.image
to plot a grid with the genotype
data. The genotypes AA, AB, BB are displayed in the colors red, blue,
and green, respectively. In an intercross, if there are genotypes
"not BB" and "not AA", these are displayed in purple and orange,
respectively. White pixels indicate missing data.
plot.cross
,
plotMissing
, plotGeno
,
image
data(listeria)
geno.image(listeria)
Run the code above in your browser using DataLab