View source: R/summary.cross.R
| chrlen | R Documentation | 
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
summaryMap, pull.map,
summary.cross 
data(fake.f2)
chrlen(fake.f2)
map <- pull.map(fake.f2)
chrlen(map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.