order.auto | R Documentation |
Function order.auto
reorders a named vector of three genotype
counts, such that the sequence (minor homozygote, heterozygote,
major heterzygote) is establised.
order.auto(X)
X |
a named vector of genotype counts (e.g. c(AA=25,AB=50,BB=25)) |
a vector
Jan Graffelman jan.graffelman@upc.edu
Graffelman, J. (2015) Exploring Diallelic Genetic Markers: The HardyWeinberg Package. Journal of Statistical Software 64(3): 1-23. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v064.i03")}.
order.x
x <- c(MN=489,MM=298,NN=213)
print(x)
y <- order.auto(x)
print(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.