# File lib/bio/db/fantom.rb, line 145 def representative_annotations e = representative_sequence e ? e.annotations : nil end
# File lib/bio/db/fantom.rb, line 150 def representative_cloneid e = representative_sequence e ? e.cloneid : nil end
# File lib/bio/db/fantom.rb, line 116 def representative_seqid unless defined?(@representative_seqid) @representative_seqid = gsub_entities(@elem.text('representative-seqid')) end @representative_seqid end
# File lib/bio/db/fantom.rb, line 135 def representative_sequence unless defined?(@representative_sequence) rid = representative_seqid @representative_sequence = rid ? sequences[representative_seqid] : nil end @representative_sequence end
Generated with the Darkfish Rdoc Generator 2.