# 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")


JoWatson2011/shiny_subcellularvis documentation built on Dec. 18, 2021, 1:38 a.m.