Description Usage Arguments Value Examples
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
1 | GetRTFromScanNumber(FileName, ScanNumber, Cache = FALSE)
|
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. |
Retention time value
1 | GetRTFromScanNumber("Thermo_QE_cells_72h_LA_3",1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.