Method: Bio::Sim4::Report::Hit#exons

Defined in:
lib/bio/appl/sim4/report.rb

#exonsObject Also known as: hsps

Returns exons of the hit. Each exon is a Bio::Sim4::Report::SegmentPair object.



402
403
404
405
# File 'lib/bio/appl/sim4/report.rb', line 402

def exons
  unless defined?(@exons); parse_segmentpairs; end
  @exons
end