rsd_filter {structToolbox}R Documentation

rsd filter

Description

Filters features based on the relative standard deviation (RSD) for the QC samples.

Usage

rsd_filter(rsd_threshold = 20, qc_label = "QC", factor_name, ...)

Arguments

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

Value

struct object

Examples

M = rsd_filter(factor_name='class')


[Package structToolbox version 1.0.1 Index]