Nothing
probeAnnoFromESet <- function(eSet, probeLength) {
stopifnot(inherits(eSet, "ExpressionSet"), is.numeric(probeLength))
pos <- data.frame(fData(eSet)$CHR, fData(eSet)$PROBE_ID, fData(eSet)$START, probeLength)
colnames(pos) <- c("CHROMOSOME", "PROBE_ID", "POSITION", "LENGTH")
probeAnno <- posToProbeAnno(pos)
return(probeAnno)
}
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.