est.rf.2pts(w, LOD = 3, max.rf = 0.35, verbose = TRUE)## S3 method for class 'rf.2pts':
print(x, mrk1 = NULL, mrk2 = NULL, \dots)
outcross
.3
).0.35
).TRUE
, current progress is shown; if
FALSE
, no output is produced.rf.2pts
.rf.2pts
, which is a list containing the
following components:1
if positive, 0
if negative and NA
if linkage is not significant.n
markers, there are $$\frac{n(n-1)}{2}$$
pairs of markers to be analyzed. Therefore, completion of the
two-point analyses can take quite a long time.modify.rf.2pts
to modify criteria used in the
analyses; arbitr.rf.2pts
and
cr2pts
data(example_out)
twopts <- est.rf.2pts(example_out,LOD=3,max.rf=0.5) # perform two-point analyses
twopts
print(twopts,"M1","M2") # detailed results for markers 1 and 2
Run the code above in your browser using DataLab