GetRTFromScanNumber: Get retention time for scan number

Description Usage Arguments Value Examples

Description

Get retention time for scan number Corresponds to mzAccess web-service API function GetRTFromScanNumber Web-service will provide first scan number where RT is not less than specified

Usage

1
GetRTFromScanNumber(FileName, ScanNumber, Cache = FALSE)

Arguments

FileName

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

Cache

- If TRUE retention time value (in minutes) will be loaded from fast access cache, if FALSE - from original raw files

RT

- retention time for which spectrum will be searched.

Value

Retention time value

Examples

1
GetRTFromScanNumber("Thermo_QE_cells_72h_LA_3",1000)

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