This function generates a boxplot of different types of the detect_homologs_proteome_to_proteome output.

gg_homologs_one_to_one(
  blast_tbl,
  xlab = "Species",
  ylab = "Number of one-to-one homologs (including splice variants)",
  title = "One-to-one homologs",
  text_size = 18,
  y_ticks = 8
)

Arguments

blast_tbl

a BLAST table generated with detect_homologs_proteome_to_proteome.

xlab

x-axis label.

ylab

y-axis label.

title

plot title.

text_size

size of label text.

y_ticks

number of ticks on the y-axis.

Author

Hajk-Georg Drost