Skip to contents

This function generates a histogram of the unadjusted p-values from a limma top_table.

Usage

create_p_value_histogram(top_table, title = "P-Value Histogram")

Arguments

top_table

A data frame containing the limma top_table with a column named `P.Value` for unadjusted p-values.

title

A character string for the title of the histogram.

Value

A ggplot2 object representing the histogram of unadjusted p-values.