| clean {qtl} | R Documentation |
Remove information on intermediate calculations from a cross object.
clean(cross)
cross |
An object of class cross. See
read.cross for details. |
An object of class cross, with any intermediate calculations
(such as is produced by calc.genoprob,
argmax.geno and sim.geno) removed.
Karl W Broman,
kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html
drop.qtlgeno,
drop.nullmarkers,
drop.markers
data(fake.f2) fake.f2 <- calc.genoprob(fake.f2) fake.f2 <- clean(fake.f2)