Difference between revisions of "WormBase Model:Cell"

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>
 +
//////////////////////////////////////////////////////////////////////////////////////////////
 +
//
 +
//
 +
//  Cells and things
 +
//
 +
//
 +
//////////////////////////////////////////////////////////////////////////////////////////////
 +
 +
 +
?Cell  Main_name ?Anatomy_name XREF Name_for_cell #Evidence
 +
        Other_name ?Anatomy_name XREF Synonym_for_cell #Evidence
 +
        Brief_id ?Text                  //put in for Raymond and Paul, equivalent to old Remark but shorter
 +
        Fate    Cell_type  ?Text        // e.g. muscle, neuron,hypodermis, gland
 +
                Program ?Text          //division, differentiation, death, and differs between sexes
 +
                Syncitial_cell ?Cell_group XREF Nucleus //see Cell_group,
 +
        Summary Text                    // the whole of old remark plus more to be added by Raymond
 +
        Embryo_division_time Text
 +
        Remark        ?Text #Evidence
 +
        Lineage Parent  UNIQUE  ?Cell XREF Daughter
 +
                Daughter      ?Cell XREF Parent
 +
                Lineage_name    Text
 +
                Equivalence_fate ?Cell XREF Equivalence_origin
 +
                Equivalence_origin ?Cell XREF Equivalence_fate
 +
                Sex_dimorphism Herm_origin ?Cell XREF Herm_fate // Added according to Sylvia 5/06/2000
 +
                              Herm_fate ?Cell XREF Herm_origin
 +
                              Male_origin ?Cell XREF Male_fate
 +
                              Male_fate ?Cell XREF Male_origin
 +
        Cell_group ?Cell_group XREF Cell
 +
        Life_stage ?Life_stage XREF Cell
 +
        Anatomy_term ?Anatomy_term XREF Cell
 +
        Tree_Node ?TreeNode XREF Cell
 +
        Reference ?Paper XREF Cell
 +
        GO_term ?GO_term XREF Cell ?GO_code #Evidence
 +
        Data    Expr_pattern ?Expr_pattern XREF Cell
 +
                Reconstruction ?Reconstruction XREF Cell #ReconCellInfo
 +
                Neurodata ?Cell #Neurodata
 +
        Atlas ?Atlas XREF Cell
 +
        Link_diagram Text
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==
 +
 +
=== unused tags ===
 +
 +
GO_term
 +
 +
Atlas

Latest revision as of 11:09, 10 August 2010

WormBase Models

Curator Comments/Description

Model

//////////////////////////////////////////////////////////////////////////////////////////////
//
//
//   Cells and things
//
//
//////////////////////////////////////////////////////////////////////////////////////////////


?Cell   Main_name ?Anatomy_name XREF Name_for_cell #Evidence
        Other_name ?Anatomy_name XREF Synonym_for_cell #Evidence
        Brief_id ?Text                   //put in for Raymond and Paul, equivalent to old Remark but shorter
        Fate     Cell_type  ?Text        // e.g. muscle, neuron,hypodermis, gland
                 Program ?Text           //division, differentiation, death, and differs between sexes
                 Syncitial_cell ?Cell_group XREF Nucleus //see Cell_group,
        Summary Text                     // the whole of old remark plus more to be added by Raymond
        Embryo_division_time Text
        Remark        ?Text #Evidence
        Lineage Parent  UNIQUE  ?Cell XREF Daughter
                Daughter      ?Cell XREF Parent
                Lineage_name    Text
                Equivalence_fate ?Cell XREF Equivalence_origin
                Equivalence_origin ?Cell XREF Equivalence_fate
                Sex_dimorphism Herm_origin ?Cell XREF Herm_fate // Added according to Sylvia 5/06/2000
                               Herm_fate ?Cell XREF Herm_origin
                               Male_origin ?Cell XREF Male_fate
                               Male_fate ?Cell XREF Male_origin
        Cell_group ?Cell_group XREF Cell
        Life_stage ?Life_stage XREF Cell
        Anatomy_term ?Anatomy_term XREF Cell
        Tree_Node ?TreeNode XREF Cell
        Reference ?Paper XREF Cell
        GO_term ?GO_term XREF Cell ?GO_code #Evidence
        Data    Expr_pattern ?Expr_pattern XREF Cell
                Reconstruction ?Reconstruction XREF Cell #ReconCellInfo
                Neurodata ?Cell #Neurodata
        Atlas ?Atlas XREF Cell
        Link_diagram Text

Proposed Changes

unused tags

GO_term

Atlas