R/gg_pairwise_orthologs_line.R
gg_pairwise_orthologs_line.Rd
Visualizes pairwise orthologs for multiple species comparisons as line graph.
gg_pairwise_orthologs_line(
ortho_summary,
xlab = "Subject Species",
ylab = "Number of reciprocal best hit orthologs",
title = "",
vline = NULL,
ymax = NULL
)
a data.frame
storing the subject_species
in the first column and the number of orthologs named n_orthologs
in the second column.
label of x-axis.
label of y-axis.
plot title.
plot a line characterizing the core set. Default is vline = NULL
meaning that no vline is drawn.
max value of y-axis. Default is ymax = NULL
meaning that the largest value within the dataset will be used to determine y-max.