clean.cross | R Documentation |
Remove any intermediate calculations from a cross object.
## S3 method for class 'cross'
clean(object, ...)
object |
An object of class |
... |
Ignored at this point. |
The input object, with any intermediate calculations
(such as is produced by calc.genoprob
,
argmax.geno
and sim.geno
)
removed.
Karl W Broman, broman@wisc.edu
drop.nullmarkers
,
drop.markers
, clean.scantwo
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.