Package 'GetSampleInfo'

Title: Extract Sample Information from Thermo .RAW files
Description: R wrapper for the Thermo C# RawFileReader.
Authors: Tom Wilson [aut, cre] (ORCID: <https://orcid.org/0000-0003-3112-4682>)
Maintainer: Tom Wilson <[email protected]>
License: GPL (>= 3)
Version: 0.4.1
Built: 2026-06-02 10:17:26 UTC
Source: https://github.com/wilsontom/GetSampleInfo

Help Index


Get Instrument Name

Description

Extract instrumment identification fields

Usage

GetInstrumentName(x)

Arguments

x

a .raw file

Value

a list of four elements


Get Precursor Masses

Description

Get Precursor Masses

Usage

GetPrecursorMasses(x)

Arguments

x

a .raw file

Value

a numeric vector of MS Level 2 precursor mass values


Get Sample Information

Description

Extract all fields contained in the SampleInformation block of Thermo .raw files. .raw files are accessed using the cross-platform C# RawFileReader.

Usage

GetSampleInfo(x)

Arguments

x

a .raw file

Value

a tibble of sample information


Get Scan Filters

Description

Extract all unique scan filters available in the .raw file

Usage

GetScanFilters(x)

Arguments

x

a .raw file

Value

a tibble of scan filters