All Papameters of a given method

method_param(IC_method = NULL, term_sim_method = NULL, group_sim_method = NULL)

Arguments

IC_method

A single IC method name.

term_sim_method

A single term similarity method name.

group_sim_method

A single group similarity method name.

Value

A vector of parameter names.

Examples

method_param(IC_method = "IC_annotation")
#> [1] "uniquify"  "use_cache" "verbose"  
method_param(term_sim_method = "Sim_Wang_2007")
#> [1] "contribution_factor" "calc_by"             "verbose"