mv_sample_filter {structToolbox}R Documentation

Missing value sample filter

Description

Filters samples by removing those where the percent number of missing values exceeds a predefined threshold.

Usage

mv_sample_filter(mv_threshold = 20, ...)

Arguments

mv_threshold

(numeric) The theshold for excluding samples. The default is 20.

...

Additional slots and values passed to struct_class.

Details

This object makes use of functionality from the following packages:

Value

A mv_sample_filter object.

References

Jankevics A, Lloyd GR, Weber RJM (????). pmp: Peak Matrix Processing and signal batch correction for metabolomics datasets. R package version 1.3.5.

Examples

C = mv_sample_filter()

[Package structToolbox version 1.4.3 Index]