Difference between revisions of "WormBase Model:Multi counts"

From WormBaseWiki
Jump to navigationJump to search
(Created page with '__TOC__ WormBase Models == Curator Comments/Description == == Model == <pre> </pre> == Proposed Changes ==')
 
 
Line 5: Line 5:
 
== Curator Comments/Description ==
 
== Curator Comments/Description ==
  
 +
Unused class in wormbase and it appears that the acedb source code doesn't look for this specific class.
  
 
+
Poss could revise use of this class as it appears to be tied to multipoint data.
  
  
 
== Model ==
 
== Model ==
 
<pre>
 
<pre>
 +
?Multi_counts UNIQUE Gene          UNIQUE ?Gene          XREF Multi_point UNIQUE Int #Multi_counts
 +
                    Locus        UNIQUE ?Locus        XREF Multi_point UNIQUE Int #Multi_counts
 +
                    Allele        UNIQUE ?Variation    XREF Multi_point UNIQUE Int #Multi_counts
 +
                    Rearrangement UNIQUE ?Rearrangement XREF Multi_point UNIQUE Int #Multi_counts
 +
                    Transgene    UNIQUE ?Transgene    XREF Multi_point UNIQUE Int #Multi_counts 
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==
 +
 +
Unused class.

Latest revision as of 15:47, 4 October 2010

WormBase Models

Curator Comments/Description

Unused class in wormbase and it appears that the acedb source code doesn't look for this specific class.

Poss could revise use of this class as it appears to be tied to multipoint data.


Model

?Multi_counts UNIQUE Gene          UNIQUE ?Gene          XREF Multi_point UNIQUE Int #Multi_counts
                     Locus         UNIQUE ?Locus         XREF Multi_point UNIQUE Int #Multi_counts
                     Allele        UNIQUE ?Variation     XREF Multi_point UNIQUE Int #Multi_counts
                     Rearrangement UNIQUE ?Rearrangement XREF Multi_point UNIQUE Int #Multi_counts
                     Transgene     UNIQUE ?Transgene     XREF Multi_point UNIQUE Int #Multi_counts  

Proposed Changes

Unused class.