powered by
Remove any intermediate calculations from a cross object.
# S3 method for cross clean(object, …)
An object of class cross. See read.cross for details.
cross
read.cross
Ignored at this point.
The input object, with any intermediate calculations (such as is produced by calc.genoprob, argmax.geno and sim.geno) removed.
calc.genoprob
argmax.geno
sim.geno
drop.nullmarkers, drop.markers, clean.scantwo
drop.nullmarkers
drop.markers
clean.scantwo
# NOT RUN { data(fake.f2) names(fake.f2$geno) fake.f2 <- calc.genoprob(fake.f2) names(fake.f2$geno) fake.f2 <- clean(fake.f2) names(fake.f2$geno) # }
Run the code above in your browser using DataLab