powered by
Reduce the lengths of gaps in a map
reduce_map_gaps(map, min_gap = 50)
Input map with any gaps greater than min_gap reduced to min_gap.
min_gap
Genetic map as a list of vectors (each vector is a chromosome and contains the marker positions).
Minimum gap length to return.
find_map_gaps()
iron <- read_cross2(system.file("extdata", "iron.zip", package="qtl2")) rev_map <- reduce_map_gaps(iron$gmap, 30)
Run the code above in your browser using DataLab