Difference between revisions of "WormBase Model:Expr profile"

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>
 +
// NEW Expr_profile and SK_map classes added at request of Raymond [010912 krb]
 +
// more tweaks added [010927 krb]
 +
 +
?Expr_profile SMap S_parent UNIQUE PCR_product UNIQUE ?PCR_product XREF Expr_profile
 +
              Expr_map ?SK_map XREF Expr_profile
 +
              Reference ?Paper XREF Expr_profile
 +
              RNAi_result ?RNAi XREF Expr_profile // Connection made by script during build [030106 krb]
 +
              Remark ?Text #Evidence
 +
              Method UNIQUE ?Method
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==

Latest revision as of 10:27, 4 October 2010

WormBase Models

Curator Comments/Description

Model

// NEW Expr_profile and SK_map classes added at request of Raymond [010912 krb]
// more tweaks added [010927 krb]

?Expr_profile SMap S_parent UNIQUE PCR_product UNIQUE ?PCR_product XREF Expr_profile
              Expr_map ?SK_map XREF Expr_profile
              Reference ?Paper XREF Expr_profile
              RNAi_result ?RNAi XREF Expr_profile // Connection made by script during build [030106 krb]
              Remark ?Text #Evidence
              Method UNIQUE ?Method

Proposed Changes