map2table | R Documentation |
Convert a map object (as a list) to a table (as a data frame).
map2table(map, chr)
map |
A |
chr |
Optional vector indicating the chromosomes to consider.
This should be a vector of character strings referring to chromosomes
by name; numeric values are converted to strings. Refer to
chromosomes with a preceding |
A data frame with two or three columns: chromosome and sex-averaged position, or chromosome, female position, and male position.
The row names are the marker names.
Karl W Broman, broman@wisc.edu
table2map
, pull.map
, est.map
data(fake.f2)
map <- pull.map(fake.f2)
map_as_tab <- map2table(map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.