fdr_efdr_power_plot: fdr versus power

Description Usage Arguments Value

Description

true fdr versus power. also point out where the estimated fdr is. also draws isolines specifying the number of things in the ranking

Usage

1
2
3
4
fdr_efdr_power_plot(mean_fdr, fdr_levels = c(0.01, 0.05, 0.1), start = 50,
  jump = 50, rank_fdr = NULL, method_colors = NULL,
  fdr_level_position = -0.001, ignore_estimated_fdr = NULL,
  isolines = TRUE)

Arguments

mean_fdr

an object from get_fdr

fdr_levels

a vector of levels

start

where to start the isolines

jump

how big each step is between the isolines

rank_fdr

if TRUE, legend based off the fdr

ignore_estimated_fdr

if not NULL, a character vector of method names to ignore when plotting estimated fdr point

sim_filter

if TRUE, remove things that didn't pass the simulation filter from the truth

Value

a ggplot2 object


pimentel/mamabear documentation built on May 25, 2019, 7:13 a.m.