readTrailer: Read and extract scan trailer from TFS raw files.

View source: R/rawrr.R

readTrailerR Documentation

Read and extract scan trailer from TFS raw files.

Description

Read and extract scan trailer from TFS raw files.

Usage

readTrailer(rawfile, label = NULL)

Arguments

rawfile

the name of the raw file containing the mass spectrometry data from the Thermo Fisher Scientific instrument.

label

if NULL; the function scans for all available labels.

Value

an vector of trailers or values of a given trailer. Of note, the values are usually returned as a character.

Examples

rawrr::sampleFilePath() |> rawrr:::readTrailer()
rawrr::sampleFilePath() |> rawrr:::readTrailer("AGC:") |> head()

fgcz/rawR documentation built on May 5, 2024, 3:46 p.m.