Nothing
##
## Test for bug when assigning NA values into an existing genotype vector
##
library(genetics)
G <- as.genotype( c("1/1","1/2") )
G[1] <- NA
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.