Skip to contents

This function is a dispatcher for the selecting function in input.

Usage

getSelectionFunction(id = c("cutoff", "rank", "percentile", "fpr", "fdr"))

Arguments

id

character string, one of the supported selecting techniques.

Value

A selecting function:

"cutoff"

selectByCutoff

"rank"

selectByRanking

"percentile"

selectByPercentile

"fpr"

selectByFpr

"fdr"

selectByFdr

Author

Alessandro Barberis

Examples

f = getSelectionFunction(id = 'cutoff')