rsd_filter {structToolbox} | R Documentation |
Filters features based on the relative standard deviation (RSD) for the QC samples.
rsd_filter(rsd_threshold = 20, qc_label = "QC", factor_name, ...)
rsd_threshold |
Features with RSD greater than the threshold are removed. |
qc_label |
The label used to identify QC samples in the chosen sample_meta column. |
factor_name |
The name of the sample_meta column containing QC labels. |
... |
additional slots and values passed to struct_class |
struct object
M = rsd_filter(factor_name='class')