test_genesets_goat_precomputed
that does not use previously prepared parametersIn typical use-cases, one applies test_genesets()
instead with parameter method="goat"
,
which in turn will use test_genesets_goat_precomputed
(and not this function).
test_genesets_goat_fitfunction(
genesets,
genelist,
score_type,
niter = 5e+05,
verbose = FALSE
)
see test_genesets_goat_precomputed
see test_genesets_goat_precomputed
see test_genesets_goat_precomputed
see test_genesets_goat_precomputed
integer number of bootstrap iterations; at least 10000, at most 5000000
boolean, create debug plots
Optionally, use this function to ignore precomputed/bundled null distribution estimates and perform new permutations and function fitting (e.g. because you want to test the effect of huge niter parameter, but beware of RAM requirements)