Nothing
getInfoInFile <- function(filename, type, unit, property, compress=NULL) {
if (is.null(compress) && (type == "CDF"))
compress <- getOption("BioC")$affy$compress.cdf
if (is.null(compress) && (type == "CEL"))
compress <- getOption("BioC")$affy$compress.cel
.Call("getInfo", as.character(filename), as.character(type),
as.character(unit), as.character(property), as.integer(compress),
PACKAGE="makecdfenv")
}
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.