Nothing
get.combined.file <- function (ind, moduleNum, perJob, resultPath)
{
res <- list()
mimx <- paste(min(ind), max(ind), sep="-")
resfn <- indFileName(moduleNum=moduleNum, perJob=perJob,
ind=mimx, typePhrase="bnet.combined.strength")$names
res$combinedFile <- combinedPath(resultPath, resfn)
return(res)
}
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.