Method: Bio::Spidey::Report::Hit#segmentpairs
- Defined in:
- lib/bio/appl/spidey/report.rb
#segmentpairs ⇒ Object
Returns segment pairs (exons and introns) of the hit. Each segment pair is a Bio::Spidey::Report::SegmentPair object. 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.)
457 458 459 460 |
# File 'lib/bio/appl/spidey/report.rb', line 457 def segmentpairs unless defined?(@segmentparis); parse_segmentpairs; end @segmentpairs end |