plot_benchmark_scatter {orthogene}R Documentation

Plot benchmark: scatter

Description

Plot run time vs. # genes returned across species and function tests.

Usage

plot_benchmark_scatter(
  bench_res,
  remove_failed_times = FALSE,
  show_plot = TRUE
)

Arguments

bench_res

Results from

remove_failed_times

In instances where no genes were returned, set time to NA.

show_plot

Print plot.

Value

ggplot object


[Package orthogene version 1.0.0 Index]