powered by
Obtain the chromosome lengths in a cross or map object.
cross
map
chrlen(object)
Returns a vector of chromosome lengths. If the cross has sex-specific maps, it returns a 2-row matrix with the two lengths for each chromosome.
An object of class map or of class cross.
Karl W Broman, broman@wisc.edu
summaryMap, pull.map, summary.cross
summaryMap
pull.map
summary.cross
data(fake.f2) chrlen(fake.f2) map <- pull.map(fake.f2) chrlen(map)
Run the code above in your browser using DataLab