View source: R/plot_gg_heatmap_protein_overlap.R
plot_gg_heatmap_protein_overlap | R Documentation |
Compares log2 fold-changes between two comparisons from an anova_eval data list
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 )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.