plot_hom_vs_LG: Plot homologue position versus integrated positions

View source: R/exported_functions.R

plot_hom_vs_LGR Documentation

Plot homologue position versus integrated positions

Description

Plot homologue position versus integrated positions

Usage

plot_hom_vs_LG(map_df, maplist_homologue)

Arguments

map_df

A dataframe of a map that defines a linkage group.

maplist_homologue

A list of maps were each item represents a homoloogue.

Examples

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"]])

polymapR documentation built on June 22, 2024, 10:34 a.m.