Difference between revisions of "WormBase Model:Microarray experiment"
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_experiment | ||
+ | // Used by ?Microarray_results. | ||
+ | // | ||
+ | //////////////////////////////// | ||
+ | ?Microarray_experiment Microarray ?Microarray XREF Microarray_experiment | ||
+ | Sample Sample_A UNIQUE ?Condition //for PCR product-base (SMD-type) chips | ||
+ | Sample_B UNIQUE ?Condition //for PCR product-base (SMD-type) chips | ||
+ | Microarray_sample UNIQUE ?Condition //for oligo-based (Affymetrix-type) chips | ||
+ | Reference ?Paper XREF Microarray_experiment | ||
+ | Remark Text #Evidence | ||
+ | |||
+ | |||
+ | //Will eventually replace Microarray_aff class. | ||
+ | //Used for Affymetrix and other oligo-based arrays. | ||
</pre> | </pre> | ||
== Proposed Changes == | == Proposed Changes == |
Latest revision as of 14:43, 4 October 2010
Curator Comments/Description
Model
//////////////////////////////// // // ?Microarray_experiment // Used by ?Microarray_results. // //////////////////////////////// ?Microarray_experiment Microarray ?Microarray XREF Microarray_experiment Sample Sample_A UNIQUE ?Condition //for PCR product-base (SMD-type) chips Sample_B UNIQUE ?Condition //for PCR product-base (SMD-type) chips Microarray_sample UNIQUE ?Condition //for oligo-based (Affymetrix-type) chips Reference ?Paper XREF Microarray_experiment Remark Text #Evidence //Will eventually replace Microarray_aff class. //Used for Affymetrix and other oligo-based arrays.