record(input.seq, times=10, LOD=0, max.rf=0.5, tol=10E-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 that there are
no defined linkage phases.vector with the recombination frequencies between
markers in the sequence. -1 means that there are no estimated
recombination frequencies.outcross with the
raw data.rf.2pts with the 2-point
analyses.times times and the sequence presenting the smallest
COUNT value is chosen.
After determining the order with RECORD, the final map is constructed
using the multipoint approach (function map).Van Os, H., Stam, P., Visser, R.G.F. and Van Eck, H.J. (2005) RECORD: a novel method for ordering loci on a genetic linkage map. Theoretical and Applied Genetics 112: 30-40.
make.seq and map##outcross example
data(example.out)
twopt <- rf.2pts(example.out)
all.mark <- make.seq(twopt,"all")
groups <- group(all.mark)
LG1 <- make.seq(groups,1)
LG1.rec <- record(LG1)
##F2 example
data(fake.f2.onemap)
twopt <- rf.2pts(fake.f2.onemap)
all.mark <- make.seq(twopt,"all")
groups <- group(all.mark)
LG1 <- make.seq(groups,1)
LG1.rec <- record(LG1)
LG1.recRun the code above in your browser using DataLab