Difference between revisions of "WBConfCall 2012.06.07-Agenda and Minutes"

From WormBaseWiki
Jump to navigationJump to search
m
Line 29: Line 29:
 
</pre>
 
</pre>
  
3) (Chris) I'd like to add two tags to the #Interactor_info hash:
 
  
<pre>
+
3) (Chris) Can we make "PCR_interactor" and "Sequence_interactor" in the ?Interaction
 
 
Intragenic_effector_variation  ?Variation  XREF  Interactor
 
Intragenic_affected_variation  ?Variation  XREF  Interactor
 
 
 
</pre>
 
 
 
4) (Chris) Can we make "PCR_interactor" and "Sequence_interactor" in the ?Interaction
 
 
model NOT unique? Right now they are, and this is posing problems (data is
 
model NOT unique? Right now they are, and this is posing problems (data is
 
being suppressed/overwritten that shouldn't be). -- from Chris
 
being suppressed/overwritten that shouldn't be). -- from Chris
Line 60: Line 52:
 
</pre>
 
</pre>
  
 +
4) (Chris) I'd like to add two tags to the #Interactor_info hash:
 +
 +
<pre>
 +
 +
Intragenic_effector_variation  ?Variation  XREF  Interactor
 +
Intragenic_affected_variation  ?Variation  XREF  Interactor
 +
 +
</pre>
  
 
== Transgene Model ==
 
== Transgene Model ==

Revision as of 18:22, 6 June 2012

Agenda

Models Proposals

Interaction and #Interactor_info Model

1) (Chris) I'd like to add the following tags to the main ?Interaction model:


Unaffiliated_variation   ?Variation
Unaffiliated_transgene   ?Transgene
Unaffiliated_antibody    ?Antibody
Unaffiliated_expr_pattern   ?Expr_pattern

2) (Chris) I'd like to add Rearrangement as a subtag of the "Interactor" tag as such:


Interactor  Rearrangement  ?Rearrangement  #Interactor_info


3) (Chris) Can we make "PCR_interactor" and "Sequence_interactor" in the ?Interaction model NOT unique? Right now they are, and this is posing problems (data is being suppressed/overwritten that shouldn't be). -- from Chris

So, go from:


PCR_interactor UNIQUE ?PCR_product #Interactor_info
Sequence_interactor UNIQUE ?Sequence #Interactor_info

to...


PCR_interactor ?PCR_product #Interactor_info
Sequence_interactor ?Sequence #Interactor_info

4) (Chris) I'd like to add two tags to the #Interactor_info hash:


Intragenic_effector_variation   ?Variation   XREF   Interactor
Intragenic_affected_variation   ?Variation   XREF   Interactor

Transgene Model

(Chris) I'd like to add a "3_UTR" tag to the ?Transgene model as a subtag of "Reporter" as such:


Reporter  3_UTR  ?Gene

Anatomy_term Model

raymond proposes adding four sub tags to ?Anatomy_term model

?Anatomy_term

   Child   Cell_c         ?Anatomy_term     XREF Cell_p
           XUNION_OF_c    ?Anatomy_term     XREF XUNION_OF_p
   Parent  Cell_p         ?Anatomy_term     XREF Cell_c
           XUNION_OF_p    ?Anatomy_term     XREF XUNION_OF_c

the Cell_c/p tags are used to represent parent/child developmental lineage relationship between cells. the XUNION_c/p tags are for anatomy ontology to represent a specific uncertain type of lineage relationship (among nuclei). e.g. "AVFL nucleus" develops from ("P1.aaaa nucleus" XOR "W.aaa nucleus").

Notes