dratio_filter {structToolbox}R Documentation

D ratio filter

Description

Filters features based on their D ratio, which is the ratio of technical to sample variance.

Usage

dratio_filter(threshold = 20, qc_label = "QC", factor_name, ...)

Arguments

threshold

D ratio threshold. Features with a d-ratio larger than this value are removed.

qc_label

the label used to identify QC labels

factor_name

the the sample_meta data column containing the QC labels

...

additional slots and values passed to struct_class

Value

A struct method object with functions for filtering using the d-ratio.

Examples

D = MTBLS79_DatasetExperiment()
M = dratio_filter(threshold=20,qc_label='QC',factor_name='class')
M = model_apply(M,D)

[Package structToolbox version 1.0.1 Index]