File: AllGenerics.R

package info (click to toggle)
r-bioc-annotate 1.84.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,624 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"))