recipe bioconductor-matrixqcvis

Shiny-based interactive data-quality exploration for omics data

Homepage:

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

License:

GPL-3

Recipe:

/bioconductor-matrixqcvis/meta.yaml

Data quality assessment is an integral part of preparatory data analysis to ensure sound biological information retrieval. We present here the MatrixQCvis package, which provides shiny-based interactive visualization of data quality metrics at the per-sample and per-feature level. It is broadly applicable to quantitative omics data types that come in matrix-like format (features x samples). It enables the detection of low-quality samples, drifts, outliers and batch effects in data sets. Visualizations include amongst others bar- and violin plots of the (count/intensity) values, mean vs standard deviation plots, MA plots, empirical cumulative distribution function (ECDF) plots, visualizations of the distances between samples, and multiple types of dimension reduction plots. Furthermore, MatrixQCvis allows for differential expression analysis based on the limma (moderated t-tests) and proDA (Wald tests) packages. MatrixQCvis builds upon the popular Bioconductor SummarizedExperiment S4 class and enables thus the facile integration into existing workflows. The package is especially tailored towards metabolomics and proteomics mass spectrometry data, but also allows to assess the data quality of other data types that can be represented in a SummarizedExperiment object.

package bioconductor-matrixqcvis

(downloads) docker_bioconductor-matrixqcvis

versions:

1.10.0-01.8.0-01.6.0-01.2.0-01.0.0-0

depends bioconductor-complexheatmap:

>=2.18.0,<2.19.0

depends bioconductor-experimenthub:

>=2.10.0,<2.11.0

depends bioconductor-impute:

>=1.76.0,<1.77.0

depends bioconductor-limma:

>=3.58.0,<3.59.0

depends bioconductor-pcamethods:

>=1.94.0,<1.95.0

depends bioconductor-proda:

>=1.16.0,<1.17.0

depends bioconductor-summarizedexperiment:

>=1.32.0,<1.33.0

depends bioconductor-vsn:

>=3.70.0,<3.71.0

depends r-base:

>=4.3,<4.4.0a0

depends r-dplyr:

>=1.0.5

depends r-ggplot2:

>=3.3.3

depends r-hmisc:

>=4.5-0

depends r-htmlwidgets:

>=1.5.3

depends r-imputelcmd:

>=2.0

depends r-mass:

>=7.3-58.1

depends r-plotly:

>=4.9.3

depends r-rlang:

>=0.4.10

depends r-rmarkdown:

>=2.7

depends r-rtsne:

>=0.15

depends r-shiny:

>=1.6.0

depends r-shinydashboard:

>=0.7.1

depends r-shinyhelper:

>=0.3.2

depends r-shinyjs:

>=2.0.0

depends r-tibble:

>=3.1.1

depends r-tidyr:

>=1.1.3

depends r-umap:

>=0.2.7.0

depends r-upsetr:

>=1.4.0

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-matrixqcvis

and update with::

   mamba update bioconductor-matrixqcvis

To create a new environment, run:

mamba create --name myenvname bioconductor-matrixqcvis

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-matrixqcvis:<tag>

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

Download stats