Difference between revisions of "Life Stage"

From WormBaseWiki
Jump to navigationJump to search
Line 19: Line 19:
  
 
  ///////////////////////////////////////////////////////////////////////////////////
 
  ///////////////////////////////////////////////////////////////////////////////////
 +
 +
 +
==Life_Stage==
 +
Originally Life_stage objects were stored as names. In May 2012 Caltech decided to switch Life_stage objects from names to IDs. In order to do that we need a model change to store the original name (see model).
 +
 +
All data types that were using Life_stage had to be modified and dumped into Ids instead of names
 +
 +
*Phenotype -Karen
 +
*Process -Karen
 +
*RNAi -Chris
 +
*gene regulation -Xiaodong
 +
*gene expression -Daniela
 +
*Anatomy_term -Raymond
 +
*Expression Cluster -Wen
 +
*Condition -Wen & Gary W
 +
*Strain -Mary Ann

Revision as of 20:38, 9 May 2012

Life_Stage Data Model

////////////////////////////////////////////////////////////////////////////////////

?Life_stage   Name UNIQUE Text   //added by Daniela 120509
              Contains Cell ?Cell XREF Life_stage
                   Cell_group ?Cell_group XREF Life_stage
                   Anatomy_term ?Anatomy_term XREF Life_stage
                   Sub_stage ?Life_stage XREF Contained_in
              Contained_in ?Life_stage XREF Sub_stage            // changed for Wen 010516
              Preceded_by ?Life_stage XREF Followed_by
              Followed_by ?Life_stage XREF Preceded_by
              Expr_pattern ?Expr_pattern XREF Life_stage
              Remark	?Text #Evidence               
               Definition ?Text // added for Wen [020607 krb]
               Other_name ?Text // added for Wen [020607 krb]
               Reference ?Paper XREF Life_stage 
               Curated_by UNIQUE Text // added for Sylvia [010928 krb]
              
            
///////////////////////////////////////////////////////////////////////////////////


Life_Stage

Originally Life_stage objects were stored as names. In May 2012 Caltech decided to switch Life_stage objects from names to IDs. In order to do that we need a model change to store the original name (see model).

All data types that were using Life_stage had to be modified and dumped into Ids instead of names

  • Phenotype -Karen
  • Process -Karen
  • RNAi -Chris
  • gene regulation -Xiaodong
  • gene expression -Daniela
  • Anatomy_term -Raymond
  • Expression Cluster -Wen
  • Condition -Wen & Gary W
  • Strain -Mary Ann