Difference between revisions of "WormBase Model:MultiMap"

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 - poss internal class?
  
  
Line 11: Line 11:
 
== Model ==
 
== Model ==
 
<pre>
 
<pre>
 +
?MultiMap Map ?Map
 +
          Min Int // keep loci appearing on at least min maps. Default = 2
 +
          Anchor UNIQUE Text UNIQUE Text UNIQUE Text  // Class tag1 tag2
 +
                            // i.e Locus Homeology_group Homelogs
 +
                            // class members on different maps with the
 +
                            // same Anchor tag will be chained
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==

Latest revision as of 15:50, 4 October 2010

WormBase Models

Curator Comments/Description

Unused class - poss internal class?


Model

?MultiMap Map ?Map
          Min Int // keep loci appearing on at least min maps. Default = 2 
          Anchor UNIQUE Text UNIQUE Text UNIQUE Text  // Class tag1 tag2
                            // i.e Locus Homeology_group Homelogs
                            // class members on different maps with the
                            // same Anchor tag will be chained

Proposed Changes