We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff332f commit 4f4c053Copy full SHA for 4f4c053
R/internal-functions.R
@@ -434,8 +434,9 @@ retrieve_geneList <- function() {
434
},
435
error = function(e) {
436
message(
437
- "Package 'org.Hs.eg.db' not found. Using internal gene list data. ",
438
- "Consider installing 'org.Hs.eg.db' for up-to-date annotations."
+ "Packages org.Hs.eg.db and AnnotationDbi not found. ",
+ "Using internal gene list data. ",
439
+ "Consider installing those packages for up-to-date annotations."
440
)
441
utils::data("geneList", package = "DIscBIO")
442
}
0 commit comments