Learn R Programming

qtl (version 0.85-4)

drop.qtlgeno: 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.

See Also

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

Examples

Run this code
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)

Run the code above in your browser using DataLab