check_filter_values {GSSTDA} | R Documentation |
check_filter_values
Description
Checking the filter_values introduces in the mapper
object.
Usage
check_filter_values(full_data, filter_values, na.rm = TRUE)
Arguments
full_data |
Matrix with the columns of the input matrix corresponding to the individuals belonging to the level. This matrix could be the genes_disease_component. |
filter_values |
Vector obtained after applying the filtering function to the input matrix, i.e, a vector with the filtering function values for each included sample. |
na.rm |
|
Value
filter_value
and full_data
without NAN's
[Package GSSTDA version 1.0.0 Index]