Plot percentage of genes in orthogroups for each species
Source:R/visualization.R
plot_genes_in_ogs.Rd
Plot percentage of genes in orthogroups for each species
Arguments
- stats_list
A list of data frames with Orthofinder summary stats as returned by the function
read_orthofinder_stats
.
Examples
dir <- system.file("extdata", package = "cogeqc")
stats_list <- read_orthofinder_stats(dir)
plot_genes_in_ogs(stats_list)