Method: Bio::Blat::Report::Hit#each
- Defined in:
- lib/bio/appl/blat/report.rb
#each(&x) ⇒ Object
Iterates over each block(exon, segment pair) of the hit. Yields a Bio::Blat::Report::SegmentPair object.
363 364 365 |
# File 'lib/bio/appl/blat/report.rb', line 363 def each(&x) #:yields: segmentpair exons.each(&x) end |