clean {qtl}R Documentation

Remove intermediate calculations

Description

Remove information on intermediate calculations from a cross object.

Usage

clean(cross)

Arguments

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

Value

An object of class cross, with any intermediate calculations (such as is produced by calc.genoprob, argmax.geno and sim.geno) removed.

Author(s)

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

See Also

drop.qtlgeno, drop.nullmarkers, drop.markers

Examples

data(fake.f2)
fake.f2 <- calc.genoprob(fake.f2)
fake.f2 <- clean(fake.f2)

[Package Contents]