Class: FishTank::Taxon::Arm

Inherits:
FishTank::Taxon show all
Defined in:
lib/fishtank/taxon/arm.rb

Overview

Generic Arm/limb

Instance Attribute Summary

Attributes inherited from FishTank::Taxon

#label, #stats

Instance Method Summary collapse

Methods inherited from FishTank::Taxon

#attributes, #base_for, #crunch_stats, #get_metadata, #get_nexml, #get_phenotype_total, #initialize, #iri_for, #pic_height, #pic_width, #some_iri, #symmetry

Constructor Details

This class inherits a constructor from FishTank::Taxon

Instance Method Details

#descriptionObject



6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# File 'lib/fishtank/taxon/arm.rb', line 6

def description
  return {
    'UBERON_0000976' =>  [15, 0, 10, 20],   # 'humerus'
    
    'UBERON_0001423' =>  [12, 22, 6, 20],   # 'radius'
    'UBERON_0001424' =>  [22, 22, 6, 20],   # 'ulna'
   
    'UBERON_0001435' =>  [10, 44, 20, 15 ], # 'carpal bone'
    'UBERON_0002374' =>  [8, 61, 24, 15 ],  # 'metacarpal bone'

    'UBERON_0006048' =>  [8,  78, 4, 10 ],  # 'digit 1'
    'UBERON_0006049' =>  [13, 78, 4, 10 ],  # 'digit 2'
    'UBERON_0006050' =>  [18, 78, 4, 10 ],  # 'digit 3'
    'UBERON_0006051' =>  [23, 78, 4, 10 ],  # 'digit 4'
    'UBERON_0006052' =>  [28, 78, 4, 10 ],  # 'digit 5'
   }
end