ILParam-class: ILParam

ILParam-classR Documentation

ILParam

Description

The ILParam class contains all details regarding IL generation, such as m/z window for grouping close SOIs, whether to prioritize or restrict the inclusion list to a subset of adducts, etc.

Details

It's a part of the RHermesIL object and is an input for generateIL().

Value

An ILParam object

Slots

filtermz

Deltamz used to group SOIs with similar RTs. Defaults to +-0.5Da. It should be matched with the m/z isolation window of your MS2 method settings.

filterrt

Delta RT used to group SOIs with similar RTs. Defaults to 10s.

rtmargin

Similar to filterrt. Defaults to 5s.

priorization

Whether to prioritze adducts or not. Options are "only" to select only a set of adduct annotations, "full" to cover all SOIs independently of the adduct annotations or "yes" to specify some adducts to be prioritized in order.

ad

The specified adducts. See priorization.

Author(s)

Roger Gine

See Also

RHermesIL generateIL

Other Params: ExpParam-class, SOIParam-class

Examples

ILParam()

RogerGinBer/RHermes documentation built on Nov. 6, 2022, 11:34 a.m.