Diagnostics plots for COV-based feature preselection
Source:R/prefiltering.R
plot_feature_preselection_cov.Rd
Displays the COV distribution across all features in the original (i.e. non-filtered) datasets, with a vertical red line showing the cut-off used by the preselection function.
Arguments
- cov_list
A list with the result from the COV calculation for each dataset to be filtered, as returned by the
select_features_cov
function.