rcd(w,LOD=0,max.rf=0.5)sequence.sequence, which is a list containing the
following components:vector containing the (ordered) indices of
markers in the sequence, according to the input file.vector with the linkage phases between markers
in the sequence, in corresponding positions. -1 means there are
no defined linkage phases.vector with the recombination frequencies between
markers in the sequence. -1 means there are no estimated
recombination frequencies.outcross with the
raw data.rf.2pts with the 2-point
analyses. After determining the order with RCD, the final map is constructed
using the multipoint approach (function map).
make.seq, mapdata(example_out)
twopt <- rf.2pts(example_out)
all.mark <- make.seq(twopt,"all")
groups <- group(all.mark)
LG1 <- make.seq(groups,1)
LG1.rcd <- rcd(LG1)Run the code above in your browser using DataLab