ILParam-class | R Documentation |
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.
It's a part of the RHermesIL object and is an input for generateIL().
An ILParam object
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.
Roger Gine
RHermesIL generateIL
Other Params:
ExpParam-class
,
SOIParam-class
ILParam()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.