
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.
An object of class population
. See create.population
for details.
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
.
None.
plotMapComparison
- Plotting routine for comparison of two genetic maps.
markersCorPlot
- Plotting correlation between two maps together with markers placement (comparison of coverage).
# NOT RUN {
data(testPopulation)
data(testCross)
projectOldMarkers(testCross,testPopulation,map="genetic")
# }
Run the code above in your browser using DataLab