Skip to contents

Creates p-value histograms and volcano plots for each condition in the average difference conditions. This function is used internally in the `create_limma_report` function.

Usage

generate_avrg_diff_plots(avrg_diff_conditions, adj_pthresh)

Arguments

avrg_diff_conditions

A list of top tables from the LIMMA analysis representing the average difference between conditions.

adj_pthresh

A numeric value specifying the adjusted p-value threshold for significance.

Value

A list containing the plots and their sizes, as well as the section header information.