Description Usage Arguments Examples
View source: R/exported_functions.R
Plot homologue position versus integrated positions
1 | 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. |
1 2 3 4 | 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"]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.