Difference between revisions of "WormBase Model:Analysis"

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>
 +
//////////////////////////////////////////////////
 +
//
 +
// ?Analysis class - used for adding meta data from large scale experiments
 +
//
 +
//////////////////////////////////////////////////
 +
 +
?Analysis    DB_info Database ?Database ?Database_field ?Accession_number
 +
            Title Text
 +
            Based_on_WB_Release Int
 +
            Based_on_DB_Release Text
 +
            Group Project UNIQUE ?Analysis XREF Subproject
 +
                  Subproject    ?Analysis XREF Project
 +
            Description ?Text
 +
            Sample ?Condition XREF Analysis
 +
            Reference ?Paper XREF Describes_analysis
 +
            Conducted_by ?Person XREF Conducted                // not always the same as the author of the paper - eg Erich running OrthoMCL
 +
            URL Text                                  // eg www.treefam.org  (or would this be covered by Source_database?)
  
 
</pre>
 
</pre>
 +
 +
Group
 +
 +
Project
 +
 +
Subproject
  
 
== Proposed Changes ==
 
== Proposed Changes ==

Revision as of 10:37, 10 August 2010

WormBase Models

Curator Comments/Description

Model

//////////////////////////////////////////////////
//
// ?Analysis class - used for adding meta data from large scale experiments
//
//////////////////////////////////////////////////

?Analysis    DB_info Database ?Database ?Database_field ?Accession_number
             Title Text
             Based_on_WB_Release Int
             Based_on_DB_Release Text
             Group Project UNIQUE ?Analysis XREF Subproject
                   Subproject     ?Analysis XREF Project
             Description ?Text
             Sample ?Condition XREF Analysis
             Reference ?Paper XREF Describes_analysis
             Conducted_by ?Person XREF Conducted                // not always the same as the author of the paper - eg Erich running OrthoMCL
             URL Text                                   // eg www.treefam.org  (or would this be covered by Source_database?)

Group

Project

Subproject

Proposed Changes