# File lib/bio/db/fantom.rb, line 219 def altid(t = nil) unless defined?(@altid) @altid = {} @elem.each_element('altid') do |e| @altid[e.attributes['type']] = gsub_entities(e.text) end end if t then @altid[t] else @altid end end
# File lib/bio/db/fantom.rb, line 241 def annotations unless defined?(@annotations) @annotations = MaXML::Annotations.new(@elem.elements['annotations']) end @annotations end
Generated with the Darkfish Rdoc Generator 2.