knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
if(!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("ptairData")
This package contains two volatolomics raw datasets acquired with a Proton-Transfer-Reaction Time-of-Flight mass spectrometer (PTR-TOF-MS; Ionicon Analytik GmbH, Innsbruck, Austria). They are stored in two subfolders:
exhaledAir: Exhaled air from two healthy individuals, three acquisitions per individual on distinct days [6 files in total], with two expirations per acquisition and Buffered end-tidal (BET) sampling Herbig et al, 2008)
mycobacteria: cell culture headspace: two replicates from two species and one control (culture medium only) [6 files]
The files are in the open Hierarchical Data Format (HDF5). To limit the size of the data and speed up the analysis in demo examples, the raw data are truncated in the m/z dimension within the range $[20.4, 21.6] \cup [50, 150]$ for individuals, and $[20.4, 21.6] \cup [56.4, 90.6]$ for mycobacteria.
The ptairMS package (also available on Bioconductor) is devoted to the processing of PTR-TOF-MS data.
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.