Coder Social home page Coder Social logo

gadams1959 / devis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from price0416/devis

0.0 0.0 0.0 84.34 MB

DEvis: an R package for aggregation and visualization of differential expression data

License: GNU Lesser General Public License v3.0

R 100.00%

devis's Introduction

DEvis

DEvis is a powerful, integrated solution for the analysis of differential expression data. This package includes an array of tools for manipulating and aggregating data, as well as a wide range of customizable visualizations, and project management functionality that simplify RNA-Seq analysis and provide a variety of ways of exploring and analyzing data.

Publication

The DEvis paper can be found here.

Price, A., Caciula, A., Guo, C., Lee, B., Morrison, J., Rasmussen, A., Lipkin, W.I., Jain, K. (2019). DEvis: an R package for aggregation and visualization of differential expression data. BMC Bioinformatics, 20(1), 110. https://doi.org/10.1186/s12859-019-2702-z

Installation:

DEvis is now available through the CRAN repository.

install.packages("DEVis")

Manual Installation:

If using OS X, please ensure that you are using the most up to date version of xcode.

Instructions for how to update xcode.

#Install DESeq2 dependency from bioconductor.
source("https://bioconductor.org/biocLite.R")
biocLite("DESeq2")

#Install devtools to allow installation from GitHub
if (!require("devtools")) install.packages("devtools")

#Install DEvis from GitHub repository.
devtools::install_github("price0416/DEvis/DEvis")

#Load the package.
library(DEVis)

Documentation:

For a complete usage tutorial, see the vignette.

For technical specifications, see the DEvis manual.

devis's People

Contributors

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