Coder Social home page Coder Social logo

multigsea.shiny's Introduction

Overview

The multiGSEA.shiny package provides an interactive shiny applications that enables users to explore the results of a gene set enrichment analysis performed multiGSEA.

Usage

More thorough documentation of the shiny application will be provided in the near future in the form of a vignette, or more likely a screen cast.

In the meantime, this will just have to get you started:

library(multiGSEA.shiny)
vm <- exampleExpressionSet(dataset='tumor-vs-normal', do.voom=TRUE)
mg <- multiGSEA(gdb, vm, vm$design, "tumor", methods=c("camera", "fry"))
explore(mg)

The explore function will launch the application and load it with the MultiGSEAResult object produced by the call to the multiGSEA function. You can then explore the results of the "camera" or "fry" analysis through there.

Users can serialize MultiGSEAResult objects to *.rds files on their filesystem, which can also be loaded individually once the application is launched.

Application Deployment

Analysts can simply launch the multiGSEA.shiny::explore() application from their workstation, however these applications can also be deployed to a shiny server.

Docker

The inst/docker folder provides examples of how to containerize and deploy this application in different contexts.

The Dockerfile-base creates a docker image that, when run, launches the shiny app on http://container.ip/multiGSEA (ie. http://localhost/multiGSEA).

ShinyProxy

The Dockerfile-shinyproxy creates an image that can be deployed via a ShinyProxy server.

Notes on setting up a ShinyProxy server on AWS are provided in the aws-ubuntu-deployment.md file.

Installation

The multiGSEA suite of package will soon be submitted to bioconductor and installable via the recommended biocLite mechanism. In the meantime, these packages can be installed like so:

# install.packages("devtools")
devtools::install_github("lianos/multiGSEA")
devtools::install_github("lianos/multiGSEA.shiny")
devtools::install_github("lianos/GeneSetDb.MSigDB.Hsapiens.v61")
devtools::install_github("lianos/GeneSetDb.MSigDB.Mmusculus.v61")

multigsea.shiny's People

Contributors

lianos avatar

Watchers

James Cloos 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.