R/gg_species_feature_blast_tbl.R
    gg_species_feature_blast_tbl.RdThis function enables users to plot pairwise feature distributions of orthologous genes.
gg_species_feature_blast_tbl(
  blast_tbl,
  type,
  order,
  xlab = type,
  ylab = "Density",
  title = ""
)a blast_tbl.
type of sustitution rate quantification that shall be visualized on the y-axis. Options are:
type = "q_len"
type = "qcov"
type = "qcovhsp"
type = "perc_identity"
type = "alig_length"
type = "mismatches"
type = "gap_openings"
type = "n_gaps"
type = "evalue"
type = "bit_score"
type = "score_raw"
a character vector specifying the order of the species using their scientific names (which have to match the species names stored in the subject_species
column of the input blast_tbl).
label of x-axis.
label of y-axis.
title label.