diff --git a/R/utils-omnipath.R b/R/utils-omnipath.R index 5387976..e5f9a01 100644 --- a/R/utils-omnipath.R +++ b/R/utils-omnipath.R @@ -443,7 +443,7 @@ check_organism <- function(organism) { ) if (!ncbi_tax_id %in% c(9606L, 10090L, 10116L)){ stop(sprintf( - "Organism can only be human or mouse or rat, `%s` provided.", + "Organism can only be human or mouse or rat (rnorvegicus), `%s` provided.", ncbi_tax_id )) }