Nothing
calculate.genome <- function(X, Y, windowSize, method = "pSimCCA", params = list(), match.probes, priors, regularized){
chromosomeModelList <- list()
for (i in 1:24) {
chromosomeModelList[i] <- calculate.chr(X, Y, windowSize, i, method, params, match.probes, priors, regularized)
}
return(new("GenomeModels", chromosomeModels = chromosomeModelList, method = method, params = params))
}
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.