order.x | R Documentation |
Function order.x
reorders a named vector of three genotype
counts, such that the sequence (minor hemizygote, major hemizygote,
minor homozygote, heterozygote, major heterzygote) is establised.
order.x(X)
X |
a named vector of genotype counts (e.g. c(A=10,B=10,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.auto
x <- c(A=392, B=212, AA=275, AB=296, BB=80)
print(x)
y <- order.x(x)
print(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.