Nothing
plotProbe <- function(symbol,rng, tx){
data(genesymbol)
p1 <- autoplot(tx, which=genesymbol[symbol])
p2 <- rng[which(rng %over% genesymbol[symbol])]
tracks(p1, autoplot(p2,aes(fill=PROBEQUALITY)))
}
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.