recipe bioconductor-msquality

MsQuality - Quality metric calculation from Spectra and MsExperiment objects

Homepage:

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

License:

GPL-3

Recipe:

/bioconductor-msquality/meta.yaml

The MsQuality provides functionality to calculate quality metrics for mass spectrometry-derived, spectral data at the per-sample level. MsQuality relies on the mzQC framework of quality metrics defined by the Human Proteom Organization-Proteomics Standards Initiative (HUPO-PSI). These metrics quantify the quality of spectral raw files using a controlled vocabulary. The package is especially addressed towards users that acquire mass spectrometry data on a large scale (e.g. data sets from clinical settings consisting of several thousands of samples). The MsQuality package allows to calculate low-level quality metrics that require minimum information on mass spectrometry data: retention time, m/z values, and associated intensities. MsQuality relies on the Spectra package, or alternatively the MsExperiment package, and its infrastructure to store spectral data.

package bioconductor-msquality

(downloads) docker_bioconductor-msquality

Versions:

1.10.0-01.6.0-01.2.0-01.0.0-0

Depends:
  • on bioconductor-biocparallel >=1.44.0,<1.45.0

  • on bioconductor-msdata >=0.50.0,<0.51.0

  • on bioconductor-msexperiment >=1.12.0,<1.13.0

  • on bioconductor-protgenerics >=1.42.0,<1.43.0

  • on bioconductor-spectra >=1.20.0,<1.21.0

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

  • on r-ggplot2 >=3.3.5

  • on r-htmlwidgets >=1.5.3

  • on r-plotly >=4.9.4.1

  • on r-rlang >=1.1.1

  • on r-rmzqc >=0.7.0

  • on r-shiny >=1.6.0

  • on r-shinydashboard >=0.7.1

  • on r-stringr >=1.4.0

  • on r-tibble >=3.1.4

  • on r-tidyr >=1.1.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-msquality

to add into an existing workspace instead, run:

pixi add bioconductor-msquality

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

Alternatively, to install into a new environment, run:

conda create -n envname bioconductor-msquality

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

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