Difference between revisions of "WormBase Model:Condition"

From WormBaseWiki
Jump to navigationJump to search
(Created page with '__TOC__ WormBase Models == Curator Comments/Description == == Model == <pre> </pre> == Proposed Changes ==')
 
Line 11: Line 11:
 
== Model ==
 
== Model ==
 
<pre>
 
<pre>
 +
//////////////////////////////////
 +
//
 +
//?Condition class
 +
//
 +
//////////////////////////////////
 +
 +
?Condition Life_stage      ?Life_stage
 +
          Sex            UNIQUE Hermaphrodite
 +
                                  Male
 +
                                  Female        //not all worms are elegans!
 +
                                  Unknown
 +
          Food            Text
 +
          Exposure_time  Text
 +
          Strain          ?Strain // added for Microarry_result [030127 krb]
 +
          Preparation    ?Text // added for Microarray_result [030127 krb]
 +
          Temperature    Int
 +
          Genotype        ?Text
 +
          Other          ?Text
 +
          Relationship    Contains        ?Condition XREF Contained_in
 +
                          Contained_in    ?Condition XREF Contains
 +
                          Precedes        ?Condition XREF Follows
 +
                          Follows        ?Condition XREF Precedes
 +
          Reference      ?Paper  //Defines the condition.
 +
          Tissue          ?Anatomy_term  // added for Experiment (Microarray_results)
 +
          Treatment      ?Text // added for Experiment (Microarray_results)
 +
          SAGE_experiment ?SAGE_experiment XREF Sample
 +
          Analysis        ?Analysis XREF Sample
 +
          Remark          ?Text #Evidence
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==

Revision as of 09:18, 4 October 2010

WormBase Models

Curator Comments/Description

Model

//////////////////////////////////
//
//?Condition class
//
//////////////////////////////////

?Condition Life_stage      ?Life_stage
           Sex             UNIQUE Hermaphrodite
                                  Male
                                  Female        //not all worms are elegans!
                                  Unknown
           Food            Text
           Exposure_time   Text
           Strain          ?Strain // added for Microarry_result [030127 krb]
           Preparation     ?Text // added for Microarray_result [030127 krb]
           Temperature     Int
           Genotype        ?Text
           Other           ?Text
           Relationship    Contains        ?Condition XREF Contained_in
                           Contained_in    ?Condition XREF Contains
                           Precedes        ?Condition XREF Follows
                           Follows         ?Condition XREF Precedes
           Reference       ?Paper  //Defines the condition.
           Tissue          ?Anatomy_term   // added for Experiment (Microarray_results)
           Treatment       ?Text // added for Experiment (Microarray_results)
           SAGE_experiment ?SAGE_experiment XREF Sample
           Analysis        ?Analysis XREF Sample 
           Remark          ?Text #Evidence

Proposed Changes