dratio_filter {structToolbox} | R Documentation |
Filters features based on their D ratio, which is the ratio of technical to sample variance.
dratio_filter(threshold = 20, qc_label = "QC", factor_name, ...)
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 |
A struct method object with functions for filtering using the d-ratio.
D = MTBLS79_DatasetExperiment() M = dratio_filter(threshold=20,qc_label='QC',factor_name='class') M = model_apply(M,D)