recipe bioconductor-omicsviewer

Interactive and explorative visualization of SummarizedExperssionSet or ExpressionSet using omicsViewer

Homepage:

https://bioconductor.org/packages/3.18/bioc/html/omicsViewer.html

License:

GPL-2

Recipe:

/bioconductor-omicsviewer/meta.yaml

omicsViewer visualizes ExpressionSet (or SummarizedExperiment) in an interactive way. The omicsViewer has a separate back- and front-end. In the back-end, users need to prepare an ExpressionSet that contains all the necessary information for the downstream data interpretation. Some extra requirements on the headers of phenotype data or feature data are imposed so that the provided information can be clearly recognized by the front-end, at the same time, keep a minimum modification on the existing ExpressionSet object. The pure dependency on R/Bioconductor guarantees maximum flexibility in the statistical analysis in the back-end. Once the ExpressionSet is prepared, it can be visualized using the front-end, implemented by shiny and plotly. Both features and samples could be selected from (data) tables or graphs (scatter plot/heatmap). Different types of analyses, such as enrichment analysis (using Bioconductor package fgsea or fisher's exact test) and STRING network analysis, will be performed on the fly and the results are visualized simultaneously. When a subset of samples and a phenotype variable is selected, a significance test on means (t-test or ranked based test; when phenotype variable is quantitative) or test of independence (chi-square or fisher’s exact test; when phenotype data is categorical) will be performed to test the association between the phenotype of interest with the selected samples. Additionally, other analyses can be easily added as extra shiny modules. Therefore, omicsViewer will greatly facilitate data exploration, many different hypotheses can be explored in a short time without the need for knowledge of R. In addition, the resulting data could be easily shared using a shiny server. Otherwise, a standalone version of omicsViewer together with designated omics data could be easily created by integrating it with portable R, which can be shared with collaborators or submitted as supplementary data together with a manuscript.

package bioconductor-omicsviewer

(downloads) docker_bioconductor-omicsviewer

versions:

1.2.0-0

depends bioconductor-biobase:

>=2.58.0,<2.59.0

depends bioconductor-fgsea:

>=1.24.0,<1.25.0

depends bioconductor-s4vectors:

>=0.36.0,<0.37.0

depends bioconductor-summarizedexperiment:

>=1.28.0,<1.29.0

depends r-base:

>=4.2,<4.3.0a0

depends r-beeswarm:

depends r-curl:

depends r-dt:

depends r-fastmatch:

depends r-flatxml:

depends r-ggplot2:

depends r-ggseqlogo:

depends r-htmlwidgets:

depends r-httr:

depends r-matrix:

depends r-matrixstats:

depends r-networkd3:

depends r-openxlsx:

depends r-plotly:

depends r-psych:

depends r-rcolorbrewer:

depends r-reshape2:

depends r-rsqlite:

depends r-shiny:

depends r-shinybusy:

depends r-shinycssloaders:

depends r-shinyjs:

depends r-shinythemes:

depends r-shinywidgets:

depends r-stringr:

depends r-survival:

depends r-survminer:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install bioconductor-omicsviewer

and update with::

   mamba update bioconductor-omicsviewer

To create a new environment, run:

mamba create --name myenvname bioconductor-omicsviewer

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/bioconductor-omicsviewer:<tag>

(see `bioconductor-omicsviewer/tags`_ for valid values for ``<tag>``)

Download stats