Description Usage Arguments Examples
View source: R/exported_functions.R
plot_phased_maplist
is a function for visualising a phased maplist, the output of
create_phased_maplist
1 2 | plot_phased_maplist(phased.maplist, ploidy = 4, ploidy2 = NULL,
cols = c("black", "darkred", "navyblue"), width = 0.2, mapTitles = NULL)
|
phased.maplist |
A list of phased linkage maps, the output of |
ploidy |
Integer. Ploidy of the organism. |
ploidy2 |
Optional integer, by default |
cols |
Vector of colours for the integrated, parent1 and parent2 maps, respectively. |
width |
Width of the linkage maps, by default 0.2 |
mapTitles |
Optional vector of titles for maps, by default names of maplist, or titles LG1, LG2 etc. are used. |
1 2 | data("phased.maplist")
plot_phased_maplist(phased.maplist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.