powered by
Plotting routine for comparison of two genetic maps.
plotMapComparison(cross, population, map=c("genetic","physical"), chr)
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 ones stored in population$maps) should be used fo assigning chromosomes on the created map.
Specifies subset of chromosomes to be shown.
None.
markersCorPlot - Plotting correlation between two maps together with markers placement (comparison of coverage).
markersCorPlot
projectOldMarkers - Plotting routine for showing how markers from original map are placed on saturated map.
projectOldMarkers
cross.saturate - Saturate existing map.
cross.saturate
cross.denovo - Create de novo genetic map or chromosome assignment vector.
cross.denovo
# NOT RUN { data(testPopulation) data(testCross) plotMapComparison(testCross,testPopulation,map="genetic") # }
Run the code above in your browser using DataLab