Nothing
# Run the enrichment (or load previous results)
load(paste(file.path(system.file('examples', package='RcisTarget')),
"motifEnrichmentTable_wGenes.RData", sep="/"))
# Add link to logo
newMotifErnTable <- addLogo(motifEnrichmentTable_wGenes)
# Show table
library(DT)
datatable(newMotifErnTable[,-c("enrichedGenes"), with=FALSE],
escape = FALSE,
filter="top",
options=list(pageLength=5))
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.