Stock Module API
- 2.x tripal_stock/api/tripal_stock.api.inc tripal_stock_api
- 3.x tripal_chado/api/modules/tripal_chado.stock.api.inc tripal_stock_api
- 1.x tripal_stock/api/tripal_stock.api.inc tripal_stock_api
Parent topics
File
- tripal_stock/
api/ tripal_stock.api.inc, line 7 - Provides an application programming interface (API) to manage stocks
Functions
Name | Location | Description |
---|---|---|
tripal_stock_get_all_stocks |
tripal_stock/ |
Purpose: Returns all stocks currently sync'd with drupal |
tripal_stock_get_stocks |
tripal_stock/ |
Purpose: Return all stocks that match a given criteria |
tripal_stock_get_stocks_by_stockprop |
tripal_stock/ |
Purpose: Retrieve stocks based on associated stock properties |
tripal_stock_get_stock_by_name_identifier |
tripal_stock/ |
Purpose: Return all stocks with a given name identifier which might match stock.name, stock.uniquename, dbxref.accession, stockprop.value where stockprop.type='synonym' |
tripal_stock_get_stock_by_nid |
tripal_stock/ |
Purpose: Return a given stock node using the nid |
tripal_stock_get_stock_by_stock_id |
tripal_stock/ |
Purpose: Return a given stock object using the stock id |