# NOT RUN {
MF.obj <- map_qc(MF.obj = MF.obj, anchors = 3)
#Graphical overview of how different genetic maps are connected by overlapping markers
plot(MF.obj, which = "mapnetwork", chr = 1) ## Multiple chromosomes not supported
## A minimal spanning tree using the number of anchors as edge weight,
plot(MF.obj, which = "mst", chr = 1)
#Visualize inverted maps
plot(MF.obj, which = "genetic_maps", maps = c("Col-0_Cvi-0.csv","Col-0_Sha.csv"), chr = 1:3)
# }
Run the code above in your browser using DataLab