View source: R/visualization.R
plot_orthofinder_stats | R Documentation |
This function is a wrapper for plot_species_tree
,
plot_duplications
, plot_genes_in_ogs
,
plot_species_specific_ogs
.
plot_orthofinder_stats(tree = NULL, stats_list = NULL, xlim = c(0, 1))
tree |
Tree object as returned by |
stats_list |
(optional) A list of data frames with Orthofinder summary stats
as returned by the function |
xlim |
Numeric vector of x-axis limits. This is useful if your node tip labels are not visible due to margin issues. Default: c(0, 1). |
A panel of ggplot objects.
data(tree)
dir <- system.file("extdata", package = "cogeqc")
stats_list <- read_orthofinder_stats(dir)
plot_orthofinder_stats(tree, xlim = c(0, 1.5), stats_list = stats_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.