NAMESPACE 340 B

12345678910111213141516
  1. import(methods)
  2. import(AnnotationDbi)
  3. ### Only put what is statically exported here. All the AnnObj instances
  4. ### created at load time are dynamically exported (refer to R/zzz.R for
  5. ### the details).
  6. export(
  7. org.My.eg,
  8. org.My.eg_dbconn,
  9. org.My.eg_dbfile,
  10. org.My.eg_dbschema,
  11. org.My.eg_dbInfo,
  12. org.My.egORGANISM
  13. )