org.My.egORGANISM.Rd 796 B

1234567891011121314151617181920212223242526272829303132
  1. \name{org.My.egORGANISM}
  2. \alias{org.My.egORGANISM}
  3. \title{The Organism for org.My.eg}
  4. \description{
  5. org.My.egORGANISM is an R object that contains a single item: a
  6. character string that names the organism for which org.My.eg was built.
  7. }
  8. \details{
  9. Although the package name is suggestive of the organism for which it
  10. was built, org.My.egORGANISM provides a simple way to programmatically
  11. extract the organism name.
  12. }
  13. \seealso{
  14. \itemize{
  15. \item \code{\link[AnnotationDbi]{AnnotationDb-class}} for use of
  16. the \code{select()} interface.
  17. }
  18. }
  19. \examples{
  20. ## select() interface:
  21. ## Objects in this package can be accessed using the select() interface
  22. ## from the AnnotationDbi package. See ?select for details.
  23. ## Bimap interface:
  24. org.My.egORGANISM
  25. }
  26. \keyword{datasets}