| drop.qtlgeno {qtl} | R Documentation |
Remove QTLs from the genotype data and genetic maps of a simulated QTL cross object.
drop.qtlgeno(cross)
cross |
An object of class cross. See
read.cross for details. |
An object of class cross, with any QTLs (markers with names
beginning "QTL") removed from the genotype data and genetic maps.
Karl W Broman,
kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html
sim.cross, clean,
drop.nullmarkers,
drop.markers
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)