Learn R Programming

qtl (version 0.85-4)

pull.chr: 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.

See Also

pull.map

Examples

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

Run the code above in your browser using DataLab