## organism getter:
organism
showMethods("organism")
library(annotate)
showMethods("organism")
selectMethod("organism", "character")
selectMethod("organism", "chromLocation")
## organism setter:
`organism<-`
showMethods("organism<-")
## species getter:
species
showMethods("species")
library(AnnotationDbi)
selectMethod("species", "AnnotationDb")
## species setter:
`species<-`
showMethods("species<-")
Run the code above in your browser using DataLab