plot_gg_heatmap_protein_overlap: Compares log2 fold-changes between two comparisons from an...

View source: R/plot_gg_heatmap_protein_overlap.R

plot_gg_heatmap_protein_overlapR Documentation

Compares log2 fold-changes between two comparisons from an anova_eval data list

Description

Compares log2 fold-changes between two comparisons from an anova_eval data list

Usage

plot_gg_heatmap_protein_overlap(
  data_,
  x,
  y,
  font_size = 6,
  rel_small = 12/14,
  rel_tiny = 11/14,
  rel_large = 16/14,
  add.text = T,
  max.terms = 5,
  custom.theme = theme_hjv_overlap_heatmap
)

Arguments

data_

data list from anova_eval

x

comparison on x-axis

y

comparison on y-axis

font_size

Overall font size.

rel_small

Relative size of small text (e.g., axis tick labels)

rel_tiny

Relative size of tiny text (e.g., caption)

rel_large

Relative size of large text (e.g., title)

add.text

add terms in boxes

max.terms

maximum number of terms per box

custom.theme

theme to use for plot


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.