QConQuantifier


Reader

Namespace: QConQuantifier
Parent Module: IO

Functions and values

Function or valueDescription
createReader(mzLiteFilePath)
Signature: mzLiteFilePath:string -> (type)

Creates an mzLite reader. This object is used to access data stored in the mzLite format.

getMassSpectra(reader)
Signature: reader:(type) -> IEnumerable<(type)>

Returns all mass spectra present in a mzLite file.

Fork me on GitHub