View source: R/check_arguments.R
check_filter_values | R Documentation |
Checking the filter_values introduces in the mapper
object.
check_filter_values(full_data, filter_values, na.rm = TRUE)
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 |
|
filter_value
and full_data
without NAN's
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.