###################### AtGeneSearch interface ######################
# Launch browser to AtGeneSearch URL
browseBtn_cb <- function(button, user.data)
{
ents <- exp_entitySelection("gene")
if (length(ents) > 0) {
browseURL(paste(.ATGeneSearchURL, paste(ents, collapse=";"), sep=""))
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.