powered by
plot_phased_maplist is a function for visualising a phased maplist, the output of create_phased_maplist
plot_phased_maplist
create_phased_maplist
plot_phased_maplist( phased.maplist, ploidy, ploidy2 = NULL, cols = c("black", "darkred", "navyblue"), width = 0.2, mapTitles = NULL )
A list of phased linkage maps, the output of create_phased_maplist
Integer. Ploidy of the organism.
Optional integer, by default NULL. Ploidy of parent 2, if different from parent 1.
NULL
Vector of colours for the integrated, parent1 and parent2 maps, respectively.
Width of the linkage maps, by default 0.2
Optional vector of titles for maps, by default names of maplist, or titles LG1, LG2 etc. are used.
# NOT RUN { data("phased.maplist") plot_phased_maplist(phased.maplist, ploidy = 4) # }
Run the code above in your browser using DataLab