cmp.rf: Compare values for two objects created by est.rf.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Detailed comparison of two objects created by est.rf.

Usage

1
cmp.rf(rf1, rf2, tol = 1e-06)

Arguments

rf1

Recombination frequency (between 0 and 0.5).

rf2

Recombination frequency (between 0 and 0.5).

tol

Tolerance level.

Details

Comparison of summaries and pattern of missing and zero values for matrix that contains number of meioses in diagonal, LOD above diagonal, and rf below diagonal.

Value

List with values

lod.diff

Matrix showing row, column and LOD values that differ

rf.diff

Matrix showing row, column and rf values that differ

Author(s)

Brian S. Yandell <byandell@wisc.edu> and Laura Shannon.

See Also

est.rf, plot.rf

Examples

1
2
3
4
5
6
7
data(fake.f2)
fake.ft <- fake.f2
class(fake.ft)[1] <- "bcsft"
attr(fake.ft, "scheme") <- c(0,2)
rf.f2 <- est.rf(fake.f2)
rf.ft <- est.rf(fake.ft)
cmp.rf(rf.f2,rf.ft)

byandell/qtlbcsft documentation built on May 13, 2019, 9:52 a.m.