Description Usage Arguments Value Author(s) References
This function generates a brief summary table
This function plots a genetic linkage map(s)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | draw_map_shiny(
left.lim = 0,
right.lim = 5,
ch = 1,
maps,
ph.p1,
ph.p2,
d.p1,
d.p2,
snp.names = TRUE
)
map_summary(left.lim = 0, right.lim = 5, ch = 1, maps, d.p1, d.p2)
summary_maps(viewmap, verbose = TRUE)
plot_map_list(viewmap, horiz = TRUE, col = "ggstyle", title = "Linkage group")
gg_color_hue(n)
plot_one_map(x, i = 0, horiz = FALSE, col = "lightgray")
|
viewmap |
object of class |
horiz |
logical. If FALSE, the maps are plotted vertically with the first map to the left. If TRUE (default), the maps are plotted horizontally with the first at the bottom |
col |
a vector of colors for the bars or bar components (default = 'lightgrey')
|
title |
a title (string) for the maps (default = 'Linkage group') |
void |
internal function to be documented |
a data frame containing a brief summary of all maps
A data.frame
object containing the name of the markers and their genetic position
Gabriel Gesteira, gabrielgesteira@usp.br
Cristiane Taniguti, chtaniguti@tamu.edu
Marcelo Mollinari, mmollin@ncsu.edu
Cristiane Taniguti, chtaniguti@tamu.edu
Mollinari, M., and Garcia, A. A. F. (2019) Linkage analysis and haplotype phasing in experimental autopolyploid populations with high ploidy level using hidden Markov models, _G3: Genes, Genomes, Genetics_. doi: 10.1534/g3.119.400378
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.