Viewer for ceX-QTL fitness data
A simple shiny app to view results from ceX-QTL experiments described in: https://www.biorxiv.org/content/early/2018/09/27/428870 Allows focusing on specific chromosomes and regions, to finely observe fitness data.
Install prerequisite packages in R (running from RStudio is recommended)
install.packages(c("shiny","shinyWidgets","ggplot2","viridis","ggthemes","dplyr","shinycssloaders"))
You can then run the app directly from the repository using runGithub
library(shiny)
runGitHub("cexQTLview","eyalbenda")