runSelectBenchmarks {xegaSelectGene}R Documentation

Script for testing all selection functions

Description

Script for testing all selection functions

Usage

runSelectBenchmarks(lim = c(10, 100), both = TRUE, verbose = FALSE)

Arguments

lim

Vector of population sizes.

both

For both=TRUE the selection function is benchmarked with and without transformation. For both=FALSE, only the transformed selection functions are benchmarked.

verbose

Boolean. Default: FALSE. If TRUE, the function benchmarked and the population size are printed to the console.

Value

A data frame sorted in ascending order of the time of the last column. The fastest selection methods come first. The first row contains the population sizes with which the benchmark has been performed. The data frame has 1+length(lim) columns:

See Also

Other Benchmark Selection Functions: predictSelectTime(), runOneBenchmark(), selectBenchmark(), testSelectGene()

Examples

runSelectBenchmarks(lim=c(10, 100), both=TRUE, verbose=TRUE)
runSelectBenchmarks(lim=c(10, 100), both=FALSE)

[Package xegaSelectGene version 1.0.0.0 Index]