View source: R/visualization.R
plot_og_overlap | R Documentation |
Plot pairwise orthogroup overlap between species
plot_og_overlap(stats_list = NULL, clust = TRUE)
stats_list |
A list of data frames with Orthofinder summary stats
as returned by the function |
clust |
Logical indicating whether to clust data based on overlap. Default: TRUE |
A ggplot object with a heatmap.
dir <- system.file("extdata", package = "cogeqc")
stats_list <- read_orthofinder_stats(dir)
plot_og_overlap(stats_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.