plot_hom_vs_LG {polymapR} | R Documentation |
Plot homologue position versus integrated positions
plot_hom_vs_LG(map_df, maplist_homologue)
map_df |
A dataframe of a map that defines a linkage group. |
maplist_homologue |
A list of maps were each item represents a homoloogue. |
data("integrated.maplist", "maplist_P1_subset")
colnames(integrated.maplist[["LG2"]]) <- c("marker", "position", "QTL_LOD")
plot_hom_vs_LG(map_df = integrated.maplist[["LG2"]],
maplist_homologue = maplist_P1_subset[["LG2"]])