The main RHermes class: The RHermesExp. It is a container for all generated information. All main RHermes functions use it and return an updated version of the object.

# S4 method for RHermesExp
show(object)

Arguments

object

An RHermesExp object

Value

An RHermesExp object

Slots

metadata

Where all the complementary info is stored (experimental parameters, timestamps, databases, etc.). See [RHermes]RHermesMeta for more info.

data

All experimental info is stored in data. It is divided into PL (peaklist) SOI (scans of interest) and MS2Exp (for the IL, MS2 data and identifications). See [RHermes]RHermesData for more info.

See also

setDB setExpParam processMS1

Author

Roger Gine

Examples

if(FALSE){ myHermes <- RHermesExp() #Initializing empty object }