1234567891011121314151617181920212223242526 |
- <?php
- function tripal_genetic_chado_schema_v1_11_genotype() {
- $description = array();
- $referring_tables = array('analysisfeature',
- 'feature_genotype',
- 'phendesc',
- 'phenotype_comparison',
- 'phenstatement',
- 'stock_genotype',
- );
- $description['referring_tables'] = $referring_tables;
- return $description;
- }
|