plot_pvals: Plot of gene-wise p-values

Description Usage Arguments Value Examples

View source: R/plot_pvals.R

Description

This function prints the sorted exact p-values along with the Benjamini-Hochberg limit and the 5

Usage

1
plot_pvals(pvals)

Arguments

pvals

a vector of length n containing the raw p-values for each gene

Value

a plot of sorted gene-wise p-values

a ggplot object

Examples

1
plot_pvals(runif(100,0,1))

ccdf documentation built on Sept. 24, 2021, 9:07 a.m.