View source: R/gg_homologs_one_to_one.R
| gg_homologs_one_to_one | R Documentation | 
tibble generated with detect_homologs_genome_to_genome or detect_homologs_proteome_to_proteomeThis 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
)
blast_tbl | 
 a BLAST table generated with   | 
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.  | 
Hajk-Georg Drost
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.