recipe bioconductor-ebimage

Image processing and analysis toolbox for R

Homepage:

https://bioconductor.org/packages/3.20/bioc/html/EBImage.html

License:

LGPL

Recipe:

/bioconductor-ebimage/meta.yaml

Links:

biotools: ebimage

EBImage provides general purpose functionality for image processing and analysis. In the context of (high-throughput) microscopy-based cellular assays, EBImage offers tools to segment cells and extract quantitative cellular descriptors. This allows the automation of such tasks using the R programming language and facilitates the use of other tools in the R environment for signal processing, statistical modeling, machine learning and visualization with image data.

package bioconductor-ebimage

(downloads) docker_bioconductor-ebimage

Versions:
4.52.0-04.48.0-04.44.0-14.44.0-04.42.0-04.40.0-14.40.0-04.36.0-24.36.0-1

4.52.0-04.48.0-04.44.0-14.44.0-04.42.0-04.40.0-14.40.0-04.36.0-24.36.0-14.36.0-04.34.0-04.32.0-14.32.0-04.30.0-04.28.0-04.26.0-14.24.0-04.22.1-04.20.0-04.18.3-04.13.0-04.12.2-0

Depends:
  • on bioconductor-biocgenerics >=0.56.0,<0.57.0

  • on bioconductor-biocgenerics >=0.56.0,<0.57.0a0

  • on libblas >=3.9.0,<4.0a0

  • on libgcc >=14

  • on liblapack >=3.9.0,<4.0a0

  • on liblzma >=5.8.2,<6.0a0

  • on libstdcxx >=14

  • on libzlib >=1.3.1,<2.0a0

  • on r-abind

  • on r-base >=4.5,<4.6.0a0

  • on r-fftwtools >=0.9-7

  • on r-htmltools

  • on r-htmlwidgets

  • on r-jpeg

  • on r-locfit

  • on r-png

  • on r-rcurl

  • on r-tiff

Additional platforms:
linux-aarch64

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install bioconductor-ebimage

to add into an existing workspace instead, run:

pixi add bioconductor-ebimage

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install bioconductor-ebimage

Alternatively, to install into a new environment, run:

conda create -n envname bioconductor-ebimage

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

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

(see bioconductor-ebimage/tags for valid values for <tag>).

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats