SOI

SOI(struct, id)

# S4 method for RHermesExp,numeric
SOI(struct, id)

Arguments

struct

An RHermesExp object

id

The number corresponding to the SOI list you want to access

Value

The RHermes_SOI object at position id.

See also

Other Getters: DB(), IL(), Ident(), MS2Data(), PL(), adlist()

Author

Roger Gine

Examples

struct <- readRDS(system.file("extdata", "exampleObject.rds", package = "RHermes")) SOI(struct, 1)
#> Info about this SOI list:
#> Original file name: C:/Users/Roger G/Documents/GitHub/RHermes/inst/extdata/MS1TestData.mzML
#> Number of SOIs: 9
#> SOI parameters info:
#> Bins used:
#> binwidth minscan shift #> 1 5 0.3 0.0 #> 2 5 0.3 2.5
#> Max SOI length: 30
#> Min data point intensity: 1000
#> Blank substraction performed: FALSE
#> Blank filename: None