View source: R/visualization.R
plot_genes_in_ogs | R Documentation |
Plot percentage of genes in orthogroups for each species
plot_genes_in_ogs(stats_list = NULL)
stats_list |
A list of data frames with Orthofinder summary stats
as returned by the function |
A ggplot object with a barplot of percentages of genes in orthogroups for each species.
dir <- system.file("extdata", package = "cogeqc")
stats_list <- read_orthofinder_stats(dir)
plot_genes_in_ogs(stats_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.