Tripal v1.0 (6.x-1.0)
tripal_genetic.schema.inc
Go to the documentation of this file.
00001 <?php
00012 function tripal_genetic_chado_schema_v1_11_genotype() {
00013   $description = array();
00014 
00015   $referring_tables = array('analysisfeature',
00016     'feature_genotype',
00017     'phendesc',
00018     'phenotype_comparison',
00019     'phenstatement',
00020     'stock_genotype',
00021   );
00022   $description['referring_tables'] = $referring_tables;
00023 
00024   return $description;
00025 
00026 }
 All Classes Files Functions Variables