"plot"(x, map2, chr, horizontal=FALSE, shift=TRUE, show.marker.names=FALSE, alternate.chrid=FALSE, ...)
plotMap(x, map2, chr, horizontal=FALSE, shift=TRUE, show.marker.names=FALSE, alternate.chrid=FALSE, ...)
cross
object may be given instead, in which case the genetic
map it contains is used.cross
object may be given instead. If this argument is
given, a comparison of the two genetic maps is plotted.-
to have all chromosomes but
those considered. A logical (TRUE/FALSE) vector may also be used.plot
. For a comparison of two maps, the first
map is on the left (or, if horizontal=TRUE
, on the top). Lines
are drawn to connect markers. Markers that exist in just one map and
not the other are indicated by short line segments, on one side or the
other, that are not connected across.
For a sex-specific map, female and male maps are plotted against one another. For two sex-specific maps, the two female maps are plotted against one another and the two male maps are plotted against one another.
est.map
, plot.cross
data(fake.bc)
plotMap(fake.bc)
plotMap(fake.bc,horizontal=TRUE)
newmap <- est.map(fake.bc)
plot(newmap)
plotMap(fake.bc, newmap)
plotMap(fake.bc, show.marker.names=TRUE)
Run the code above in your browser using DataLab