Chromosome lengths in QTL experiment
Obtain the chromosome lengths in a cross
or map
object.
chrlen(object)
object |
An object of class |
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, broman@wisc.edu
data(fake.f2) chrlen(fake.f2) map <- pull.map(fake.f2) chrlen(map)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.