RHermesExp-class | R Documentation |
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 signature '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.
Roger Gine
setDB setExpParam processMS1
if(FALSE){ myHermes <- RHermesExp() #Initializing empty object }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.