Nothing
NumRecomEvents <-
function (baseData, allele.matrix, genoData = NULL)
{
if (is.null(genoData)) {
genoData <- base2Geno(baseData, allele.matrix)
}
.C("core_NumRecomEvents",as.integer(genoData),
as.integer(nrow(genoData)),as.integer(ncol(genoData)),R=integer(1))$R
}
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.