Giter VIP home page Giter VIP logo

boxplotr.shiny's Introduction

BoxPlotR

This is the repository for the Shiny application presented in "BoxPlotR: a web tool for generation of box plots" (Spitzer at al. 2014).

Installation

You have two options for running shiny-boxplot:

  1. Launch directly from R and GitHub:
  • Before running the app you will need to have R and RStudio installed (tested with R 3.2.1 and RStudio 0.99.465).

  • Launch the R console

  • Please run these lines in R:

    • install.packages("shiny")
    • install.packages("devtools")
    • devtools::install_github("rstudio/shiny-incubator")
    • install.packages("beeswarm")
    • install.packages("vioplot")
    • install.packages("beanplot")
    • install.packages("RColorBrewer")
  • Then start the app:

    • shiny::runGitHub("BoxPlotR.shiny", "VizWizard")

Your web browser will open the web app.

  1. Install the shiny-server and implement shiny-boxplot as a web application and service:
  • In Ubuntu 12.04+
    • sudo apt-get install gdebi-core
    • wget http://download3.rstudio.org/ubuntu-12.04/x86_64/shiny-server-1.0.0.42-amd64.deb (may need to change ubuntu or server version number)
    • sudo gdebi shiny-server-1.0.0.42-amd64.deb
    • edit: /opt/shiny-server/config/default.config in a text editor
      • Change these lines to suit your environment
      • listen SHINY_PORT; (change SHINY_PORT to match the port you want)
      • site_dir SHINY_APP_HOME; (change SHINY_APP_HOME to the location for your shiny apps)
    • make sure SHINY_PORT is open on your firewall
    • Go to your SHINY_APP_HOME
      • cd SHINY_APP_HOME
    • Get the latest shiny-boxplot code from github:
    • Restart shiny-server service:
      • sudo service shiny-server restart

You should now be able to access shiny-boxplot at: http://YOURSITE:**SHINY_PORT**/BoxPlotR.shiny

boxplotr.shiny's People

Contributors

vizwizard avatar jwildenhain avatar

Watchers

James Cloos avatar Renan Escalante avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.