View source: R/run_benchmark.R
run_benchmark | R Documentation |
Runs benchmarks tests on all_genes and convert_orthologs across multiple species, using multiple methods ("homologene", and "gprofiler").
run_benchmark(
species,
method_list = c("homologene", "gprofiler", "babelgene"),
run_convert_orthologs = TRUE,
remove_failed_times = FALSE,
save_path = tempfile(fileext = ".csv"),
mc.cores = 1,
verbose = TRUE
)
species |
Species names. |
run_convert_orthologs |
Benchmark convert_orthologs function. |
remove_failed_times |
In instances where
no genes were returned, set time to |
save_path |
Path to save results to. |
mc.cores |
Number of cores to parallelise species across. |
verbose |
Print messages. |
benchmark_homologene |
Benchmark method "homologene". |
benchmark_gprofiler |
Benchmark method "gprofiler". |
benchmark_babelgene |
Benchmark method "babelgene". |
data.table
with benchmark results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.