Next: , Previous: Experiment Table, Up: Overview


2.1.2 Trait Ontology Table

MetaQTL can also use a trait ontology in order to group the QTL in trait categories. The ontology representation handled by MetaQTL is based on a simple hierarchy (such as a taxonomy) where each child has a unique parent. The table which stores the trait ontology is defined by the following fields:

For example:

     
     term_id   term_name   parent_id   synonyms   definition
     1       my_ontology
     2       flowering_time          1
     3       days_to_pollon_shed     2
     4       plant_height            2
     5       leaf_number             2
     6       silking_date            2

REMARK: The trait ontology must always be rooted (in the previous example the root was my_ontology). Generally, The root is not itself a trait but the name of the ontology.