File: AllGenerics.R

package info (click to toggle)
r-bioc-annotate 1.60.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,756 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
## S4 methods so we can use non-package based annotation databases (e.g., from AnnotationHub)
## as if they were installed packages

setGeneric("isValidKey", function(ids, pkg) standardGeneric("isValidKey"))

setGeneric("allValidKeys", function(pkg) standardGeneric("allValidKeys"))