Skip to content

Commit

Permalink
update docu
Browse files Browse the repository at this point in the history
  • Loading branch information
HajkD committed Aug 27, 2019
1 parent 0e48384 commit f281df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/gg_species_dnds_blast_tbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

gg_species_dnds_blast_tbl <- function(blast_tbl, type, order, xlab = "", ylab = "", title = "") {

if (!is.element(type, c("dN", "dS", "dNdS", "dN+dS")))
stop("Please specify a type that is supported by this function. E.g. dN, dS, dN+dS, or dNdS.", call. = FALSE)
if (!is.element(type, c("dN", "dS", "dN/dS", "dN+dS")))
stop("Please specify a type that is supported by this function. E.g. dN, dS, dN+dS, or dN/dS.", call. = FALSE)

subject_species <- dN <- dS <- dNdS <- dN_plus_dS <- ..density.. <- NULL

Expand Down

0 comments on commit f281df0

Please sign in to comment.