Skip to content

sucitw/Sushi

This branch is 22 commits behind PhanstielLab/Sushi:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3681425 · Jun 5, 2014

History

78 Commits
May 30, 2014
Apr 1, 2014
May 27, 2014
May 26, 2014
Apr 3, 2014
Apr 7, 2014
May 30, 2014
Apr 4, 2014
May 30, 2014
Jun 5, 2014
Mar 5, 2014

Repository files navigation

Sushi

Tools for visualizing genomics data

Citation

Sushi.r: Flexible, quantitative, and integrative genomic visualizations for publication-quality multi-panel figures. Phanstiel DH, Boyle AP, Araya CL, Snyder MP. Bioinformatics, In Review.

Features

Detailed usage examples are available in the Vignette.

Sushi Installation

  1. Install release verson with Bioconductor:
source("http://bioconductor.org/biocLite.R")
biocLite("Sushi")

Note: R 3.1 is required for installation via Bioconductor. The newest version of R can be downloaded at (www.r-project.org/). Installation via Bioconductor also requires libcurl and libxml2 which may not be be standard with some Linux distributions and are available for download at (http://curl.haxx.se/libcurl/ and http://xmlsoft.org/, respectively.

  1. Install from source (for previous versions of R >= 2.10):

Download source code from http://www.bioconductor.org/packages/release/bioc/html/Sushi.html

R CMD INSTALL Sushi_X.X.X.tar.gz
  1. The development version of Sushi can be downloaded via Bioconductor
source("http://bioconductor.org/biocLite.R")
useDevel()
biocLite("Sushi")

or via source at http://www.bioconductor.org/packages/devel/bioc/html/Sushi.html

Contributors

License

The code is freely available under the GPL (>= 2) license

About

Tools for visualizing genomics data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published