chrlen {qtl} | R Documentation |
Obtain the chromosome lengths in a cross
or map
object.
chrlen(object)
object |
An object of class map or of class cross . |
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.
Karl W Broman, kbroman@biostat.wisc.edu
summary.map
, pull.map
,
summary.cross
data(fake.f2) chrlen(fake.f2) map <- pull.map(fake.f2) chrlen(map)