filterSOI | R Documentation |
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, minscore = 0.8) ## S4 method for signature 'RHermesExp,numeric' filterSOI(struct, id, minint = 10000, isofidelity, minscore = 0.8)
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. |
minscore |
Numeric. Minimum value (between 0 and 1) of isofidelity to retain an entry. Defaults to 0.8. |
A filtered SOI list.
Roger Gine
struct <- filterSOI(struct, id = 1, minint = 10000, isofidelity = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.