recipe bioconductor-batchqc

Batch Effects Quality Control Software

Homepage:

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

License:

GPL (>= 2)

Recipe:

/bioconductor-batchqc/meta.yaml

Links:

biotools: batchqc

Sequencing and microarray samples often are collected or processed in multiple batches or at different times. This often produces technical biases that can lead to incorrect results in the downstream analysis. BatchQC is a software tool that streamlines batch preprocessing and evaluation by providing interactive diagnostics, visualizations, and statistical analyses to explore the extent to which batch variation impacts the data. BatchQC diagnostics help determine whether batch adjustment needs to be done, and how correction should be applied before proceeding with a downstream analysis. Moreover, BatchQC interactively applies multiple common batch effect approaches to the data, and the user can quickly see the benefits of each method. BatchQC is developed as a Shiny App. The output is organized into multiple tabs, and each tab features an important part of the batch effect analysis and visualization of the data. The BatchQC interface has the following analysis groups: Summary, Differential Expression, Median Correlations, Heatmaps, Circular Dendrogram, PCA Analysis, Shape, ComBat and SVA.

package bioconductor-batchqc

(downloads) docker_bioconductor-batchqc

versions:
1.30.0-01.28.0-01.26.0-01.22.0-01.20.0-01.18.0-11.18.0-01.16.0-01.14.0-0

1.30.0-01.28.0-01.26.0-01.22.0-01.20.0-01.18.0-11.18.0-01.16.0-01.14.0-01.12.0-11.10.1-01.8.1-01.6.1-0

depends bioconductor-limma:

>=3.58.0,<3.59.0

depends bioconductor-sva:

>=3.50.0,<3.51.0

depends pandoc:

depends r-base:

>=4.3,<4.4.0a0

depends r-corpcor:

depends r-ggvis:

depends r-gplots:

depends r-heatmaply:

depends r-knitr:

depends r-matrix:

depends r-matrixstats:

depends r-mcmcpack:

depends r-moments:

depends r-pander:

depends r-reshape2:

depends r-rmarkdown:

depends r-shiny:

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

and update with::

   mamba update bioconductor-batchqc

To create a new environment, run:

mamba create --name myenvname bioconductor-batchqc

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

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

Download stats