GetSpectrumbyScanNumber: Get spectrum for scan number

Description Usage Arguments Value Examples

Description

Get Single scan spectrum for certain scan. Corresponds to mzAccess web-service API function GetSpectrumbyScanNumber

Usage

1
2
GetSpectrumByScanNumber(FileName, MZLow, MZHigh, ScanNumber, Cache = FALSE,
  Profile = FALSE)

Arguments

FileName

- Name of original raw mass spectrometry file. Can be stated with or without path and extention

MZLow

- Minimum m/z value to be included in spectrum

MZHigh

- Maximum m/z value to be included in spectrum

ScanNumber

- scan number for requested spectrum.

Cache

- If TRUE data will be loaded from fast access cache, if FALSE - from original raw files

Profile

- If TRUE data will presented in profile mode how is was acquired by mass spectrometer, If FALSE data will be presented in peak centroided mode

Value

Data frame of Mass and Intensities for requested LC-MS area

Examples

1
GetSpectrumByScanNumber("Thermo_QE_cells_72h_LA_3", MZLow = 50, MZHigh = 400, ScanNumber = 1000, Profile = TRUE)

Yaroslav-Lyutvinskiy/MZAccessR documentation built on May 10, 2019, 12:06 a.m.