Method: Bio::Spidey::Report::Hit#introns

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

#intronsObject

Returns introns of the hit. Some of them would contain untranscribed regions. Returns an array of Bio::Spidey::Report::SegmentPair objects. (Note that intron data is not always available according to run-time options of the program.)



447
448
449
450
# File 'lib/bio/appl/spidey/report.rb', line 447

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