# File lib/bio/io/biosql/ar-biosql.rb, line 117 def sequence seq="" unless self.seqfeature.bioentry.biosequence.seq.nil? seq=Bio::Sequence::NA.new(self.seqfeature.bioentry.biosequence.seq[start_pos-1..end_pos-1]) seq.reverse_complement! if strand==-1 end return seq end
Generated with the Darkfish Rdoc Generator 2.