QConQuantifier


XIC

Namespace: QConQuantifier
Parent Module: IO

Functions and values

Function or valueDescription
createRangeQuery v offset
Signature: v:float -> offset:float -> (type)

Creates a range query used to define look up dimensions, e.g. in rt

getRetentionTimeIdx(reader)
Signature: reader:(type) -> (type)

Creates an retention time (scan time) index. This data structure preserves the order of all ms1s to facilitate a fast XIC extraction.

getXICBy reader rtIdx rtQuery mzQuery
Signature: reader:(type) -> rtIdx:(type) -> rtQuery:(type) -> mzQuery:(type) -> (type) []

Returns a XIC from a file (reader). A retention time index (rtIdx) has to be created beforhand. The rt and mz dimensions of the XIC are defined using range queries.

initGetXIC(...)
Signature: reader:(type) -> rtIdx:(type) -> rtOffset:float -> mzOffset:float -> tarRT:float -> tarMz:float -> (type) []

Returns a XIC from a file (reader). A retention time index (rtIdx) has to be created beforhand. given rt and mz values along with their offsets this function will internally create Query items.

Fork me on GitHub