View source: R/visualization.R
plot_species_specific_ogs | R Documentation |
Plot number of species-specific orthogroups
plot_species_specific_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 number of species-specific orthogroups for each species.
dir <- system.file("extdata", package = "cogeqc")
stats_list <- read_orthofinder_stats(dir)
plot_species_specific_ogs(stats_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.