Nothing
library("aroma.core");
verbose <- Arguments$getVerbose(-8, timestamp=TRUE);
ar <- AromaRepository(verbose=TRUE);
verbose && enter(verbose, "Downloading annotation data");
chipType <- "HG-U133_Plus_2";
verbose && cat(verbose, "Chip type: ", chipType);
pathname <- downloadCDF(ar, chipType);
verbose && cat(verbose, "CDF: ", pathname);
pathname <- downloadACS(ar, chipType, tags=".*");
verbose && cat(verbose, "ACS: ", pathname);
verbose && exit(verbose);
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.