## S3 method for class 'map':
convert(object, old.map.function=c("haldane", "kosambi", "c-f", "morgan"),
new.map.function=c("haldane", "kosambi", "c-f", "morgan"), ...)
"map"
: A list whose
components are vectors of marker locations.object
.old.map.function
, and then
back to distances with the new.map.function
.est.map
, replace.map
data(listeria)
map <- pull.map(listeria)
map <- convert(map, "haldane", "kosambi")
listeria <- replace.map(listeria, map)
Run the code above in your browser using DataLab