drop.qtlgeno {qtl}R Documentation

Remove QTL genotypes

Description

Remove QTLs from the genotype data and genetic maps of a simulated QTL cross object.

Usage

drop.qtlgeno(cross)

Arguments

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

Value

An object of class cross, with any QTLs (markers with names beginning "QTL") removed from the genotype data and genetic maps.

Author(s)

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

See Also

sim.cross, clean, drop.nullmarkers, drop.markers

Examples

data(fake.f2)
fake <- sim.cross(pull.map(fake.f2),keep.qtlgeno=TRUE,model=c(1,5,0.5,0.6))
fake2 <- drop.qtlgeno(fake)

[Package Contents]