Tools for visualizing genomics data
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.
Detailed usage examples are available in the Vignette.
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("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.
Download source code from http://www.bioconductor.org/packages/release/bioc/html/Sushi.html
R CMD INSTALL Sushi_X.X.X.tar.gz
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install(version = "devel")
BiocManager::install("Sushi")
or via source at http://www.bioconductor.org/packages/devel/bioc/html/Sushi.html
The code is freely available under the GPL (>= 2) license
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.