Difference between revisions of "WormBase Model:Anatomy function"

From WormBaseWiki
Jump to navigationJump to search
(Created page with '__TOC__ WormBase Models == Curator Comments/Description == == Model == <pre> </pre> == Proposed Changes ==')
 
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
== Model ==
 
== Model ==
 
<pre>
 
<pre>
 +
// Anatomy_function class for Raymond
 +
// allow the connection between ?Anatomy_term, ?Phenotype (proxy of biological function), and
 +
// ?Gene and still give some information about the experiment itself.
 +
//name shall be "WBbtf0001"
  
 +
 +
?Anatomy_function Assay ?AO_code XREF Anatomy_function ?Condition
 +
                  Phenotype UNIQUE ?Phenotype XREF Anatomy_function #Anatomy_function_info
 +
                  Gene UNIQUE ?Gene XREF Anatomy_function #Evidence //use Published_as tag
 +
                  Body_part Involved ?Anatomy_term XREF Anatomy_function #Anatomy_function_info
 +
                            Not_involved ?Anatomy_term XREF Anatomy_function_not #Anatomy_function_info
 +
                  Remark Text #Evidence
 +
                  Reference UNIQUE ?Paper XREF Anatomy_function
 +
 +
 +
#Anatomy_function_info Autonomous Text
 +
                      Nonautonomous Text
 +
                      Sufficient Text
 +
                      Insufficient Text
 +
                      Necessary Text
 +
                      Unnecessary Text
 +
                      Remark Text
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==

Latest revision as of 10:41, 10 August 2010

WormBase Models

Curator Comments/Description

Model

// Anatomy_function class for Raymond 
// allow the connection between ?Anatomy_term, ?Phenotype (proxy of biological function), and
// ?Gene and still give some information about the experiment itself.
//name shall be "WBbtf0001"


?Anatomy_function Assay ?AO_code XREF Anatomy_function ?Condition
                  Phenotype UNIQUE ?Phenotype XREF Anatomy_function #Anatomy_function_info
                  Gene UNIQUE ?Gene XREF Anatomy_function #Evidence //use Published_as tag
                  Body_part Involved ?Anatomy_term XREF Anatomy_function #Anatomy_function_info
                            Not_involved ?Anatomy_term XREF Anatomy_function_not #Anatomy_function_info
                  Remark Text #Evidence
                  Reference UNIQUE ?Paper XREF Anatomy_function


#Anatomy_function_info Autonomous Text
                       Nonautonomous Text
                       Sufficient Text
                       Insufficient Text
                       Necessary Text
                       Unnecessary Text
                       Remark Text

Proposed Changes