get_genomic_order | R Documentation |
This functions gets the genomic position of markers in a sequence and return an ordered data frame with the name and position of each marker
get_genomic_order(input.seq, verbose = TRUE)
## S3 method for class 'mappoly.geno.ord'
print(x, ...)
## S3 method for class 'mappoly.geno.ord'
plot(x, ...)
input.seq |
a sequence object of class |
verbose |
if |
x |
an object of the class mappoly.geno.ord |
... |
currently ignored |
Marcelo Mollinari, mmollin@ncsu.edu
s1 <- make_seq_mappoly(tetra.solcap, "all")
o1 <- get_genomic_order(s1)
plot(o1)
s.geno.ord <- make_seq_mappoly(o1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.