draw_scatter_plots: draw_scatter_plots

Description Usage Arguments Value

View source: R/selfea.R

Description

Draw a scatterplot to show how significant IDs are distinguished from the total

Usage

1
2
draw_scatter_plots(input_data_frame, max_pvalue, min_ES, power_desired, x_label,
  y_label)

Arguments

input_data_frame

A data frame that consists of 'x' (P-value), 'y' (Effect size),'cat' (significant or not).

max_pvalue

P-value threshold

min_ES

Effect size filter threshold

power_desired

Give the statistical power you desired for output significant list

x_label

Label of X axis

y_label

Label of y axis

Value

A scatter plot


selfea documentation built on May 2, 2019, 5:08 a.m.