Nothing
construct.genotype.prediction.matrix <-
function(object, newdata) {
Z_geno <- make_design_matrix(newdata[,object$model$geno$genotype], object$terms$geno$geno_names)
if(object$model$geno$as.random)
Z_geno <- Z_geno[,object$terms$geno$ndx, drop = FALSE]
else
Z_geno <- Z_geno[, object$terms$geno$ndx[2:length(object$terms$geno$ndx)], drop = FALSE]
Z_geno
}
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.