Skip to content
This repository has been archived by the owner. It is now read-only.

loosolab/wilson

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
man
October 16, 2019 11:07
September 17, 2018 17:45
July 9, 2018 14:49
October 16, 2019 13:37
December 19, 2017 10:18
July 26, 2019 12:29
August 26, 2019 17:26
July 3, 2018 08:54

WIlsON: Webbased Interactive Omics visualizatioN - The R Package

CRAN

Buildkite: Build status

Abstract

Objective

High-throughput (HT) studies of complex biological systems generate a massive amount of so called omics data. The results are typically summarized using spreadsheet like data formats. Visualization of this data is a key aspect of both, the analysis and the understanding of biological systems under investigation. While users have many visualization methods and tools to choose from, the challenge is to properly handle these tools and create clear, meaningful, and integrated visualizations based on pre-processed datasets.

Results

The WIlsON R package employs the R Shiny and Plotly web-based frameworks using a client-server based approach comprising a range of interface and plotting modules. These can be joined to allow a user to select a meaningful combination of parameters for the creation of various plot types (e.g. bar, box, line, scatter, heat). The modular setup of elements assures a concise code base and simplifies maintenance. An app thus created can be mounted on an R Shiny Server or inside R Studio. Data must be supplied server-side using a custom tab-delimited format derived from the SummarizedExperiment format (Clarion) and can principally originate from any analysis (e.g. RNA-Seq, ChIP-Seq, Mass Spectrometry, Microarray) that results in numeric data (e.g. count, score, log2foldchange, zscore, pvalue) attributed to a feature (e.g. gene, transcript, probe, protein).

Conclusions

The WIlsON R package includes a toolbox of R Shiny modules that can be used to construct a wide array of web-interfaces for plotting feature-based data.

Availability

All components of the WIlsON R package have been implemented in an integrated web application that is available for download from the Github repository wilson-apps and can be tested on our official demonstration server.

Usage instructions can be found in the extensive documentation.

Get a Docker container here.

Please make sure to check our other projects at loosolab.

Organization and Philosophy

Visualizations are organized hierarchically as Shiny modules, such that larger visualizations are built from small, general, and reusable components.

Installation

The module source code is made available as an R package and can be installed locally with

install.packages("BiocManager")
BiocManager::install("wilson")

On Windows, make sure that Rtools are available.

CLARION input format

CLARION: generiC fiLe formAt foR quantItative cOmparsions of high throughput screeNs

CLARION is a data format especially developed to be used with WIlsON, which relies on a tab-delimited table with a metadata header to describe the following columns. It is based on the Summarized Experiment format and supports all types of data which can be reduced to features and their annotation (e.g. genes, transcripts, proteins, probes) with assigned numerical values (e.g. count, score, log2foldchange, z-score, p-value). Most result tables derived from RNA-Seq, ChIP/ATAC-Seq, Proteomics, Microarrays, and many other analyses can thus be easily reformatted to become compatible without having to modify the code of WIlsON for each specific experiment.

Please check the following link for details considering the CLARION format.

How to cite

Schultheis H, Kuenne C, Preussner J, Wiegandt R, Fust A, Bentsen M, Looso M. WIlsON: Webbased Interactive Omics VisualizatioN. (2018), doi: https://doi.org/10.1093/bioinformatics/bty711

License

This project is licensed under the MIT license.