Difference between revisions of "WormBase Model:Molecule"

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>
 +
//////////////////////////////////////////////////
 +
//
 +
// Molecule class Model - Proposed by Karen Yook WS217
 +
// Connects to: #Phenotype_info
 +
//              ?Gene_regulation
 +
//
 +
//////////////////////////////////////////////////     
 +
 +
?Molecule  Name ?Text
 +
          Public_name ?Text
 +
          Synonym ?Text
 +
          DB_info Database ?Database ?Database_field ?Accession_number
 +
          Gene_regulation Gene_regulator ?Gene_regulation XREF Molecule_regulator
 +
          Affects_phenotype_of    Variation ?Variation ?Phenotype #Evidence
 +
                                    Strain    ?Strain    ?Phenotype #Evidence
 +
                                    Transgene ?Transgene ?Phenotype #Evidence
 +
                                    RNAi      ?RNAi      ?Phenotype #Evidence
 +
          Molecule_use  ?Text  #Evidence
 +
          Remark ?Text #Evidence
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==
 +
 +
==Unused tags==
 +
 +
WS219 is the 1st data release that this will be included in.

Revision as of 15:25, 4 October 2010

WormBase Models

Curator Comments/Description

Model

//////////////////////////////////////////////////
//
// Molecule class Model - Proposed by Karen Yook WS217
// Connects to: #Phenotype_info
//              ?Gene_regulation 
//
//////////////////////////////////////////////////      

?Molecule  Name ?Text
           Public_name ?Text
           Synonym ?Text
           DB_info Database ?Database ?Database_field ?Accession_number
           Gene_regulation Gene_regulator ?Gene_regulation XREF Molecule_regulator
           Affects_phenotype_of     Variation ?Variation ?Phenotype #Evidence
                                    Strain    ?Strain    ?Phenotype #Evidence
                                    Transgene ?Transgene ?Phenotype #Evidence
                                    RNAi      ?RNAi      ?Phenotype #Evidence 
           Molecule_use  ?Text  #Evidence
           Remark ?Text #Evidence

Proposed Changes

Unused tags

WS219 is the 1st data release that this will be included in.