12345678910111213141516 |
- import(methods)
- import(AnnotationDbi)
- ### Only put what is statically exported here. All the AnnObj instances
- ### created at load time are dynamically exported (refer to R/zzz.R for
- ### the details).
- export(
- org.My.eg,
- org.My.eg_dbconn,
- org.My.eg_dbfile,
- org.My.eg_dbschema,
- org.My.eg_dbInfo,
- org.My.egORGANISM
- )
|