View source: R/find_map_gaps.R
find_map_gaps | R Documentation |
Find gaps between markers in a genetic map
find_map_gaps(map, min_gap = 50)
map |
Genetic map as a list of vectors (each vector is a chromosome and contains the marker positions). |
min_gap |
Minimum gap length to return. |
Data frame with 6 columns: chromosome, marker to left of gap, numeric index of marker to left, marker to right of gap, numeric index of marker to right, and the length of the gap.
reduce_map_gaps()
iron <- read_cross2(system.file("extdata", "iron.zip", package="qtl2"))
find_map_gaps(iron$gmap, 40)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.