Plots a heatmap showing bins for combinations of # of biomolecules present across groups. Bins are colored by the number of biomolecules falling into each bin, and have indicators for significance by g-test.
gtest_heatmap(
volcano,
pval_thresh,
show_sig,
interactive,
color_low,
color_high,
plotly_layout,
text_size,
display_count,
x_lab,
y_lab,
title_lab,
legend_lab
)
`data.frame` produced by pmartR:::make_volcano_plot_df
numeric value indicating the p-value threshold for significance.
Boolean whether to show the visual indicator that a certain bin combination is significant by the g-test
passed from
pmartR::plot.statRes()
. If T, will build
a plotly version of the plot. Defaults to FALSE.
character string specifying the color of the gradient for low count values.
character string specifying the color of the gradient for high count values.
A list of arguments, not including the plot, to be passed to plotly::layout if interactive = T.
An integer specifying the size of the text (number of non-missing values) within the plot. The default is 3.
logical value. Indicates whether the non-missing counts will be displayed on the bar plot. The default is TRUE.
character string specifying the x-axis label.
character string specifying the y-axis label.
character string specifying the plot title.
character string specifying the legend title.
`ggplot or plotly` object, depending on if interactive
is set
to TRUE or FALSE respectively. A g-test heatmap