powered by
Extract the maker position from an object of class 'mappoly.map'
extract_map(input.map, phase.config = "best")
An object of class mappoly.map
mappoly.map
which phase configuration should be used. "best" (default) will choose the maximum likelihood configuration
x <- maps.hexafake[[1]]$info$genome.pos/1e6 y <- extract_map(maps.hexafake[[1]]) plot(y~x, ylab = "Map position (cM)", xlab = "Genome Position (Mbp)")
Run the code above in your browser using DataLab