filterIL | R Documentation |
Filters out IL entries lower than a specified intensity in a given RT interval.
filterIL(struct, id, rts, minint = Inf) ## S4 method for signature 'RHermesExp,numeric,numeric' filterIL(struct, id, rts, minint = Inf)
struct |
The RHermesExp object. |
id |
The IL ID in the RHermesExp object. The IDs are assigned by the order in which the IL are generated. |
rts |
Time interval to filter (two numeric values - start, end), in seconds |
minint |
Minimum entry intensity to be retained. All entries <= minint will be removed in the specified rt interval. Defaults to infinity, so all IL entries in the range are removed. |
Nothing. As a side effect, it generates one/multiple .csv files with the inclusion list data
if(FALSE){ filterIL(myHermes, 1, c(0,200), minint = 1e6) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.