Convert genetic map from list to table.
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
data(fake.f2) map <- pull.map(fake.f2) map_as_tab <- map2table(map)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.