Description Usage Arguments Value Examples
Filters out EICs with RSD
1 | rsdFilter(peakTable, eicColumn, rsdColumns, rsdThreshold = 0.3)
|
peakTable |
peak table generated by xcms group object |
eicColumn |
name of the EIC column |
rsdColumns |
names of the sample columns to be used to calcualte RSD |
rsdThreshold |
RSD percent threshold for filtering; default 0.3 |
peakTable with filtered EICs
1 2 3 | rsd_filtered_table <- rsdFilter(peakTable = group_table,
eicColumn = eicColumn,
rsdColumns = rsdColumns)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.