chrlen {qtl}R Documentation

Chromosome lengths in QTL experiment

Description

Obtain the chromosome lengths in a cross object.

Usage

chrlen(object)

Arguments

object An object of class cross. See read.cross for details.

Value

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.

Author(s)

Karl W Broman, kbroman@jhsph.edu

See Also

summary.map, pull.map, summary.cross

Examples

data(fake.f2)
chrlen(fake.f2)

[Package qtl version 1.03-14 Index]