# set this option in the first code chunk in the document knitr::opts_chunk$set(echo = F, results = "asis")
print("Analysis performed on", params$date, "using SubCellularVis tool")
Source code available at: https://github.com/JoWatson2011/shiny_subcellularvis
Enrichment FDR:
knitr::kable(params$comps)
Gene list analysed:
cat(params$genes, sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.