This function returns the currently available
selection function names.
Usage
listAvailableSelectionFunctions()
Value
A data frame with two columns:
- id
the id of the selection method, to be used in the function calls
- name
the name of the selection function
Author
Alessandro Barberis
Examples
#List available methods
listAvailableSelectionFunctions()
#> id name
#> 1 cutoff selectByCutoff
#> 2 rank selectByRanking
#> 3 percentile selectByPercentile
#> 4 fpr selectByFpr
#> 5 fdr selectByFdr