Nothing
runCAMERA <- function(xset, chrom = c("LC", "GC"), settings, polarity, quick = TRUE) {
chrom <- match.arg(chrom)
switch(chrom, LC = {
capture.output(z <- do.call(annotate, c(list(object = xset, polarity = polarity, quick = quick), settings)))
z
}, GC = {
y <- xsAnnotate(xset, sample = 1)
capture.output(z <- do.call(groupFWHM, c(list(object = y), settings)))
z
})
}
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.