powered by
Plotting routine which shows where markers from original map are located on saturated map.
projectOldMarkers(cross,population,map=c("genetic","physical"), label=c("positions","names","no"),...)
An object of class cross. See read.cross for details.
cross
read.cross
An object of class population. See create.population for details.
population
create.population
Which map (from the ones stored in the population$maps) should be used to assigning chromosomes on the created map
Should the old markers be labeled in the plot (options: position, name or off).
Parameters passed to plot.qtl.
plot.qtl
None.
plotMapComparison - Plotting routine for comparison of two genetic maps.
plotMapComparison
markersCorPlot - Plotting correlation between two maps together with markers placement (comparison of coverage).
markersCorPlot
# NOT RUN { data(testPopulation) data(testCross) projectOldMarkers(testCross,testPopulation,map="genetic") # }
Run the code above in your browser using DataLab