MassSpectrum
Namespace: QConQuantifier
Parent Module: IO
Functions and values
Function or value | Description |
getID(massSpectrum)
Signature: massSpectrum:(type) -> string
|
Returns the ID of the MassSpectrum
|
getMsLevel(massSpectrum)
Signature: massSpectrum:(type) -> int
|
Returns the MsLevel of the MassSpectrum
|
getPeaks reader ms
Signature: reader:(type) -> ms:(type) -> (type) []
|
Returns a Peak array containing all peaks of a given mass spectrum.
|
getPrecursorMZ(massSpectrum)
Signature: massSpectrum:(type) -> float
|
Returns PrecursorMZ of MS2 spectrum
|
getScanTime(massSpectrum)
Signature: massSpectrum:(type) -> float
|
Returns the ScanTime (formerly: RetentionTime) of the MassSpectrum
|