Difference between revisions of "WormBase Model:Genetic code"

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>
 +
///////////////////////////////////////////////////////////////////
 +
//
 +
// ?Genetic_code class - krb 030506
 +
// Support alternative genetic codes for translation of mitochondrial genes etc.
 +
//
 +
////////////////////////////////////////////////////////////////////
 +
 +
 +
?Genetic_code  Other_name ?Text
 +
                NCBI_id  UNIQUE        Int
 +
                Translation  UNIQUE Text
 +
                Start UNIQUE Text
 +
                Stop  UNIQUE Text
 +
                Base1 UNIQUE Text
 +
                Base2 UNIQUE Text
 +
                Base3 UNIQUE Text
 +
                Remark ?Text
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==
 +
 +
==Unused tags==
 +
 +
Remark

Latest revision as of 13:16, 4 October 2010

WormBase Models

Curator Comments/Description

Model

///////////////////////////////////////////////////////////////////
//
// ?Genetic_code class - krb 030506
// Support alternative genetic codes for translation of mitochondrial genes etc.
//
////////////////////////////////////////////////////////////////////


?Genetic_code   Other_name ?Text
                NCBI_id   UNIQUE        Int
                Translation  UNIQUE Text
                Start UNIQUE Text
                Stop  UNIQUE Text 
                Base1 UNIQUE Text
                Base2 UNIQUE Text
                Base3 UNIQUE Text
                Remark ?Text

Proposed Changes

Unused tags

Remark