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)
object | An RHermesExp object |
---|
An RHermesExp object
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.
setDB setExpParam processMS1
Roger Gine
if(FALSE){ myHermes <- RHermesExp() #Initializing empty object }