draw_map | R Documentation |
Provides a simple draw of a genetic map.
draw_map(
map.list,
horizontal = FALSE,
names = FALSE,
grid = FALSE,
cex.mrk = 1,
cex.grp = 0.75
)
map.list |
a map, i.e. an object of class |
horizontal |
if |
names |
if |
grid |
if |
cex.mrk |
the magnification to be used for markers. |
cex.grp |
the magnification to be used for group axis annotation. |
figure with genetic map draw
Marcelo Mollinari, mmollina@usp.br
#outcross example
data(onemap_example_out)
twopt <- rf_2pts(onemap_example_out)
lg<-group(make_seq(twopt, "all"))
maps<-vector("list", lg$n.groups)
for(i in 1:lg$n.groups)
maps[[i]]<- make_seq(order_seq(input.seq= make_seq(lg,i),twopt.alg =
"rcd"), "force")
draw_map(maps, grid=TRUE)
draw_map(maps, grid=TRUE, horizontal=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.