as.map | R Documentation |
Convert a map from a 3 columns data.frame to a map object
as.map(x, order = T)
x |
a 3 columns data.frame with marker names, chromosome, and position |
order |
whether loci should be ordered by position in each chromosome. If FALSE, the order of original file is kept |
J.-F. Rami rami@cirad.fr
data(sorgho_p118)
genonmv2<-as.map(genomv2.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.