pull.chr {qtl}R Documentation

Pull out a subset of chromosomes from a cross

Description

Pull out specified chromosomes from a cross object.

Usage

pull.chr(cross, chr)

Arguments

cross An object of class cross. See read.cross for details.
chr A vector defining which chromosomes to pull.

Value

The input cross object, but with the geno component containing only those chromosomes specified by the argument chr.

Author(s)

Karl W Broman, kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html

See Also

pull.map

Examples

data(fake.f2)
fake.f2.5n13 <- pull.chr(fake.f2,c("5","13"))

[Package Contents]