example_map | R Documentation |
Data frame containing genetic position (in cM) and chromosome number for 176000 markers spread across 22 chromosomes.
Data frame should have m rows (m = no. markers) and as many columns as desired, but at minimum must contain two columns named 'cM' and 'chr' which contain the genetic positions (in centimorgans) and chromosome numbers, respectively, for each marker.
Toy example generated with command
data.frame(cM = rep(seq(0.2, 160, 0.2), times = 22), chr = rep(1:22, each = 800))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.