Giter VIP home page Giter VIP logo

shinygeo's Introduction

shinyGEO

shinyGEO is a web-based tool that allows a user to download the expression and sample data from a Gene Expression Omnibus dataset, select a gene of interest, and perform a survival or differential expression analysis using the available data. For both analyses, shinyGEO produces publication-ready graphics and generates R code ensuring that all analyses are reproducible. The tool is developed using shiny, a web application framework for R, a language for statistical computing and graphics.

Official Website

http://gdancik.github.io/shinyGEO/

The preferred way of running shinyGEO locally is through docker:

  1. Download docker from https://www.docker.com/get-started

  2. Pull the docker image by running the following from your terminal:

    docker pull gdancik/shinygeo

  3. Run shinyGEO by using the command:

    docker run -it --rm -p 3838:3838 gdancik/shinygeo

  4. View shinyGEO by opening a web browser and entering localhost:3838 into the address bar.

  5. New. ShinyGEO datasets can now be updated directly from the web application. Click the Update button to update the datasets (updating data sets once a month is recommended). Then open another terminal or command prompt, as was done for step 3, and enter the following command to save your changes. This updates the gdancik/shinygeo image with the updated datasets:

    docker commit $(docker ps -alq) gdancik/shinygeo

Contributors

  • Main contributors: Jasmine Dumas, Michael Gargano, Garrett M. Dancik, PhD
  • Additional contributors: Nataliia Romanenko, Ken-Heng Liao, Gregory Harper, Brandon Spratt

Acknowledgements

This work was supported, in part, by Google Summer of Code funding to JD in 2015. MG, KHL, GH, and BS contributed as part of an independent study in Computer Science / Bioinformatics while undergraduate students at Eastern Connecticut State University, Willimantic, CT, USA.

shinygeo's People

Contributors

gdancik avatar jasdumas avatar nromanenko 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.