rcd to
order genetic markers on a linkage group (object of class5
extracted.group).map(w, y, LOD = NULL, max.rf = NULL)## S3 method for class 'map':
print(x, cumulative=FALSE, \dots)
extracted group (the group to be
ordered).rf.2pts that was used to generate
object w, i.e., that contains the results of two-point
analyses.NULL
(default) the threshold already present in object y is used.NULL (default) the threshold already present in object
y is used.map.FALSE (default), distances
between markers are printed independently for each interval. If
TRUE, cumulative distances are displayed (for compatibility
purposes with softwares used to draw chromosomes).map, which is a list with the following
components:group from where the linkage group was
extracted.group from where the
linkage group was extracted.group, extract.group,
rcd, make.mapdata(example_out)
twopts <- est.rf.2pts(example_out)
link_gr <- group(twopts)
LG1 <- extract.group(link_gr,1)
LG1_map <- map(LG1,twopts) # order makers
LG1_mapRun the code above in your browser using DataLab