View source: R/test_genesets_goat.R
test_genesets_goat_fitfunction | R Documentation |
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
)
genesets |
see |
genelist |
see |
score_type |
see |
niter |
integer number of bootstrap iterations; at least 10000, at most 5000000 |
verbose |
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)
see test_genesets_goat_precomputed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.