readSqMassHeader: Get chromatogram header from a sqMass file

Description Usage Arguments Value Author(s) Examples

Description

Get a table of chromatogram indices and respective transition IDs.

Usage

1

Arguments

mzmlName

(char) path to xics file.

Value

(A data-frame) It has 10 columns. The two important columns are:

chromatogramId

(integer) Fragment-ion ID that matches with transition ID in osw file.

chromatogramIndex

(integer) Index of chromatogram in mzML file.

Author(s)

Shubham Gupta, shubh.gupta@mail.utoronto.ca

ORCID: 0000-0003-3500-8152

License: (c) Author (2020) + GPL-3 Date: 2020-12-25

Examples

1
2
3
4
5
6
dataPath <- system.file("extdata", package = "DIAlignR")
sqName <-paste0(dataPath,"/xics/hroest_K120809_Strep0%PlasmaBiolRepl2_R04_SW_filt.chrom.sqMass")
## Not run: 
chromHead <- readChromatogramHeader(sqName)

## End(Not run)

Roestlab/DIAlign documentation built on Feb. 25, 2021, 5:18 p.m.