Checking the filter_values introduces in the mapper object.
check_filter_values(full_data, filter_values, na.rm = TRUE)filter_value and full_data without NAN's
Matrix with the columns of the input matrix corresponding to the individuals belonging to the level. This matrix could be the genes_disease_component.
Vector obtained after applying the filtering function to the input matrix, i.e, a vector with the filtering function values for each included sample.
logical. If TRUE, NA rows are omitted.
If FALSE, an error occurs in case of NA rows.