Tripal v1.0 (6.x-1.0)
tripal_genetic.schema.inc File Reference

Go to the source code of this file.

Functions

 tripal_genetic_chado_schema_v1_11_genotype ()

Function Documentation

tripal_genetic_chado_schema_v1_11_genotype ( )

Implements hook_chado_schema_v1_11_table() Purpose: To add descriptions and foreign keys to default table description Note: This array will be merged with the array from all other implementations

Returns:
Array describing the genotype table

Definition at line 12 of file tripal_genetic.schema.inc.

                                                      {
  $description = array();

  $referring_tables = array('analysisfeature',
    'feature_genotype',
    'phendesc',
    'phenotype_comparison',
    'phenstatement',
    'stock_genotype',
  );
  $description['referring_tables'] = $referring_tables;

  return $description;

}
 All Classes Files Functions Variables