| ame_compare_heatmap_methods | R Documentation | 
This helper function allows the user to visualize the distribution of their AME results data on different scales to help understand the implications of using different values in 'plot_ame_heatmap()'
ame_compare_heatmap_methods(ame, group, value = -log10(adj.pvalue))
| ame | ame results data.frame | 
| group | optional name of group to split results by | 
| value | value to compare to "normalize" method (default: -log10(adj.pvalue)) | 
a cowplot 2 panel plot comparing the distribution of 'value' to normalized rank values
data("example_ame", package = "memes")
ame_compare_heatmap_methods(example_ame$Decreasing)
ame_compare_heatmap_methods(dplyr::bind_rows(example_ame, .id = "type"), type)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.