recipe bioconductor-ptairdata

PTR-TOF-MS volatolomics raw datasets from exhaled air and cell culture headspace

Homepage:

https://bioconductor.org/packages/3.20/data/experiment/html/ptairData.html

License:

GPL-3

Recipe:

/bioconductor-ptairdata/meta.yaml

The package ptairData contains two raw datasets from Proton-Transfer-Reaction Time-of-Flight mass spectrometer acquisitions (PTR-TOF-MS), in the HDF5 format. One from the exhaled air of two volunteer healthy individuals with three replicates, and one from the cell culture headspace from two mycobacteria species and one control (culture medium only) with two replicates. Those datasets are used in the examples and in the vignette of the ptairMS package (PTR-TOF-MS data pre-processing). There are also used to gererate the ptrSet in the ptairMS data : exhaledPtrset and mycobacteriaSet

package bioconductor-ptairdata

(downloads) docker_bioconductor-ptairdata

Versions:

1.18.0-01.14.0-01.10.0-01.8.0-01.5.0-01.2.0-11.2.0-01.0.0-0

Depends:
  • on bioconductor-data-packages >=20260207

  • on bioconductor-rhdf5 >=2.54.0,<2.55.0

  • on curl

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

  • on r-signal

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

to add into an existing workspace instead, run:

pixi add bioconductor-ptairdata

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

Alternatively, to install into a new environment, run:

conda create -n envname bioconductor-ptairdata

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

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