create_argtable: Create an argument table

Description Usage Arguments Details Value Examples

Description

Create an argument table

Usage

1

Arguments

...

all arguments of AFD function to test

Details

Give arguents to create an argument table including all possible combinations

Value

data table: all possible combinations of n arguments

Examples

1
2
arg_table <- create_argtable(power = seq(1, 5, by = 1), density = c(T,F),
density_method = c("xdensity", "kde2d"), n = 2^(7:9),filterAF = seq(1, 5, by = 1), filterDEV = seq(1,20, by = 5))

DMU-lilab/CancerGenomics documentation built on May 17, 2019, 6:10 a.m.