Difference between revisions of "WormBase Model:Library"

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>
 +
///////////////////////////////////////////////////////////////////////////
 +
//
 +
// ?Library class [040723 dl1]
 +
//
 +
// To represent libraries used for sequencing of nematode ESTs
 +
// Information to come from Mark Blaxters group in Edinburgh
 +
//
 +
///////////////////////////////////////////////////////////////////////////
 +
 +
 +
?Library DB_info Database ?Database ?Database_field UNIQUE ?Accession_number
 +
        Origin  Species UNIQUE ?Species
 +
                Strain UNIQUE ?Strain
 +
                Life_stage UNIQUE ?Life_stage
 +
                Tissue ?Text
 +
        Description ?Text                      // Description lifted from NEMBASE
 +
        Vector ?Sequence                        // Should we store vector sequences in the database?
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==
 +
 +
Unused data class Poss use for C. elegans sequencing library data [pad]

Latest revision as of 14:02, 4 October 2010

WormBase Models

Curator Comments/Description

Model

///////////////////////////////////////////////////////////////////////////
//
// ?Library class [040723 dl1]
//
// To represent libraries used for sequencing of nematode ESTs
// Information to come from Mark Blaxters group in Edinburgh
//
///////////////////////////////////////////////////////////////////////////


?Library DB_info Database ?Database ?Database_field UNIQUE ?Accession_number
         Origin  Species UNIQUE ?Species
                 Strain UNIQUE ?Strain
                 Life_stage UNIQUE ?Life_stage
                 Tissue ?Text
         Description ?Text                       // Description lifted from NEMBASE
         Vector ?Sequence                        // Should we store vector sequences in the database?

Proposed Changes

Unused data class Poss use for C. elegans sequencing library data [pad]