Learn R Programming

ccdf (version 1.1.4)

plot_pvals: Plot of gene-wise p-values

Description

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

Usage

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

Run this code
# NOT RUN {
plot_pvals(runif(100,0,1))
# }

Run the code above in your browser using DataLab