recipe bioconductor-cytopipeline

Automation and visualization of flow cytometry data analysis pipelines

Homepage:

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

License:

GPL-3

Recipe:

/bioconductor-cytopipeline/meta.yaml

This package provides support for automation and visualization of flow cytometry data analysis pipelines. In the current state, the package focuses on the preprocessing and quality control part. The framework is based on two main S4 classes, i.e. CytoPipeline and CytoProcessingStep. The pipeline steps are linked to corresponding R functions - that are either provided in the CytoPipeline package itself, or exported from a third party package, or coded by the user her/himself. The processing steps need to be specified centrally and explicitly using either a json input file or through step by step creation of a CytoPipeline object with dedicated methods. After having run the pipeline, obtained results at all steps can be retrieved and visualized thanks to file caching (the running facility uses a BiocFileCache implementation). The package provides also specific visualization tools like pipeline workflow summary display, and 1D/2D comparison plots of obtained flowFrames at various steps of the pipeline.

package bioconductor-cytopipeline

(downloads) docker_bioconductor-cytopipeline

versions:

1.2.0-01.0.2-0

depends bioconductor-biocfilecache:

>=2.10.0,<2.11.0

depends bioconductor-biocparallel:

>=1.36.0,<1.37.0

depends bioconductor-flowai:

>=1.32.0,<1.33.0

depends bioconductor-flowcore:

>=2.14.0,<2.15.0

depends bioconductor-ggcyto:

>=1.30.0,<1.31.0

depends bioconductor-peacoqc:

>=1.12.0,<1.13.0

depends r-base:

>=4.3,<4.4.0a0

depends r-diagram:

depends r-ggplot2:

>=3.4.1

depends r-jsonlite:

depends r-rlang:

depends r-scales:

depends r-withr:

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

and update with::

   mamba update bioconductor-cytopipeline

To create a new environment, run:

mamba create --name myenvname bioconductor-cytopipeline

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

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

Download stats