Displaying 1 result from an estimated 1 matches for "checknamesarestrings".
2007 May 01
1
Possible problem with S4 dispatch
...quot;character", envir=class(LLe)))
Method Definition:
function (x, envir, mode = "any", ifnotfound = list(function(x) stop(paste("value for '",
x, "' not found", sep = ""), call. = FALSE)), inherits = FALSE)
{
.checkNamesAreStrings(x)
.checkNamesExist(x, names(envir))
as.list(envir, names = x)
}
<environment: namespace:AnnotationDbi>
Signatures:
x envir
target "character" "AtomicAnnMap"
defined "ANY" "AnnMap...