Learn R Programming

MetaClean (version 1.0.0)

rsdFilter: RSD Filteirng

Description

Filters out EICs with RSD

Usage

rsdFilter(peakTable, eicColumn, rsdColumns, rsdThreshold = 0.3)

Arguments

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

Value

peakTable with filtered EICs

Examples

Run this code
# NOT RUN {
rsd_filtered_table <- rsdFilter(peakTable = group_table,
                                          eicColumn = eicColumn,
                                          rsdColumns = rsdColumns)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab