-
Notifications
You must be signed in to change notification settings - Fork 0
Local usage:R Shiny Server
To run WIlsON on a R Shiny Server (Debian), please update and install the following Debian packages:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install r-base libnlopt-dev wget libssl-dev libxml2-dev libcurl4-openssl-dev git gdebi-core
Install R Shiny server according to the manual (make sure to install to global R library, NOT personal!) and install the WIlsON R package:
install.packages("BiocManager")
BiocManager::install("wilson")
Clone the WIlsON apps repository and move the wilson-basic folder into R Shiny server apps folder (e.g. /srv/shiny-server/sample-apps/wilson-basic
).
Change the owner of the R Shiny apps folder to be the “shiny” user.
sudo chown –R shiny:shiny /srv/shiny-server
Restart R Shiny server.
sudo systemctl stop shiny-server
sudo systemctl daemon-reload
sudo systemctl start shiny-server
Add you custom data files into the wilson-basic/data
folder. After reloading, the new dataset can be selected from the apps drop down menue in the feature selection pane:
cp mydata.clarion /srv/shiny-server/sample-apps/wilson-basic/data
sudo systemctl stop shiny-server
sudo systemctl daemon-reload
sudo systemctl start shiny-server
How to cite?
H. Schultheis, C. Kuenne, J. Preussner, R. Wiegandt, A. Fust, M. Bentsen and M. Looso. WIlsON: Webbased Interactive Omics VisualizatioN. Bioinformatics 35(6) 2018, doi: https://doi.org/10.1093/bioinformatics/bty711
Copyright © 2019 Dr. Mario Looso, Max Planck Institute for Heart and Lung Research