Performs a series of filters and quality checks to a given SOI list, removing unwanted SOIs in the process.
filterSOI(struct, id, minint = 10000, isofidelity) # S4 method for RHermesExp,numeric filterSOI(struct, id, minint = 10000, isofidelity)
struct | The RHermesExp object to which the SOI list will be saved. |
---|---|
id | ID of the SOI list to be filtered/checked. |
minint | Minimun SOI intensity. All SOIs below this value will be removed from the SOI list |
isofidelity | Boolean. Whether to perform an isotopic fidelity check. |
A filtered SOI list.
Roger Gine
struct <- readRDS(system.file("extdata", "exampleObject.rds", package = "RHermes")) struct <- filterSOI(struct, id = 1, minint = 10000, isofidelity = TRUE)#>#>#>#>#>#>