recipe bioconductor-dialignr

Dynamic Programming Based Alignment of MS2 Chromatograms

Homepage:

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

License:

GPL-3

Recipe:

/bioconductor-dialignr/meta.yaml

Links:

usegalaxy-eu: dialignr

To obtain unbiased proteome coverage from a biological sample, mass-spectrometer is operated in Data Independent Acquisition (DIA) mode. Alignment of these DIA runs establishes consistency and less missing values in complete data-matrix. This package implements dynamic programming with affine gap penalty based approach for pair-wise alignment of analytes. A hybrid approach of global alignment (through MS2 features) and local alignment (with MS2 chromatograms) is implemented in this tool.

package bioconductor-dialignr

(downloads) docker_bioconductor-dialignr

Versions:
2.10.0-02.8.0-02.6.0-12.6.0-02.2.0-22.2.0-12.2.0-02.0.0-01.2.0-1

2.10.0-02.8.0-02.6.0-12.6.0-02.2.0-22.2.0-12.2.0-02.0.0-01.2.0-11.2.0-01.0.5-0

Depends:
  • on bioconductor-mzr >=2.36.0,<2.37.0

  • on bioconductor-mzr >=2.36.0,<2.37.0a0

  • on libblas >=3.9.0,<4.0a0

  • on libgcc-ng >=12

  • on liblapack >=3.9.0,<4.0a0

  • on libstdcxx-ng >=12

  • on r-ape

  • on r-base >=4.3,<4.4.0a0

  • on r-bit64

  • on r-data.table

  • on r-dbi

  • on r-dplyr

  • on r-ggplot2

  • on r-magrittr

  • on r-phangorn

  • on r-pracma

  • on r-rcpp

  • on r-rcppeigen

  • on r-reticulate

  • on r-rlang

  • on r-rmsnumpress

  • on r-rsqlite

  • on r-signal

  • on r-tidyr

  • on r-zoo >=1.8-3

Additional platforms:

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

to add into an existing workspace instead, run:

pixi add bioconductor-dialignr

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

Alternatively, to install into a new environment, run:

conda create -n envname bioconductor-dialignr

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

(see bioconductor-dialignr/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