R/gg_species_dnds_blast_tbl.R
gg_species_dnds_blast_tbl.Rd
This function enables users to plot pairwise dN, dS, or dN/dS distributions of orthologous genes.
gg_species_dnds_blast_tbl(
blast_tbl,
type,
order,
xlab = "",
ylab = "",
title = ""
)
a blast_tbl
.
type of sustitution rate quantification that shall be visualized on the y-axis. Options are:
type = "dN"
type = "dS"
type = "dN/dS"
type = "dN+dS"
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.