Nothing
      compute.combat <-
function (fileGeno, fileSample)
{
	mat.adj  = ComBat(fileGeno, fileSample, write = FALSE, filter = FALSE, prior.plots= FALSE, skip = 1, par.prior = TRUE)
	gn.names = rownames(mat.adj)
	mat.adj = as.matrix(mat.adj[,2:ncol(mat.adj)])
	rownames(mat.adj) = gn.names
	return (mat.adj)
}
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.