generate_ortholog_tables_all
based on different sets of homology thresholds.R/plot_diverse_homology_thresholds.R
plot_diverse_homology_thresholds.Rd
Given a ortho table generated with generate_ortholog_tables_all
,
this function will visualize the number of pairwise orthologs inferred between a reference species A vs a set of subject species B_1, B_2, ...,B_N
using a diverse range of homology thresholds to enable an analytical decision for chosing homology thresholds to define orthologous genes.
plot_diverse_homology_thresholds(
ortho_tables,
species_order,
xlab = "Subject Species",
ylab = "Number of reciprocal best hit orthologs",
title = ""
)
a ortho tables
that was generated with generate_ortholog_tables_all
.
a character string specifying species names listed in the order of phylogenetic/taxonomic distance from the query species.
The species names must match with the species names present in the ortho_tables
.
x-axis label.
y-axis label.
plot title.