est.rf.3pts(w, mrk1name = NULL, mrk2name = NULL, mrk3name = NULL, LOD =
5, max.rf = 0.35, max.nolink = 0.55)
outcross
.w
.5
).0.35
).0.55
).rf.3pts
, which is a list containing the
following components:mrk1name - mrk2name
and
mrk2name - mrk3name
, under the most probable assignment."****"
if the test is
significant, the estimates are below the thresholds and the order
seems to be right; "*"
if the test is significant, but
some estimates are above the thresholds and/or the order seems to be
wrong; "-"
if the test is not significant or all
estimates are above the thresholds.1
if positive, 0
if negative and NA
if linkage
is not significant.mrk1name - mrk2name - mrk3name
.cr3pts
data(example_out)
threepts <- est.rf.3pts(example_out,"M1","M2","M14") # correct order
threepts
threepts <- est.rf.3pts(example_out,"M1","M14","M2") # wrong order
threepts
Run the code above in your browser using DataLab