Module: Annotations::Genes::Genecodis
- Defined in:
- lib/MARQ/annotations.rb
Defined Under Namespace
Constant Summary collapse
- ORGS =
{ 'sgd' => 'Sc' , 'rgd' => 'Rn' , 'mgi' => 'Mm' , 'pombe' => 'Sp' , 'cgd' => 'Ca' , 'human' => 'Hs' , 'tair' => 'At' , 'worm' => 'Ce' , }
- FIELDS =
%w(Id Items S TS Hyp Hyp_c Genes).collect{|f| f.downcase.to_sym}