group(input.seq, LOD=NULL, max.rf=NULL)## S3 method for class 'group':
print(x, detailed=TRUE, \dots)
sequence.group.FALSE, only a small summary of the
linkage groups is printed. If TRUE (default), the names of
markers in each linkage group are also displayed.group, which is a list containing
the following components:outcross that contains
the raw data.rf.2ts used as input, i.e.,
containing information used to assign markers to linkage groups.NULL (default),
the values used are those contained in object input.seq. If not using
NULL, the new values overridden the ones in object input.seq.rf.2pts and make.seqdata(example.out)
twopts <- rf.2pts(example.out)
all.data <- make.seq(twopts,"all")
link_gr <- group(all.data)
link_grRun the code above in your browser using DataLab