| param.default {InterpretMSSpectrum} | R Documentation |
Default parameter list for InterpretMSSpectrum.
Description
Default parameter list for InterpretMSSpectrum.
Usage
data(param.default)
Format
A data frame with 22 observations on the following 3 variables:
ionizationESI or APCI – will influence expected peak width and precision as well as adducts.
ionmodepositive or negative – will influence expected adducts.
allowed_elementsPassed to Rdisop in formula generation.
maxElementsPassed to Rdisop in formula generation.
minElementsPassed to Rdisop in formula generation.
substitutionsWill be deprecated in the future.
quick_isosTRUE = via Rdisop, FALSE = via enviPat (often more correct)
score_cutoffSpecifies initial filtering step threshold per fragment. Sum Formulas with score_i < score_cutoff*max(score) will be removed.
neutral_loss_cutoffSpecifies the allowed deviation in mDa for neutral losses to be accepted from the provided neutral loss list.
Details
Default parameter list used by InterpretMSSpectrum, serving also as a template
for custom lists. Basically every option which needs to be modified rarely went in here. Specific
parameter set modifications (i.e. for 'APCIpos') are provided and can be called using the character
string as a shortcut. Alternatively, a named list can be provided where all contained parameters
will receive the new specified values.