DB Module API
- 2.x tripal_db/api/tripal_db.api.inc tripal_db_api
- 1.x tripal_db/api/tripal_db.api.inc tripal_db_api
@file Provides an application programming interface (API) to manage references to external databases
Parent topics
File
- tripal_db/
api/ tripal_db.api.inc, line 3 - Provides an application programming interface (API) to manage references to external databases
Functions
Name | Location | Description |
---|---|---|
tripal_db_add_db |
tripal_db/ |
Adds a new database to the Chado DB table and returns the DB object. |
tripal_db_add_dbxref |
tripal_db/ |
|
tripal_db_get_db |
tripal_db/ |
Purpose: To retrieve a chado database object |
tripal_db_get_dbxref |
tripal_db/ |
Purpose: To retrieve a chado database reference object |
tripal_db_get_dbxref_by_accession |
tripal_db/ |
Purpose: To retrieve a chado dbxref object with a given accession |
tripal_db_get_db_by_db_id |
tripal_db/ |
Purpose: To retrieve a chado db object |
tripal_db_get_db_by_name |
tripal_db/ |
Purpose: To retrieve a chado db object |
tripal_db_get_db_options |
tripal_db/ |
Purpose: Create an options array to be used in a form element which provides a list of all chado dbs |