RHermesExp-class: RHermesExp

RHermesExp-classR Documentation

RHermesExp

Description

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.

Usage

## S4 method for signature '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.

Author(s)

Roger Gine

See Also

setDB setExpParam processMS1

Examples

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

RogerGinBer/RHermes documentation built on Nov. 6, 2022, 11:34 a.m.