knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Installation

if(!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("ptairData")

Description

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:

Format

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.

Processing

The ptairMS package (also available on Bioconductor) is devoted to the processing of PTR-TOF-MS data.

Session info

sessionInfo()


camilleroquencourt/ptairData documentation built on Dec. 19, 2021, 12:56 p.m.