Difference between revisions of "WormBase Model:Microarray"

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>
 +
/////////////////////////////////////////////////////////////////////
 +
//
 +
//?Microarray class - Igor [030815 krb]
 +
//
 +
/////////////////////////////////////////////////////////////////////
 +
 +
?Microarray    Chip_type UNIQUE ?Text  //SMD, Affymetrix, etc.
 +
                Chip_info  ?Text        //Describes batch number of the chip, etc.
 +
                Reference  ?Paper      //Describes design of the chip
 +
                URL Text                //to link to manufacturers site.
 +
                Remark    ?Text        #Evidence
 +
                Microarray_experiment  ?Microarray_experiment XREF Microarray
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==

Latest revision as of 14:42, 4 October 2010

WormBase Models

Curator Comments/Description

Model

/////////////////////////////////////////////////////////////////////
//
//?Microarray class - Igor [030815 krb]
//
/////////////////////////////////////////////////////////////////////

?Microarray     Chip_type UNIQUE ?Text  //SMD, Affymetrix, etc.
                Chip_info  ?Text        //Describes batch number of the chip, etc.
                Reference  ?Paper       //Describes design of the chip
                URL Text                //to link to manufacturers site.
                Remark     ?Text        #Evidence
                Microarray_experiment   ?Microarray_experiment XREF Microarray

Proposed Changes