Giter VIP home page Giter VIP logo

rivet's Introduction

RIVET (Ribosomal Investigation and Visualization to Evaluate Translation)

RIVET is a simple to use R-shiny based graphical user interface to automate the statistical analysis of RNA sequencing data and microarray data generated by either polysome profiling or ribosome footprinting. RIVET requires a tab-delimited or comma-delimited text file of counts data (commonly generated in many RNA seq computational pipelines) or background corrected and normalized microarray data. The main goal of RIVET is to make data analysis of data generated by genome-wide translatome experiments accessible to bench scientists.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • R
  • shiny
  • limma
  • Biobase
  • ggplot2
  • edgeR
  • gplots
  • RColorBrewer
  • shinythemes
  • shinyjs

Deployment

For local deployment, all app files including ui.R, server.R, global.R along with www folder should be located within the working directory. To launch from the commandline, open a terminal and begin an R session within the working directory.

To install required packages, start R and enter:

# for cran packages
>install.packages('shiny')
>install.packages('ggplot2')
>install.packages('gplots')
>install.packages('RColorBrewer')
>install.packages('shinythemes')
>install.packages('shinyjs')

# for bioconductor packages
>source("https://bioconductor.org/biocLite.R")
>biocLite('limma')
>biocLite('edgeR')
>biocLite('Biobase')

To launch the RIVET app locally, execute the following in terminal (while not in R session) where ~/shinyapp should be replaced with the path to your application:

Rscript -e 'library(methods); shiny::runApp("~/shinyapp", launch.browser=TRUE)'

Alternatively, you can open any of the rivet "*.R" files in an R IDE and select "Run App" from the top command bar.

Built With

Example Use and Citations

For example RIVET use cases and citations please refer to the Wiki.

Authors

  • Amanda Ernlund - Initial work
  • Kelly Ruggles - Maintainer

License

This project will be licensed soon.

Acknowledgments

  • Hat tip to:
    • Cooper for code advice
    • Dr. Robert Schneider for scientific interpretation

rivet's People

Contributors

a-dev-walker avatar aernlund avatar kruggles7 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.