| pull.chr {qtl} | R Documentation |
Pull out specified chromosomes from a cross object.
pull.chr(cross, chr)
cross |
An object of class cross. See
read.cross for details. |
chr |
A vector defining which chromosomes to pull. |
The input cross object, but with the geno component
containing only those chromosomes specified by the argument
chr.
Karl W Broman, kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html
data(fake.f2)
fake.f2.5n13 <- pull.chr(fake.f2,c("5","13"))