powered by
table2map(tab)
map
map2table
pull.map
est.map
tab <- data.frame(chr=c(1,1,1,1,2,2,2,2,3,3,3,3), pos=c(0,2,4,8,0,2,4,8,0,2,4,8)) rownames(tab) <- paste0("marker", 1:nrow(tab)) map <- table2map(tab)
Run the code above in your browser using DataLab