| ExpParam-class | R Documentation | 
ExpParam holds all experimental data as well as database-related info generated during the processing steps. Use setExpParams to save it into your RHermesExp object
## S4 method for signature 'ExpParam'
show(object)
object | 
 An ExpParam object  | 
A ExpParam object
ppmThe mass spectrometer (MS) mass error in parts per million (ppm)
resThe MS resolution at m/z = 200
nthrThe noise threshold to consider. Any signal weaker than it will NOT be considered in the PL. Useful to filter 'grass-like' peaks in a Q-TOF instrument. Defaults to 1000.
minmzMinimum mz registered in the MS1 experiment. Defaults to 80
maxmzMaximum mz registered in the MS1 experiment. Defaults to 1000.
ionPolarity used in the experiment. RHermes currently only supports one polarity at a time per RHermesExp, so if you're performing both + and - polarity you will have to use 2 different RHermesExp objects, one for each. Important: must be described ONLY as '+' or '-'.
instrMS instrument type used to acquire the data. It can be either QTOF' or 'Orbitrap'.
DBFormula database
adlistAdduct list
ionFIonic formula list. Formed by all formula-adduct combinations
isoListIsotopic pattern exploration results.
Other Params: 
ILParam-class,
SOIParam-class
 #Default object
 exp <- ExpParam()
 #Setting some values - check all possible slots above
 exp2 <- ExpParam(ppm = 3, res = 150000, instr = "Orbitrap")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.